Skip to content

seankoneill/snaildb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SnailDB

This is a work-in-progress Key-Value Store implementation done for educational purposes based on my reading of Martin Kleppmann's, Designing Data-Intensive Applications.

TODO:

  • Storage
  • Retrieval
  • Crash recovery
  • Compaction
  • Multithreading
  • Network interface
  • etc...

About

LSM-Tree based KV-Store

Resources

License

Stars

Watchers

Forks