📄️ Overview
Welcome to Go-Lynx, a plug-and-play Go microservice framework designed with scalability and simplicity at its core.
📄️ Design Philosophy
The core philosophy of Go-Lynx is that everything is a plugin. We achieve automatic assembly through plugins, allowing us to focus more on business logic. We treat each module's capabilities as a plugin, making plugins the soul of Go-Lynx. All third-party components, database management, message queues, monitoring, tracing, and other functionalities required by microservices are automatically assembled and managed through plugins.