Skip to content

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

License

Notifications You must be signed in to change notification settings

edsko/kvstore

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%