Skip to content

Prime Number Detection in Distributed System using Consensus for Paxos

Notifications You must be signed in to change notification settings

shashperera/PrimeNO

Repository files navigation

PrimeO

MS21930904

Prime Number Detection in Distributed System using Consensus for Paxos

1) Bully algorithm for the master node election

The bully algorithm is a method for dynamically electing a coordinator or leader from a group of distributed computer processes. This algorithm applies to system where every process can send a message to every other process in the system

cd BullyAlgorithm

npm test

2) Paxos Consensus - Prime Number Detection

To run consul

consul agent -dev

About

Prime Number Detection in Distributed System using Consensus for Paxos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published