An open API service indexing awesome lists of open source software.

https://github.com/romaintailhurat/dagster-playground

Playing with Dagster 🐙
https://github.com/romaintailhurat/dagster-playground

data pipelines python3

Last synced: about 1 year ago
JSON representation

Playing with Dagster 🐙

Awesome Lists containing this project

README

          

# Assessing Dagster

[Dagster](https://github.com/dagster-io/dagster) is a data pipeline tool.

Running a pipeline via Python:

```bash
python3 cereal.py
```

Running dagit (dagster UI):

```bash
dagit -f cereal.py -n cereal_pipeline
```

Executing test (ensure pytest is installed):

```bash
pytest test_cereal.py
```