Elixir application playground - toying with now defunct RethinkDB. Using OTP to model data and RethinkDB to maintain state when processes fail.
TODO: Add description
If available in Hex, the package can be installed as:
Add snaktrip
to your list of dependencies in mix.exs
:
def deps do
[{:snaktrip, "~> 0.1.0"}]
end
Ensure snaktrip
is started before your application:
def application do
[applications: [:snaktrip]]
end