- A lightweight key-value data-store backed by Log Structured Merge (LSM) Tree.
- This implementation of LSM tree aims at providing low cost indexing for a file system with high rates of insertion and retrieval.
pocketDB is divided into three main modules :
- This project is currently being developed in C programming language (only).
- No external libraries should be used other than the standard C libraries.
- All contributions all welcome.