The project uses the Crate's sqlalchemy dialect and the python's scheduler, it runs everything synchronously.
Every 60s (time can be changed) it will make a https request to the weather api and insert it into CrateDB.
Get your api key in https://www.weatherapi.com/
Fill up the environment variables in the docker-compose.yml
docker compose up -d