Skip to content

An implementation of the Viewstamped Replication 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.

License

Notifications You must be signed in to change notification settings

bedrock-kv/viewstamped_replication

Repository files navigation

Bedrock Viewstamped Replication

Build Status Coverage Status

An implementation of the Viewstamped Replication 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_viewstamped_replication, "~> 0.2"}
  ]
end

About

An implementation of the Viewstamped Replication 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

No packages published

Languages