ExRaft

Build Status

An Elixir implementation of the raft consensus protocol.

Installation

The package can be installed by adding ex_raft to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_raft, "~> 0.1.1"}
  ]
end

Documentation

You can find the online documentation at https://hexdocs.pm/ex_raft. Documentation can also be generated with ExDoc.

Getting started

Soon to be released...

Contributing

All contributions must adhere to the guidelines below:

License

ExRaft source code is released under Apache License 2.0. Check LICENSE file for more information.