andreev-io / little-raft
The lightest distributed consensus library. Run your own replicated state machine! ❤️
☆436Updated 2 years ago
Alternatives and similar repositories for little-raft:
Users that are interested in little-raft are comparing it to the libraries listed below
- SQLite + Little Raft = 🚀☆577Updated 2 years ago
- RiteRaft - A raft framework, for regular people☆324Updated last year
- A high-performance storage engine for modern hardware and platforms.☆510Updated 2 years ago
- Pure Rust LSM-tree based embedded storage engine☆629Updated 2 years ago
- lock-free B+ tree☆284Updated 6 months ago
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆383Updated last month
- Cluster membership protocol with failure detection inspired by Cassandra and DynamoDB☆297Updated last week
- A persistent key-value storage in rust.☆854Updated 11 months ago
- A persistent B+Tree (clustered index) implementation in Rust.☆295Updated 8 months ago
- Actor runtime and distributed systems framework for Rust☆718Updated 10 months ago
- pure rust io_uring library, built on libc, thread & async friendly, misuse resistant☆948Updated 2 years ago
- A Write Ahead Log (WAL) implementation in Rust☆223Updated last year
- An implementation of the Raft distributed consensus protocol using the Tokio framework.☆1,052Updated 2 years ago
- A pure Rust database implementation using an append-only B-Tree file format.☆268Updated last year
- Concurrently Readable Data Structures for Rust☆354Updated this week
- Magical Deterministic Simulator for distributed systems in Rust.☆769Updated 2 months ago
- The core repository of implementing PostgreSQL compatible distributed database in Rust☆224Updated 3 years ago
- A reimplementation of LevelDB in Rust (no bindings).☆537Updated last week
- Rust library for concurrent data access, using memory-mapped files, zero-copy deserialization, and wait-free synchronization.☆538Updated 3 months ago
- A better compressed bitset in Rust☆789Updated last week
- A developer-friendly document database that grows with you, written in Rust☆1,039Updated 8 months ago
- safe bindings to io-uring☆664Updated 3 years ago
- A general-purpose distributed memory cache system compatible with Memcached☆313Updated last week
- A minimal Rust client for Apache Kafka☆303Updated this week
- Extremely fast tracing library for Rust☆740Updated 8 months ago
- Rust Client for TiKV.☆394Updated last week
- A lock-free, eventually consistent, concurrent multi-value map.☆497Updated 3 years ago
- An io_uring backed runtime for Rust☆1,216Updated 7 months ago
- 🗻 LSM-based embeddable key-value storage engine written in safe Rust☆937Updated this week
- Fully typed LMDB wrappers with minimum overhead 🐦