/kvstore

A gRPC-based, in-memory, key-value store.

Primary LanguageJavaApache License 2.0Apache-2.0

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