Preview v0.5.2
Flowstone
Asset-first data orchestration framework for Elixir/BEAM.
Stats & Info
- Latest release: v0.5.2
- Recent downloads: 312
- All-time downloads: 312
- Maintainers: nshkrdotcom
Installation
Add flowstone to your list of dependencies in mix.exs:
def deps do
[
{:flowstone, "~> 0.5.2"}
]
endThen run:
mix deps.get