Skip to content

A distributed key value store using OmniPaxos with a single point of failure

Notifications You must be signed in to change notification settings

bbawj/multivitamins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multivitamins

A distributed key value store using OmniPaxos. Simulated using threads and TCP based network communication.

Getting started

Launching the cluster: cargo run --bin multivitamins

Interacting with the cluster: cargo run --bin cli_client <COMMAND>

  • A list of commands and their functions can be found by passing the -h flag

Spawning a new node (for reconfiguration): cargo run --bin new_node

About

A distributed key value store using OmniPaxos with a single point of failure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages