There are 3 repositories under log-structured topic.
Transactional schema-less embedded database used by JetBrains YouTrack and JetBrains Hub.
🎭 Database Integrity in Django: Safely Handling Critical Data in Distributed Systems
Pacman: An Efficient Compaction Approach for Log-Structured Key-Value Store on Persistent Memory
[WIP] ✨ TinKV is a simple and fast key-value storage written in Rust, which provides a bultin CLI and a Redis compatible server.
📚 A log-structured hash table database. Speedy K/V store for datasets larger than memory.
Cloud-native distributed key-value database.
Log structured append-only key-value store from Rust In Action with some enhancements.
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
A Unordered LSM (bitcask) based Key Value Store in python
A lite implementation of Bitcask in Go
Toy implementation of a Log Structured Database Engine, inspired by DDIA.