项目作者: rsgrafx

项目描述 :
Elixir application playground - toying with now defunct RethinkDB. Using OTP to model data and RethinkDB to maintain state when processes fail.
高级语言: Elixir
项目地址: git://github.com/rsgrafx/snaktrip.git
创建时间: 2016-09-15T07:42:26Z
项目社区:https://github.com/rsgrafx/snaktrip

开源协议:

下载


Snaktrip

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add snaktrip to your list of dependencies in mix.exs:

    1. def deps do
    2. [{:snaktrip, "~> 0.1.0"}]
    3. end
  2. Ensure snaktrip is started before your application:

    1. def application do
    2. [applications: [:snaktrip]]
    3. end