Skip to content

Goodies

A.s. edited this page Jul 24, 2024 · 3 revisions

These are some URLs that may come handy.

Always available

  • <URL>/db: the mega table. Takes a lot of time to load, but it allows seeing everything at once.
  • <URL>/report: the summary table. Prepare counts over time periods.

Only on dev deployments

  • <URL>/schema-viewer/: an overview of database tables and their relationships.
  • <URL>/openapi/schema/swagger-ui/: a Swagger UI documentation on our API endpoints.
  • <URL>/openapi/schema/redoc/: a ReDoc take on our API endpoints.
  • <URL>/explorer: only after make enable-explorer. To save and run SQL queries to the database. There's a built-in AI assistant, that can run locally (make enable-ollama) or with a freely available model (if OpenRouter.ai API key is set in parkour.env).
Clone this wiki locally