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 🐙
- Host: GitHub
- URL: https://github.com/romaintailhurat/dagster-playground
- Owner: romaintailhurat
- Created: 2020-02-17T10:53:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T10:32:41.000Z (over 6 years ago)
- Last Synced: 2025-03-24T00:26:33.419Z (over 1 year ago)
- Topics: data, pipelines, python3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```