Skip to content

Golang implementation of the Raft consensus protocol

Notifications You must be signed in to change notification settings

alabarjasteh/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft (consensus algorithm)

This is an implemetation of the raft algorithm in Golang. The skeleton of the project comes from MIT 6.824.

These are useful resources to understand raft:

raft/raft.go contains all of the algorithm. Other files are used for testing purposes. To test raft.go cd to raft directory and type the command go test -run 2A, 2B or 2C. For more information see this link.

Releases

No releases published

Packages

No packages published

Languages