Own your data pipeline!
Start by building an Analytics API service with Python, FastAPI, and Time-series Postgres with TimescaleDB
docker build -t analytics-api -f Dockerfile.web .docker run analytics-api
becomes
docker compose up --watchdocker compose downordocker compose down -v(to remove volumes)docker compose run app /bin/bashordocker compose run app python