Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 620 Bytes

Simple project to showcase how simple it is to aggregate data to CrateDB

architecture

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.

Setup

Get your api key in https://www.weatherapi.com/

How to run in docker compose

Fill up the environment variables in the docker-compose.yml

docker compose up -d