awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Fault Tolerance Patterns · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesFault Tolerance Patterns

Architectural strategies and mechanisms for building resilient systems that recover from failures automatically.

Distinguishing note: Focuses on supervision and recovery logic rather than generic error handling or monitoring.

Explore 1 awesome GitHub repository matching software engineering & architecture · Fault Tolerance Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Fault Tolerance Patterns

Awesome Fault Tolerance Patterns GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • elixir-lang/elixir

    elixir-lang/elixir

    26,451View on GitHub↗

    Elixir is a functional, concurrent programming language designed for building scalable and maintainable applications. It operates on the Erlang virtual machine, leveraging a distributed, fault-tolerant runtime environment that manages lightweight processes to ensure system reliability. By utilizing an actor-model supervision strategy, the language enables the creation of high-concurrency backend systems that automatically recover from failures and maintain stability under heavy loads. The language distinguishes itself through a powerful metaprogramming environment that allows developers to ex

    Manages isolated, lightweight processes that monitor each other to automatically recover from failures and maintain system stability.

    Elixir
    26,451View on GitHub↗