This repository contains the implementation of the Paxos Consensus Algorithm used in distributed system management for consistent log replication.
It is mainly used where a number of nodes has to agree on a given action before applying it to their own state machine. It makes sure that at a given point of time every log is identical which prevents data mismatch.