adambcomer / database-engine
LSM-Tree Key-Value Store based on RocksDB
☆79Updated last year
Alternatives and similar repositories for database-engine:
Users that are interested in database-engine are comparing it to the libraries listed below
- Optimistic multi-version concurrency control (MVCC) for main memory databases, written in Rust.☆123Updated last year
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆54Updated 3 months ago
- A Write Ahead Log (WAL) implementation in Rust☆222Updated last year
- Viewstamped Replication for Rust☆65Updated last year
- A persistent B+Tree (clustered index) implementation in Rust.☆292Updated 7 months ago
- sstable stores key-value pairs on disk☆39Updated last year
- OmniPaxos is a distributed log implemented as a Rust library.☆194Updated last week
- rust database engineering toolkit☆33Updated 3 years ago
- Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.☆86Updated 6 months ago
- An implementation of Raft in Rust.☆39Updated 2 years ago
- A distributed transactional key-value storage engine in Rust, with horizontal scalability, strong consistency, and high availability.☆26Updated last year
- HelixDB is a time-series oriented Key-Value store written in Rust.☆19Updated last month
- Yet another thread pool in rust for both callbacks or futures.☆135Updated 5 months ago
- Shared Unit Raft☆80Updated 2 months ago
- Raft implementation in Rust☆47Updated 4 years ago
- Bw-Tree for Rust☆26Updated last year
- Adaptive Radix Tree in Rust☆64Updated 6 years ago
- 🚧 Build a SQL optimizer in 1000 lines of Rust using egg.☆75Updated 2 years ago
- Toy DB to get more sytems expereince☆26Updated last year
- Framework for simulating distributed applications☆98Updated 4 years ago
- The labs of Raft consensus algorithm based on MadSim.☆113Updated last year
- Your SQL database for learning purpose☆76Updated 8 months ago
- Extensible SQL Query Optimizer Service☆18Updated 2 months ago
- Chain replication server framework for Rust☆33Updated 11 months ago
- An efficient runtime for asynchronous applications in Rust.☆43Updated 2 years ago
- Concurrent ART (adaptive radix tree)☆138Updated 2 weeks ago
- super simple in-memory blocking LSM for constant-size keys and values☆68Updated last month
- K.I.S.S. LSM-tree implementation in safe Rust☆177Updated this week
- Bitcask Implementation in Rust. A fast key-value store.☆23Updated 5 years ago
- [WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).☆135Updated 10 months ago