Skip to content

emilaleksanteri/stinky-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published