← Go Back
Weather API - Data Pipeline
A weather service to get the live (every 10 minutes) weather data for Mumbai city.
- This a ETL project which consumes weather api data and stores the data to a
PostgreSQL database.
- Uses cronjob to execute the app/main.py script every 10 minutes.
- Tech Stack: Python, PostgreSQL, Shell, Docker, docker-compose