https://github.com/lnikon/tinykvpp
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
https://github.com/lnikon/tinykvpp
database embeddable-database key-value-database key-value-store kv kv-database kv-storage kv-store log-structured log-structured-merge-tree lsm lsm-tree mit-license storage-engine
Last synced: 9 days ago
JSON representation
Horizontally scalable, highly available, key-value storage service with distributed transaction support written in C++
- Host: GitHub
- URL: https://github.com/lnikon/tinykvpp
- Owner: lnikon
- License: mit
- Created: 2022-01-24T19:33:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2026-01-13T17:35:14.000Z (about 1 month ago)
- Last Synced: 2026-01-13T19:24:05.942Z (about 1 month ago)
- Topics: database, embeddable-database, key-value-database, key-value-store, kv, kv-database, kv-storage, kv-store, log-structured, log-structured-merge-tree, lsm, lsm-tree, mit-license, storage-engine
- Homepage:
- Size: 896 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinykvpp
## Description
This is my second attempt to build a distributed key-value store. The latest version of the first attempt lives in [abandoned](https://github.com/lnikon/tinykvpp/tree/abandoned) and will not be continued. Lots of lessons were learned and I'm going to really try not to produce a mess this time, and come up with something adequate.
## Build