/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.

Primary LanguageScala

Watchers