QuantumSwarm
This README follows master, which may not be the currently published version. Here are the docs for the latest published version of Quantum Swarm.
Very simple swarm
clustering adapter for
quantum
.
:warning: :warning: This adapter does not support process handoff. Therefore it is vital that a persistent storage is used.
Installation
The package can be installed by adding quantum_swarm
to your list of dependencies
in mix.exs
:
def deps do
[
{:quantum_swarm, "~> 1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/quantum_swarm.