andreev-io / little-raftLinks
The lightest distributed consensus library. Run your own replicated state machine! ❤️
☆444Updated 9 months ago
Alternatives and similar repositories for little-raft
Users that are interested in little-raft are comparing it to the libraries listed below
Sorting:
- SQLite + Little Raft = 🚀☆590Updated 3 years ago
- A high-performance storage engine for modern hardware and platforms.☆518Updated 3 years ago
- RiteRaft - A raft framework, for regular people☆333Updated last year
- lock-free B+ tree☆309Updated last year
- Pure Rust LSM-tree based embedded storage engine☆628Updated 2 years ago
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆413Updated 2 months ago
- A persistent key-value storage in rust.☆878Updated last year
- Cluster membership protocol with failure detection inspired by Cassandra and DynamoDB☆335Updated 2 weeks ago
- A Write Ahead Log (WAL) implementation in Rust☆236Updated 2 years ago
- A persistent B+Tree (clustered index) implementation in Rust.☆329Updated last year
- Magical Deterministic Simulator for distributed systems in Rust.☆1,036Updated last month
- K.I.S.S. LSM-tree implementation in safe Rust☆351Updated last week
- Bindings for writing a server that can act as MySQL/MariaDB☆173Updated 2 months ago
- A minimal Rust client for Apache Kafka☆324Updated 3 weeks ago
- pure rust io_uring library, built on libc, thread & async friendly, misuse resistant☆990Updated 3 years ago
- OmniPaxos is a distributed log implemented as a Rust library.☆217Updated 2 months ago
- safe bindings to io-uring☆681Updated 4 years ago
- A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency.☆361Updated last year
- On-Disk B+ Tree implemented in Rust☆211Updated 5 years ago
- Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.☆611Updated last year
- An implementation of the Raft distributed consensus protocol using the Tokio framework.☆1,086Updated 2 years ago
- Rust Client for TiKV.☆419Updated last week
- A Multi-Raft implementation in Rust.☆196Updated last month
- Extremely fast tracing library for Rust☆751Updated last year
- Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.☆144Updated 2 years ago
- A better compressed bitset in Rust☆894Updated 2 weeks ago
- Concurrently Readable Data Structures for Rust