Skip to content

kleopatra999/paxos-in-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

paxos-in-python

A python implementation of the Paxos algorithm

Paxos (Computer science)

Paxos is a family of protocols for solving consensus in a network of unreliable processors. Consensus is the process of agreeing on one result among a group of participants. This problem becomes difficult when the participants or their communication medium may experience failures.

[1] - Wikipedia on Paxos (Computer science)

[2] - Neat algorithms - Paxos

[3] - Paxos in english MIT 6.824

[4] - Paxos by Lamport (Microsoft Research

About

A python implementation of the Paxos algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published