Skip to content

prajwalkk/bloom-clock-akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloom Clock

This project aims to simulate the working of a bloom clock to study its properties with respect to a traditional vector clocks used in distributed systems.

  • The Architecture and Report can be found in the Report
  • All the graphs and the Jupyter notebook used to make some analyses are in this repo

Features:

  1. Makes use of the Actor Concurrency model.
  2. Created using Akka toolkit. Used the Akka-Typed variant, which resolves many anti-patterns of the classic model of Akka actors.
  3. Coded in Scala.

To run the simulations

  1. Clone this Repository
  2. Edit the simulations you want to test in the file resources/constants.conf.
  3. sbt run

About

This project aims to simulate the working of a bloom filter based clock for distributed systems.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages