Skip to content

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

License

Notifications You must be signed in to change notification settings

romhml/dumpstors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published