/auk

Elixir data pipeline

Primary LanguageElixir

Elixir pipeline

Elixir pipeline using genstage

Structure

  .
  +-- components/
  +-- assemblies/
  |   +-- job1/
  |       +-- app_config.exs
  |   +-- job2/
  |       +-- app_config.exs
  |   +-- job3/
  |       +-- app_config.exs
  +-- functions/
  +-- test/
  +-- mix.exs

Installation

$ mix deps.get

Run

$ MIX_ENV=dev iex --name a@127.0.0.1 -S mix
$ MIX_ENV=dev iex --name b@127.0.0.1 -S mix
$ MIX_ENV=dev iex --name c@127.0.0.1 -S mix