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.