I am exploring riak_ensemble from this repository [basho\riak_ensemble]
I am trying to find a way to store a data using this library. I've run the riak_ensemble via shell. after run application:ensure_all_started(riak_ensemble)
, I don't know what should I do for the next step.
Somebody told me that I can run it using a riak_ensemble_basic_backend.erl and also follow the unit test. However, I have no idea how to run it via shell. Probably anyone has experience with this library.