Skip to content

wizAmit/jespen_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attempt at the Jepsen challenge with Java

Distributed Systems Challenge: Jepsen

Prerequisites

  1. Maelstrom
  2. Java 21+
  3. Gradle
  4. GraalVM

Setup

  1. Download Maelstrom
  2. Download GraalVM
  3. Download Gradle
  4. Clone this repository
  5. Uncomment the requisite challenge in Runner.java (/src/main/java/io/jespen/Runner.java)
  6. Run gradle build && gradle nativeCompile

Run

  1. Run {path-to-maelstrom}/maelstrom test -w echo --bin ./build/native/nativeCompile/jespen-runner --node-count 2

Notes

  1. This is a work in progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages