/raft

The Raft consensus algorithm

Primary LanguageGoApache License 2.0Apache-2.0

RAFT

A Raft implementation in Go.

Getting Started

Clone this project into your $GOROOT

cd $GOROOT
git clone https://github.com/carlos-lopez-garces/raft.git

Prerequisites

This project needs at least Go 1.9

Running the tests

In the raft folder run the following command:

go test ./...

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details