awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesMicroservices

Educational materials covering the design, implementation, and management of autonomous, service-based software architectures.

Distinguishing note: No existing candidates provided; minting under Software Engineering & Architecture as a core architectural pattern.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Microservices. Refine with filters or upvote what's useful.

Awesome Microservices GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • donnemartin/system-design-primerdonnemartin 的头像

    donnemartin/system-design-primer

    353,387在 GitHub 上查看↗

    这是一个关于分布式系统架构和后端基础设施设计的综合教育资源和学习指南。它为掌握设计复杂软件系统所需的扩展性、可靠性和性能原则提供了结构化课程。 该仓库通过提供一种系统化的技术面试准备方法脱颖而出,结合了设计模式、架构权衡和间隔重复工具,帮助用户记忆复杂概念。它强调约束驱动的分析,教授用户在起草架构设计时如何评估延迟、一致性和可用性等相互竞争的需求。 内容涵盖了广泛的系统设计能力,包括数据库扩展、流量管理和基础设施优化策略。它详细介绍了水平扩展、多层缓存、异步通信和服务发现技术,同时还提供了用于执行资源估算和容量规划的框架。 文档以学习指南的形式组织,为后端工程和大规模系统设计的基础知识提供了系统化的路径。

    Offers educational resources on designing and implementing microservice architectures.

    Pythondesigndesign-patternsdesign-system
    在 GitHub 上查看↗353,387
  • karanpratapsingh/system-designkaranpratapsingh 的头像

    karanpratapsingh/system-design

    44,051在 GitHub 上查看↗

    This project is a comprehensive educational resource focused on the principles, patterns, and trade-offs required to design scalable, reliable, and high-performance distributed systems. It provides a structured curriculum that covers the fundamental architectural strategies necessary for building modern software infrastructure, ranging from high-level system decomposition to low-level networking and data management. The repository distinguishes itself by offering deep dives into complex architectural patterns, such as microservices-based decomposition, event-driven communication, and command-

    A microservices architecture consists of a collection of small, autonomous services where each service is self-contained and should implement a single business capability within a bounded context. A bounded context is a

    architecturedistributed-systemsengineering
    在 GitHub 上查看↗44,051
  • eip-work/kuboard-presseip-work 的头像

    eip-work/kuboard-press

    25,071在 GitHub 上查看↗

    Kuboard-press is a visual management interface for Kubernetes clusters that enables the orchestration of workloads and system objects without manual text file editing. It provides a centralized dashboard for importing and monitoring multiple clusters, using a visual interface to manage namespaces and containerized workloads. The project differentiates itself through hierarchical microservices visualization, which maps flat cluster workloads into a layered structure to represent architectural relationships. It also includes dedicated container operation tools for accessing logs, opening intera

    Organizes workloads into a hierarchical layer view to represent the architectural structure of microservices.

    JavaScriptdockerk8skubernetes
    在 GitHub 上查看↗25,071
  • darius-khll/golang-developer-roadmapdarius-khll 的头像

    darius-khll/golang-developer-roadmap

    18,423在 GitHub 上查看↗

    This project is a guided roadmap for Go backend engineering, providing a structured learning path to master the language and its ecosystem. It serves as an educational outline for progressing from beginner to professional proficiency in software development. The roadmap specifically covers microservices architecture, detailing the implementation of remote procedure calls, message brokers, and distributed tracing. It also functions as a tooling curriculum, identifying industry standard libraries for logging, unit testing, and integration testing. The broader scope encompasses backend engineer

    Provides educational materials on implementing distributed tracing, message brokers, and RPCs in Go.

    在 GitHub 上查看↗18,423
  1. Home
  2. Software Engineering & Architecture
  3. Microservices

探索子标签

  • Microservice Architecture VisualizationsVisual representations of microservice dependencies and organizational structures. **Distinct from Microservices:** Focuses on the visual mapping of microservices rather than general architectural design materials.