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

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++

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