Skip to content

babayet2/goRAFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

goRAFT

An implementation of the RAFT leader election sub-protocol in go, spawning multiple processes and communicating over RPC. A description of the RAFT Consensus Algorithm can be found here: https://raft.github.io/

A bash script has been provided for testing on linux systems. Requires num_nodes open ports starting at 1200, defaulting at 10.

Usage: ./raft.sh [num_nodes]

About

An implementation of the RAFT leader election sub-protocol in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors