2 个仓库
Implementations using the Go-Micro framework for creating, configuring, and connecting microservices with event-driven communication.
Distinct from Go Microservices Architectures: Distinct from Go Microservices Architectures: focuses specifically on the Go-Micro framework implementation, not general architectural patterns.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Go-Micro Framework Implementations. Refine with filters or upvote what's useful.
Golang-100-Days is a structured, daily lesson curriculum for learning the Go programming language from the ground up, progressing into practical microservice and web application development. The project is built around a code-example-driven approach, where each day introduces new concepts through runnable Go snippets and complete project examples rather than abstract theory, covering Go fundamentals such as syntax, data types, control flow, functions, and packages. The curriculum differentiates itself by grouping lessons around specific Go frameworks and distributed system patterns. It includ
Creating, configuring, and connecting microservices using the Go-Micro framework with event-driven communication.
godropbox 是一个后端开发框架和服务蓝图,用于在 Go 中构建一致的服务器应用程序和微服务。它提供了一系列共享库和模式,以标准化多个项目间的开发流程。 该项目包括一个依赖注入库,通过基于接口的服务契约将业务逻辑与实现解耦。它还提供了一套用于将 Go 应用程序编译并部署为 Linux 上自包含静态二进制文件的工具。 该框架涵盖了企业应用工具,包括用于日志记录、配置和错误处理的共享原语。它进一步支持微服务架构和 Linux 服务编排,以确保互联服务间的一致行为。
Provides a comprehensive framework and blueprint for building consistent Go server applications and microservices.