dstore
dstore copied to clipboard
a distributed storage engine
Introduction
DSTORE is a distributed key-value storage engine.
How to use
git clone https://github.com/Charles0429/dstore
cd dstore
mkdir build
cd build
cmake ../
make
Todo
- server-side network framework[done]
- rpc lib