ClusterKV
An ephemeral distributed KV store or DHT
Backed by in-memory ETS table.
Utilizes libcluster for clustering
and libring for the consistent hash ring.
See cluster_test for an example utilization
Primarily built for use within a distributed WAMP Router. See WAMPex for more information and wamp-proto.org for more information about the WAMP protocol
Installation
def deps do
[
{:cluster_kv, git: "https://gitlab.com/entropealabs/cluster_kv", tag: "e042a674095208de84a86c32239cecc9834d0177"}
]
end
Documentation can be generated with ExDoc.