Skip to content

Documenting my understanding of the Paxos algorithm for future reference

License

Notifications You must be signed in to change notification settings

SamuelSchlesinger/paxos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Paxos

A mock implementation of Paxos along with a markdown presentation using slides describing the algorithm.

The slides can be run like:

$ slides presentation.md

The code can be played with like:

$ ghci Paxos.hs

At some point, I would like to implement a working version of the algorithm and try to understand the more practical considerations when building out fault tolerant systems.

About

Documenting my understanding of the Paxos algorithm for future reference

Topics

Resources

License

Stars

Watchers

Forks