Home

A data ingestion pipeline to take in data from API source of simulated wind farm to timescaleDB

Here in this article I am showing the sample data pipeline that takes in the data from API in file or record format and send it to fastapi server to process the request and connect to timescaleDB. The message broker used here is rabbitMQ. All the code is packaged in dockerfiles and runs with just one command. Repo for the code can be found at he...

Read more