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

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

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

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • baidu/braftbaidu 的头像

    baidu/braft

    4,216在 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
    在 GitHub 上查看↗4,216
  1. Home
  2. DevOps & Infrastructure
  3. High Availability Services
  4. Embedded Consensus Libraries