awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Distributed Consensus Protocols · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesDistributed Consensus Protocols

Algorithms that allow multiple independent nodes to agree on a single data value or system state.

Explore 1 awesome GitHub repository matching networking & communication · Distributed Consensus Protocols. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Systems Coordination
  5. Distributed Consensus Protocols

Awesome Distributed Consensus Protocols GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • etcd-io/etcd

    etcd-io/etcd

    51,618GitHubView on GitHub↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronize

    Gocncfconsensusdatabase

Explore sub-tags

  • Raft Consensus ImplementationsSystems that utilize the Raft protocol to manage replicated logs and leader election.