Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Yet another raft consensus protocol Golang implementation.

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.