awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesEmbedded Consensus Libraries

Libraries designed to be embedded directly into applications to provide automatic leader election and failover for high availability.

Distinct from High Availability Services: Distinct from High Availability Services: focuses on embeddable consensus libraries rather than infrastructure-level service redundancy patterns.

Explore 1 awesome GitHub repository matching devops & infrastructure · Embedded Consensus Libraries. Refine with filters or upvote what's useful.

Awesome Embedded Consensus Libraries GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • baidu/braftAvatar de baidu

    baidu/braft

    4,216Voir sur GitHub↗

    braft is an embeddable C++ library that implements the Raft consensus algorithm, providing a distributed consensus engine for building fault-tolerant, replicated state machines. At its core, it manages leader election, log replication, cluster membership changes, and state machine synchronization across a cluster of nodes, ensuring strong consistency and data durability even in the face of node failures. The library distinguishes itself through a comprehensive set of mechanisms for reliable distributed coordination. It uses a randomized timeout-based leader election process with term manageme

    Provides an embeddable Raft library that handles automatic leader election and failover within applications.

    C++distributed-consensusdistributed-storageraft
    Voir sur GitHub↗4,216
  1. Home
  2. DevOps & Infrastructure
  3. High Availability Services
  4. Embedded Consensus Libraries