patrickcooper95 / March-Madness

March Madness Machine Learning Mania
0 stars 0 forks source link

Set Up Required Integrations/External Infrastructure for March Madness DAG #6

Open patrickcooper95 opened 1 year ago

patrickcooper95 commented 1 year ago

At the very least, a database will need to be created and accessible within each Airflow task for the March Madness model to run. The main thing here is volumes. Files on the host need to be mounted in the containers. The "external" database could be a flat file SQLite DB that's mounted, or something more heavy duty such as MySQL if it's determined that this is needed.