Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 575 Bytes

Vector-Clock ⏰

An implementation of Vector Clock in Java. Covered in the blog post Vector Clocks: So what time is it?

Running the project

mvn clean install
mvn exec:java -e -Dexec.mainClass=com.varun.Runner -DprocessCount=$processCount

Demo

Starting the cluster(With 5 processes)

run_cluster

Processing SET request

set_request

Processing GET request

get_request