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
- Host: GitHub
- URL: https://github.com/neil-ptr/boxdb
- Owner: neil-ptr
- Created: 2024-06-08T01:32:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T04:20:59.000Z (about 2 years ago)
- Last Synced: 2025-06-20T02:37:45.286Z (12 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
