ouhaddaOualid/Real-time-weather ? reverse-engineered prompt
Reverse engineered prompt
Build me a one command real time weather analytics project for Morocco that pulls live data from Open Meteo and shows it in a ready made dashboard.
I want it to collect weather for Casablanca, Rabat, Marrakech, Tangier, and Agadir, load the latest 24 hours on first run, then keep updating every 5 minutes automatically. Store the raw data in PostgreSQL, clean it with dbt, and use Airflow to orchestrate the whole flow. Also set up Apache Superset with a dashboard that is already connected and useful right away.
The dashboard should include things like current average temperature, current average wind speed, 24 hour temperature trends by city, city comparisons, weather condition breakdowns, and a table of the latest observations. Please make it run with Docker Compose so I can start everything with one command, and include any setup needed so the first launch initializes the data and dashboard automatically. If you need to check current docs for any of the tools, go ahead and look them up.
Are you gonna build this?
make sure you review the code using coderabbit