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

https://github.com/otoolep/eraftd

A reference use of the etcd Raft implementation
https://github.com/otoolep/eraftd

consensus distributed-systems etcd-raft go key-value raft

Last synced: 2 months ago
JSON representation

A reference use of the etcd Raft implementation

Awesome Lists containing this project

README

        

eraftd [![Circle CI](https://circleci.com/gh/otoolep/eraftd/tree/master.svg?style=svg)](https://circleci.com/gh/otoolep/eraftd/tree/master) [![appveyor](https://ci.appveyor.com/api/projects/status/github/otoolep/eraftd?branch=master&svg=true)](https://ci.appveyor.com/project/otoolep/eraftd) [![GoDoc](https://godoc.org/github.com/otoolep/eraftd?status.png)](https://godoc.org/github.com/otoolep/eraftd) [![Go Report Card](https://goreportcard.com/badge/github.com/otoolep/eraftd)](https://goreportcard.com/report/github.com/otoolep/eraftd)
======

A reference use of the etcd Raft implementation.