Skip to content

bedrock-kv/raft

Repository files navigation

Bedrock Raft

Build Status Coverage Status

An implementation of the RAFT consensus algorithm in Elixir that doesn't force a lot of opinions. You can bake the protocol into your own genservers, send messages and manage the logs how you like.

Installation

def deps do
  [
    {:bedrock_raft, "~> 0.9"}
  ]
end

About

An implementation of the RAFT consensus algorithm in Elixir that doesn't force a lot of opinions. You can bake the protocol into your own genservers, send messages and manage the logs how you like.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages