This is a mini project I've done while reading the Designing Data Intensive Applications books Data Storage section. As the name implies, this is a Key-Value database. The stinkyDB is quite a basic implementation of some of they key concepts of a key value database such as memtable as a Red-Black tree and disk storage as an LSM-Tree made out of SSTables. This one also has a pre-cache layer in front of the memtable which is a map for faster access to the most recent data over traversing the Red-Black tree.
-
Notifications
You must be signed in to change notification settings - Fork 0
emilaleksanteri/stinky-db
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published