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

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

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