FlamePeer

Elixir CILicense: MITHex version badge

A FLAME backend for Erlang :peer nodes.

Why? When testing, using :peer nodes more closely mimics the behavior of properly created node clusters. :peer nodes are essentially truely isolated nodes, communicating back to the primary node via Erlang Distribution.

Installation

If available in Hex, the package can be installed by adding flame_peer to your list of dependencies in mix.exs:

def deps do
  [
    {:flame_peer, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/flame_peer.