Oaklight / Vesper-raftLinks
A fault-tolerant distributed key-value store using the Raft consensus algorithm.
☆54Updated 5 years ago
Alternatives and similar repositories for Vesper-raft
Users that are interested in Vesper-raft are comparing it to the libraries listed below
Sorting:
- Python implementation of the Raft algorithm for distributed consensus☆157Updated 6 years ago
- Raft Consensus Algorithm☆39Updated 7 years ago
- A implementation of Raft in pure Python☆303Updated 9 years ago
- Tiny distributed file system like HDFS (and of-course GFS)☆85Updated 6 years ago
- This is an implementation of a log structure merge tree.☆59Updated 7 years ago
- Example multi-paxos application for those learning Paxos & multi-paxos☆92Updated 6 years ago
- An on-disk B+tree for Python 3☆768Updated 6 years ago
- asyncio RAFT algorithm bassed on aiohttp☆30Updated 9 years ago
- Asynchronous replication framework for distributed Python projects☆352Updated 2 years ago
- Paxos in Python, tested with Jepsen☆31Updated 3 years ago
- Paxos implemented as a set of composable classes☆44Updated 9 years ago
- miniature redis-like server implemented in Python☆148Updated 2 years ago
- Coordination Service for Distributed Systems☆105Updated 11 months ago
- A key-value store implemented as a Log-Structured Merge Tree in C++☆71Updated 8 years ago
- A library, that provides Conflict Free Replicated Data Types (CRDTs) for distributed Python applications.☆17Updated 6 years ago
- An implementation of an LSM Tree in Python☆49Updated 2 years ago
- Simple implementation of Paxos protocol in Python☆77Updated 14 years ago
- A low-latency, extensible, multi-tenant key-value store.☆55Updated 4 years ago
- A tiny log-structured key-value database written in pure Python.☆20Updated 3 years ago
- This is the source code for our (Tobias Ziegler, Carsten Binnig and Viktor Leis) published paper at SIGMOD’22: ScaleStore: A Fast and Cos…☆124Updated 9 months ago
- Rabia: Simplifying State-Machine Replication Through Randomization (SOSP 2021)☆43Updated 2 years ago
- GitHub Repo for Aria: A Fast and Practical Deterministic OLTP Database☆72Updated last year
- Grizzly: Efficient Stream Processing Through Adaptive Query Compilation☆16Updated 5 years ago
- Order-preserving key encoder☆123Updated 5 years ago
- SQL Parser derived from Presto, written in Python with the PLY framework☆31Updated 7 years ago
- ☆24Updated 3 years ago
- Project for COS 518: distributed lock service