README.md

# DagsterPipes

`DagsterPipes` is a library for building data pipelines using [Dagster](https://dagster.io/) 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:

```elixir
def deps do
  [
    {:dagster_pipes, github: "wingyplus/dagster-pipes-elixir", sparse: "dagster_pipes"}
  ]
end
```