Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paxos #1

Open
7 tasks
Tracked by #25
decanus opened this issue Dec 28, 2019 · 0 comments
Open
7 tasks
Tracked by #25

Paxos #1

decanus opened this issue Dec 28, 2019 · 0 comments
Labels

Comments

@decanus
Copy link
Owner

decanus commented Dec 28, 2019

Consensus is a fundamental problem in computer science especially with regards to distributed systems. It only makes sense to research one of the most influential consensus algorithms called Paxos, which was created by Leslie Lamport.

The main goal of this thread is to research paxos and create a general understanding which should later be summarized in a research post.

Questions

  • How exactly does Paxos work?
  • How can Paxos be applied?
  • What are some distributed systems that use Paxos?
  • What are some derivative works of Paxos?
  • Where does it not make sense to use Paxos?

Literature

  • The Part-Time Parliament - paper
    This is the original paxos paper, describing the consensus algorithm devised by Leslie Lamport.
  • Understanding Paxos - post
  • How Paxos Works - post
  • Paxos made Simple - post
  • Implementing replicated logs with Paxos - video
  • Bridging Paxos and Blockchain Consensus - paper
  • Consensus Protocols: Paxos - post
@decanus decanus mentioned this issue Jan 10, 2020
4 tasks
@decanus decanus mentioned this issue Apr 28, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant