Skip to content

Educational Key-Value in memory store written in rust

Notifications You must be signed in to change notification settings

JHeinzde/mini-key-val

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Key-Value store

This is a purely educational project and should not be used in production anywhere. It features 3 operations insert/update, read and delete. Technically it is basically a rust HashMap with a web-frontend and built in raft replication.

The goal is to stay as minimal as possible with the implementation but to integrate all features needed for raft replication of state.

The code needs to be built with rust nightly as the main dependency is the web-framework rocket.

Tests can be run with cargo test and you build it by running cargo build.

About

Educational Key-Value in memory store written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages