Skip to content

raymondzhaoy/kvstore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%