Skip to content

varunu28/Vector-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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