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

https://github.com/atomix/custom-raft-storage-node

Golang based implementation of the Raft consensus protocol for Atomix 4
https://github.com/atomix/custom-raft-storage-node

Last synced: 11 months ago
JSON representation

Golang based implementation of the Raft consensus protocol for Atomix 4

Awesome Lists containing this project

README

          

# atomix-raft-node

[![Build Status](https://travis-ci.org/atomix/raft-replica.svg?branch=master)](https://travis-ci.org/atomix/raft-replica)
[![Integration Test Status](https://img.shields.io/travis/atomix/raft-replica?label=Integration%20Tests&logo=Integration)](https://travis-ci.org/onosproject/onos-test)
[![Go Report Card](https://goreportcard.com/badge/github.com/atomix/raft-replica)](https://goreportcard.com/report/github.com/atomix/raft-replica)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/gojp/goreportcard/blob/master/LICENSE)
[![Coverage Status](https://img.shields.io/coveralls/github/atomix/raft-replica/badge.svg)](https://coveralls.io/github/atomix/raft-replica?branch=master)
[![GoDoc](https://godoc.org/github.com/atomix/raft-replica?status.svg)](https://godoc.org/github.com/atomix/raft-replica)

Golang based implementation of the Raft consensus protocol for Atomix 4