xingyif / raftLinks
Raft Consensus Algorithm
☆39Updated 7 years ago
Alternatives and similar repositories for raft
Users that are interested in raft are comparing it to the libraries listed below
Sorting:
- A fault-tolerant distributed key-value store using the Raft consensus algorithm.☆53Updated 6 years ago
- Example multi-paxos application for those learning Paxos & multi-paxos☆94Updated 6 years ago
- Python implementation of the Raft algorithm for distributed consensus☆159Updated 7 years ago
- This is an implementation of a log structure merge tree.☆59Updated 8 years ago
- An implementation of the RAFT consensus algorithm.☆91Updated 11 years ago
- Coordination Service for Distributed Systems☆105Updated last year
- Time, Clocks, and the Ordering of Events☆41Updated 4 years ago
- A framework for turning single server data stores into scalable, distributed databases.☆17Updated 9 years ago
- Distributed File System server implemented using RAFT Algorithm.☆17Updated 6 years ago
- CASPaxos: Replicated State Machines without logs☆104Updated 7 years ago
- TLA+ modules, specifications, and models for Radix trees.☆33Updated 4 years ago
- Perseus is a set of scripts (docker+javascript) to investigate a distributed database's responsiveness when one of its three nodes is iso…☆49Updated 6 years ago
- Paxos in Python, tested with Jepsen☆31Updated 4 years ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆63Updated last year
- Simple implementation of Paxos protocol in Python☆77Updated 14 years ago
- Paxos implemented as a set of composable classes☆44Updated 9 years ago
- Distributed Systems Reading Group☆20Updated 8 years ago
- ☆132Updated 7 years ago
- Distributed Systems Consistency Reading Group☆42Updated 5 years ago
- Distributed systems lecture notes☆68Updated 2 months ago
- Fast, pure Python indexable skip list☆28Updated 10 years ago
- Distributed Programming Abstractions