An open API service indexing awesome lists of open source software.

https://github.com/codingforentrepreneurs/analytics-api

Build an Analytics API using FastAPI + TimescaleDB (time series in Postgres)
https://github.com/codingforentrepreneurs/analytics-api

fastapi postgres python time-series timescaledb timescaledb-python tutorial

Last synced: 3 months ago
JSON representation

Build an Analytics API using FastAPI + TimescaleDB (time series in Postgres)

Awesome Lists containing this project

README

        

# Build an Analytics API using FastAPI + Time-series Postgres

Own your data pipeline!

Start by building an Analytics API service with Python, FastAPI, and Time-series Postgres with TimescaleDB

## Docker

- `docker build -t analytics-api -f Dockerfile.web .`
- `docker run analytics-api `

becomes

- `docker compose up --watch`
- `docker compose down` or `docker compose down -v` (to remove volumes)
- `docker compose run app /bin/bash` or `docker compose run app python`