Skip to content

Advisoa-ApS/RKVS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RKVS - Remote Key Value Store

Just a single BadgerDB instance exposed over gRPC.

Can be installed as a systemd service on Linux: install --ip <your_ip> --port <grpc_port> --http_port <http_port>

Exposes its own proto file over web using the http_port (useful for easy client connection in distributed systems incompatible with go modules).

Supported methods:

  • ExecuteTransaction - a batch of set/delete operations.
  • Get.