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

https://github.com/chinnanj666/distributed_kv_store_using_cpulse

A multi-node distributed key-value store implemented in C++ with support for PUT, GET, REMOVE, RANGE, and PREFIX commands. Uses consistent hashing for key distribution and an r-index for range and prefix queries
https://github.com/chinnanj666/distributed_kv_store_using_cpulse

Last synced: 5 months ago
JSON representation

A multi-node distributed key-value store implemented in C++ with support for PUT, GET, REMOVE, RANGE, and PREFIX commands. Uses consistent hashing for key distribution and an r-index for range and prefix queries

Awesome Lists containing this project