Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 237 Bytes

gRPC Key Value store

This repo is an example key value store written in gRPC. The client and server run in the same binary. You can run the demo by running:

./gradlew clean installDist
./build/install/kvstore/bin/kvstore