✦
OPERATING BRIEFING · LAST 30 DAYS
KPI discovery workspace
Connect any SQLite or PostgreSQL database. KPIAssembler reads its schema, proposes useful metrics, and certifies SQL before publishing a value.
Only metrics that passed deterministic checks are shown as trusted values.
Discover your schema and certify at least one proposed metric.
Every selected proposal has an explicit outcome and audit trail.
Run KPIAssembler as a standalone service, mount its FastAPI app, consume the REST API, or embed this complete workflow.
Works in React, Vue, Angular, Django templates, plain HTML, or any page that can load a script.
<script src="__SERVICE_URL__/kpi-assembler.js"></script>
<kpi-assembler service-url="__SERVICE_URL__" height="820px"></kpi-assembler>POST __API_BASE__/discover
POST __API_BASE__/certify
{"accepted_ids": ["metric_id"]}
GET __API_BASE__/packkpi-assembler-webKPI_DATABASE_URL=postgresql://user:pass@host/applicationKPI_INCLUDE_TABLES=orders,events KPI_TENANT_COLUMN=account_idKPI_ALLOWED_ORIGIN=https://your-app.example