# analytics-api **Repository Path**: cheng66663420/analytics-api ## Basic Information - **Project Name**: analytics-api - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-22 - **Last Updated**: 2025-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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`