/goraft

A Go & gRPC implementation of a RAFT protocol cluster.

Primary LanguageGoISC LicenseISC

Coverage license CI Go Report Card

Go Raft

A toy Raft consensus protocol implementation in Go using gRPC communications.

Run

# Start...
./bin/start.sh
# Stop...
./bin/kill.sh