Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeet1995/akka-cloud-simulator

This project aims at leveraging the Akka framework wherein computing nodes are mimicked through instances of Akka actors. Message passing between these actors helps simulate an overlay network amongst these computing nodes. A convergent hashing algorithm known as the Chord algorithm is simulated by performing data look up in this overlay network. Other scenarios such as new nodes entering have also been simulated.
https://github.com/jeet1995/akka-cloud-simulator

akka akka-actors akka-http docker scala

Last synced: 12 days ago
JSON representation

This project aims at leveraging the Akka framework wherein computing nodes are mimicked through instances of Akka actors. Message passing between these actors helps simulate an overlay network amongst these computing nodes. A convergent hashing algorithm known as the Chord algorithm is simulated by performing data look up in this overlay network. Other scenarios such as new nodes entering have also been simulated.

Awesome Lists containing this project