Skip to content

carlos-lopez-garces/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Raft consensus algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages