FakeRiak (fake_riak v0.1.0)

Copy Markdown View Source

Top-level namespace for FakeRiak.

FakeRiak is an in-memory fake for several key-value services. A single store (FakeRiak.SimpleStore) is fronted by four TCP endpoints that each speak a real wire protocol, so unmodified clients can talk to it:

It is meant as a lightweight test double, not a faithful reimplementation of any of those servers. The command-line entry point is FakeRiak.CLI, built into a standalone executable with mix escript.build.

Summary

Functions

The version string, read at runtime from the application spec (which is generated from mix.exs). The :fake_riak application must be loaded.

Functions

version()

@spec version() :: String.t()

The version string, read at runtime from the application spec (which is generated from mix.exs). The :fake_riak application must be loaded.