Ravel provides a set of CRDT's (Cumulative Replicated Data Types) for Elixir, with a little more than inspiration from Basho's https://github.com/basho/riak_dt
CRDT's seem to be a great way to overcomplicated simple datastructures, and some people ...