carl-mastrangelo / kvstore

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:Java 100.0%