docker-compose up -dThan can access the airflow UI on http://localhost:8080 with credentials airflow:airflow
For now one has to trigger the whole dag workflow manually.
- Scrape data.
- Load data into Postgresql database.
- One has to connect Postgres database first and further create dashboards in Metabase manually by connecting it with Postgresql database which contains the stock data.
- Orchestrate and schedule with Apache Airflow in Docker.
-
To add Postgres as a connector you can visit the documentation link https://www.metabase.com/docs/latest/databases/connections/postgresql
-
To add dashboard in Metabase, you can visit the documentation link https://www.metabase.com/docs/latest/dashboards/introduction
