Skip to content
Vijay edited this page Feb 13, 2016 · 33 revisions

Zeno, For the Distributed Systems Community

By Evernym

Zeno is an implementation of a consensus protocol that tries to handle the problem of byzantine failures in distributed systems in an elegant manner

Introduction

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. We recommend going through Getting Started

Contributors

This is a collaborative document written by Evernym team. Have something to add? See a typo? Fork and issue a pull request on Github. Any and all contributions are welcome.

Clone this wiki locally