Table & schema data viewers

All screens that browse table-like data. Replace HOST with your app origin (e.g. http://localhost:3001).

Generic table viewer Config hub

Picker (choose DB + table) /table-viewer.html

db must be stc_development_v1 or route_models. table = physical table name.

Alerts table viewer Solutions

AMC + legacy + Mongo /alert-table-viewer.html

MariaDB: amc_*, event_config2, event_actions, alerts_result, etc. Mongo: actions_master, alerts.

Schema hub → data viewers

Schema hub (index) /hub-schema.html Schema
System schema (diagram) /system-schema.html
System schema — row data /system-schema-data.html?table=…
KPI / algorithm schema /kpi-schema.html
KPI schema — row data /kpi-schema-data.html?table=…
Modules schema /modules-schema.html (no separate *-data page)

Related API (for integrations)

Table viewer API GET /api/table-viewer/databases
GET /api/table-viewer/tables?db=stc_development_v1
GET /api/table-viewer/table/{name}/data?db=…&page=&limit=&sort=&search=&filter=
Alerts viewer API GET /api/alert-table-viewer/catalog
GET /api/alert-table-viewer/mariadb/{table}/data?…

Access follows your hub groups (Config / Schema / Solutions / Tools).