ExRaft
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"}
]
endDocumentation
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:
- https://github.com/christopheradams/elixir_style_guide
- https://github.com/christopheradams/elixir_style_guide#modules
- https://hexdocs.pm/elixir/master/library-guidelines.html
- https://hexdocs.pm/elixir/master/writing-documentation.html
License
ExRaft source code is released under Apache License 2.0.
Check LICENSE file for more information.