vaibhawvipul / minimal-raft
a minimalistic implementation of RAFT algorithm
☆25Updated last year
Alternatives and similar repositories for minimal-raft:
Users that are interested in minimal-raft are comparing it to the libraries listed below
- A local first persistent log☆35Updated last month
- ☆21Updated last year
- Viewstamped Replication for Rust☆65Updated last year
- Raft implemented in Rust☆25Updated last year
- An understandable, fast and scalable Raft Consensus implementation☆134Updated 5 months ago
- ☆49Updated last year
- Modular, Asynchronous Implementation of a Log-Structured Merge Tree☆37Updated this week
- Another minimal Raft implementation in Rust.☆180Updated last year
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆70Updated 9 months ago
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆54Updated 3 months ago
- Hiisi is a proof of concept libSQL written in Rust following TigerBeetle-style with deterministic simulation testing.☆102Updated 6 months ago
- ☆12Updated 8 months ago
- The Kubernetes native and CloudEvents native distributed event streaming, event orchestration & messaging platform☆36Updated last year
- A basic log-structured flash datastore☆20Updated 2 years ago
- This is a small demo of how to transform a simple single-server RocksDB service written in Rust into a distributed version using OmniPaxo…☆16Updated last week
- ViewStamped Replication implementation in Go☆38Updated last year
- Databases are awesome! 🕶☆58Updated last year
- Your SQL database for learning purpose☆76Updated 8 months ago
- LSM-Tree Key-Value Store based on RocksDB☆79Updated last year
- An implementation of Raft in Rust.