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

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

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

6 个仓库

Awesome GitHub RepositoriesResiliency Patterns

Techniques for handling failures in distributed systems, such as retries, circuit breakers, and timeouts.

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

Awesome Resiliency Patterns GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • leonardomso/33-js-conceptsleonardomso 的头像

    leonardomso/33-js-concepts

    66,467在 GitHub 上查看↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Implements automated retry logic to maintain system stability when handling intermittent network failures or unstable operations.

    JavaScriptangularconceptses6
    在 GitHub 上查看↗66,467
  • voltagent/awesome-claude-code-subagentsVoltAgent 的头像

    VoltAgent/awesome-claude-code-subagents

    21,906在 GitHub 上查看↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Implements techniques for handling failures in distributed systems, such as retries and circuit breakers.

    Shellai-agent-frameworkai-agent-toolsai-agents
    在 GitHub 上查看↗21,906
  • gofr-dev/gofrgofr-dev 的头像

    gofr-dev/gofr

    21,321在 GitHub 上查看↗

    Gofr is a comprehensive framework for building production-ready microservices in Go. It provides a unified toolkit for developing RESTful APIs and gRPC services, offering built-in support for observability, database management, and distributed system communication. The framework distinguishes itself through its focus on developer productivity and system resilience. It automates common backend tasks such as CRUD handler generation, schema-driven code creation, and database migration orchestration, while preventing race conditions in clustered environments. To maintain stability, it includes in

    Implements resilience patterns like circuit breakers and automatic retries for outgoing network calls to maintain system stability.

    Goframeworkgogo-framework
    在 GitHub 上查看↗21,321
  • app-vnext/pollyApp-vNext 的头像

    App-vNext/Polly

    14,191在 GitHub 上查看↗

    Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining and executing stability patterns that manage failures and resource exhaustion during operation execution. The library enables developers to compose complex resilience strategies through a fluent builder pattern, wrapping target operations in functional decorators. These policies intercept execution flow to apply automated recovery mechanisms, such as retries for temporary errors or circuit breakers that isolate unstable components by blocking requests. The framework supports

    Provides a comprehensive library for defining resilience policies like retries, timeouts, and circuit breakers in .NET applications.

    C#circuit-breakercircuit-breaker-patterndotnet
    在 GitHub 上查看↗14,191
  • parcadei/continuous-claude-v3parcadei 的头像

    parcadei/Continuous-Claude-v3

    3,531在 GitHub 上查看↗

    This project is an agentic development framework and autonomous software engineering system. It utilizes a coordinated network of specialized LLM agents to automate the full software development lifecycle, from codebase exploration and architectural planning to implementation and automated refactoring. The system is distinguished by an agentic memory system and a test-driven development orchestrator. It maintains project continuity across sessions by capturing architectural learnings and state in a persistent semantic database and enforces code quality through an automated cycle of generating

    Checks API integrations for robust authentication, error handling, and the implementation of circuit breaker patterns.

    Pythonagentsclaude-codeclaude-code-cli
    在 GitHub 上查看↗3,531
  • subhashchy/the-accidental-ctosubhashchy 的头像

    subhashchy/The-Accidental-CTO

    3,168在 GitHub 上查看↗

    The Accidental CTO is a comprehensive collection of guides and frameworks focused on distributed systems architecture, resilience engineering, and system observability. It provides strategies for scaling applications from thousands to millions of users while maintaining high availability. The project offers specific methodologies for managing data volume through replication, sharding, and caching. It includes a framework for analyzing cloud infrastructure spending and evaluating transitions to self-hosted environments to reduce operational expenses. The resource covers the implementation of

    Provides resiliency patterns such as retries and circuit breakers to maintain stability during service failures.

    TypeScriptscalingsystem-design
    在 GitHub 上查看↗3,168
  1. Home
  2. Software Engineering & Architecture
  3. Architectural Design Patterns
  4. Design Patterns
  5. Resiliency Patterns