//dumpstorsbyromhml

dumpstors

A simple key-value datastore. The goal was to learn more about database internals and Rust.

0
0
0
Rust

dumpstors CI Coverage Status Security audit

Work in progress

A key-value store implemented in rust, accessible through a gRPC API.

Getting started

Using docker

Start the server:

$ docker run -p 4242:4242 -it romhml/dumpstors:latest

Command Line Interface

Using docker

$ docker exec -it $(docker ps -f ancestor=romhml/dumpstors -q) /bin/sh
$ dumpcli help
[beta]v0.14.0