log-structured
There are 19 repositories under log-structured topic.
spacejam/sled
the champagne of beta embedded databases
JetBrains/xodus
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
fjall-rs/fjall
🗻 LSM-based embeddable key-value storage engine written in safe Rust
fjall-rs/lsm-tree
K.I.S.S. LSM-tree implementation in safe Rust
cruzdb/zlog
A high-performance distributed shared-log for Ceph
pirate/django-concurrency-talk
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
thustorage/pacman
Pacman: An Efficient Compaction Approach for Log-Structured Key-Value Store on Persistent Memory
iFaceless/tinkv
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
fjall-rs/value-log
Value log implementation for key-value separated storage in safe Rust
healeycodes/bitcask-lite
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
ostafen/viperdb
A tiny log-structured key-value database written in pure Python.
chuyangliu/rawkv
Cloud-native distributed key-value database.
arindas/riakv
Log structured append-only key-value store from Rust In Action with some enhancements.
lnikon/tinykvpp
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
berylyvos/yojoudb
An embeddable, fast and persistent key-value storage engine based on Bitcask.
Arash-11/bitcask-go-lite
A lite implementation of Bitcask in Go
PradeepSingh1988/bitC-DB
A Unordered LSM (bitcask) based Key Value Store in python
jdockerty/log-structured-db-engine
Toy implementation of a Log Structured Database Engine, inspired by DDIA.
Jille/cachelog
A log structured cache, suitable for caching partial file contents.