-
Notifications
You must be signed in to change notification settings - Fork 370
Home
Vijay edited this page Feb 12, 2016
·
33 revisions
Zeno is an implementation of a consensus protocol that tries to handle the problem of byzantine failures in distributed systems in an elegant manner
This tutorial assumes an intermediate level knowledge of Python, basics of distributed systems, concurrency but not much else. The goal is to give you an overview of the consensus protocol technology that helps you overcome the existing concurrency problems in a distributed system.
This is a collaborative document. Have something to add? See a typo? Fork and issue a pull request on Github. Any and all contributions are welcome.