https://github.com/marquesrf/analytics-api
Analytics API using FastAPI and Time-series Postgres
https://github.com/marquesrf/analytics-api
Last synced: over 1 year ago
JSON representation
Analytics API using FastAPI and Time-series Postgres
- Host: GitHub
- URL: https://github.com/marquesrf/analytics-api
- Owner: marquesrf
- Created: 2025-03-24T23:27:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T13:32:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T14:29:51.649Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build an Analytics API using FastAPI and Time-series Postgres
## Build the application
- `docker compose up --watch`
## Run commands inside a container
- `docker compose run app ls` app=service name, ls=command
## Stop the application
- `docker compose down` or `docker compose down -v` to also remove volumes