Packages
node_compass
0.1.0
NodeCompass is an automated hash-ring management system for Elixir clusters
Current section
Files
Jump to
Current section
Files
node_compass
README.md
README.md
# NodeCompass
NodeCompass is an automated system to control a consistent hash ring within an Elixir/Erlang cluster. It looks for node joins and leaves, then automatically controls their state on the ring. It also has some filtering options you can configure to make sure it adds the right nodes.
## Installation
Add `node_compass` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:node_compass, "~> 0.1.0"}
]
end
```