Skip to content
/ bior Public

Yet another raft consensus protocol Golang implementation.

Notifications You must be signed in to change notification settings

w41ter/bior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bior

Build Status Coverage Status

Bior is a implements of raft consensus algorithm in go, it supported features(✓ is checked out features):

  • [✓] Leader Stickness
  • [✓] Leader Election
  • [✓] Log Replication
  • [✓] Flow control
  • [✓] log compaction
  • [✓] Membership change
  • [✓] Read index

features implementing:

  • Leadership transfer
  • Lease read

Releases

No releases published

Packages

No packages published

Languages