Distributed Systems Challenge: Jepsen
- Download Maelstrom
- Download GraalVM
- Download Gradle
- Clone this repository
- Uncomment the requisite challenge in Runner.java (/src/main/java/io/jespen/Runner.java)
- Run
gradle build && gradle nativeCompile
- Run
{path-to-maelstrom}/maelstrom test -w echo --bin ./build/native/nativeCompile/jespen-runner --node-count 2
- This is a work in progress.