raft
Consensus protocol library
A C implementation of the Raft consensus protocol used to synchronize distributed systems and ensure consistency in data storage
C implementation of the Raft Consensus protocol, BSD licensed
1k stars
71 watching
272 forks
Language: C
last commit: over 1 year ago
Linked from 1 awesome list
raft-consensus-algorithm
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of the Raft distributed consensus protocol verified in Coq | 186 |
| An implementation of the Raft consensus algorithm in C# and .NET core. | 197 |
| An implementation of the RAFT distributed consensus algorithm among TCP peers using .NET for fault-tolerant and high-availability applications | 171 |
| A Raft consensus algorithm implementation in OCaml for distributed systems | 28 |
| An implementation of a Raft consensus algorithm using BadgerDB as the underlying data store. | 112 |
| A Python implementation of a class of 'correct-by-construction' consensus protocols. | 229 |
| A toy implementation of the Raft protocol with an experimental BFT variant in Haskell. | 111 |
| A library implementing a replicated state machine algorithm for distributed systems | 694 |
| A distributed key-value database system using the Raft consensus protocol | 4 |
| A distributed key-value cache system based on the Raft consensus protocol | 27 |
| A minimalistic blockchain-based consensus protocol implemented in Coq | 111 |
| A crate providing a protocol for sending and receiving structured data over various networks | 188 |
| A collection of reusable protocol implementations to simplify iOS app development by reducing the need for complex subclassing trees | 379 |
| An implementation of Ethereum's consensus mechanism in a blockchain network | 1,215 |
| A universal, modular, and high-performance blockchain consensus engine. | 78 |