Skip to content

Latest commit

 

History

History

data

Football Pace: Data

This subfolder is a top-level Dagster pipeline for data ingestion.

Global Asset Lineage as of 18 Nov 2024.

Running locally

First, you need a copy of the environment variables; these should go into .env and should match the format of .env.sample.

You should then install the dependencies in requirements.txt, then run:

dagster dev

Deploying

For production deployment, the /docker subfolder has all of the necessary scripts and instructions.