mongoman v0.1.0
Mongoman
Manages mongod
instances to configure and run replica sets.
Functions
Specs
start_distributed_replica_set(String.t, [node]) ::
{:ok, pid} |
{:error, any}
Specs
start_local_replica_set(String.t, pos_integer) ::
{:ok, pid} |
{:error, any} |
:error
Specs
stop_cluster(pid) :: :ok | {:error, any}