An open API service indexing awesome lists of open source software.

https://github.com/neil-ptr/boxdb

A toy key value store similar to rocksdb
https://github.com/neil-ptr/boxdb

Last synced: 5 months ago
JSON representation

A toy key value store similar to rocksdb

Awesome Lists containing this project

README

          

# boxdb
Boxdb is a little toy project to get hands on experience implementing a kv store that utilizes an LSM tree, the same underlying datastructure that [RocksDB](https://github.com/facebook/rocksdb) uses

## Architecture Diagram

![image](https://github.com/neil-and-void/boxdb/assets/46465568/4065ab23-7370-4f2c-9acb-5843e19e8d7f)