Skip to content

Rust implementation of the Jepsen Maelstrom distributed systems

Notifications You must be signed in to change notification settings

l0s/maelstrom-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maelstrom Rust

Rust implementations of the distributed systems in the Maelstrom workbench.

Running Workloads

The workloads require a StatsD server to be running. For local testing, Graphite can be used:

docker run \
  --name graphite \
  --restart=always \
  -p 80:80 \
  -p 2003-2004:2003-2004 \
  -p 2023-2024:2023-2024 \
  -p 8125:8125/udp \
  -p 8126:8126 \
  --rm \                          
  graphiteapp/graphite-statsd

About

Rust implementation of the Jepsen Maelstrom distributed systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages