Skip to content

chronos-tachyon/go-raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-raft

An implementation of the Raft distributed consensus protocol

godoc

Status: work in progress

What is it?

Raft, if you're not familiar, is a consensus protocol for distributed systems. It works by (a) electing a leader, and then (b) recording and distributing a log of state mutations.

About

An implementation of the Raft distributed consensus protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published