first commit

This commit is contained in:
alexandrump
2026-02-09 01:02:53 +01:00
commit 82f3464565
90 changed files with 4788 additions and 0 deletions

19
docs/OPERATIONS.md Normal file
View File

@@ -0,0 +1,19 @@
# Operaciones y monitorización
## Endpoints admin
- `POST /admin/ingest/pause` / `resume`
- `POST /admin/ingest/queue`
- `GET /admin/ingest/runs`
- `POST /admin/backup/run`
- `GET /admin/backup/list`
- `GET /admin/alerts/runs`
- `GET /admin/monitor/status`
## Checks rápidos
- `/dashboard/summary` (salud del dashboard)
- `/catalog/health` (API catálogo)
## Logs
- Logs de ingesta y alertas quedan en stdout.
- `ingest_runs` y `alert_runs` guardan historial resumido.