Skip to content

JanP1/paxos_algorithm_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Paxos Consensus Algorithm

Python implementation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages