An open API service indexing awesome lists of open source software.

https://github.com/raitraidma/raft


https://github.com/raitraidma/raft

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/raitraidma/raft.svg?branch=master)](https://travis-ci.org/raitraidma/raft)
[![Coverage Status](https://coveralls.io/repos/github/raitraidma/raft/badge.svg?branch=master)](https://coveralls.io/github/raitraidma/raft?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/513797e1d21d2851cc28/maintainability)](https://codeclimate.com/github/raitraidma/raft/maintainability)

# raft

Implementing some parts of [The Raft Consensus Algorithm](https://raft.github.io/) for fun.