📄️ 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.
📄️ Lynx 启动与服务时序
Lynx 启动与服务流程一目了然,插件机制让微服务能力灵活扩展,极大提升开发效率与可维护性。