Silver Fund's data pipelines for IBKR flex query reporting data.
Install docker by following this guide
Spin up the containers using
docker compose up --build
Access the web UI at http://localhost:8080
Login using
-
username: airflow
-
password: airflow
Shut down containers and remove volumes using
docker compose down --volumes --rmi all