-
Notifications
You must be signed in to change notification settings - Fork 6
Goodies
A.s. edited this page Jul 24, 2024
·
3 revisions
These are some URLs that may come handy.
-
<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.
-
<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 aftermake 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 inparkour.env
).