Skip to content

aniketsingh03/raft-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raft-go

This is an implementation of raft consensus in Golang according to the official paper - https://raft.github.io/raft.pdf.

The implementation is supposed to be done in 3 parts:

  • Leader election
  • Log Replication
  • Enhancements
    • Cluster membership change
    • Election constraints
    • Log Compaction

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages