DagsterPipes
DagsterPipes is a library for building data pipelines using Dagster through Dagster Pipes.
Installation
Currently, the library is in active development and not yet published to Hex. To use it, you can add
it as a git dependency in your mix.exs file:
def deps do
[
{:dagster_pipes, github: "wingyplus/dagster-pipes-elixir", sparse: "dagster_pipes"}
]
end