ktx/packages/cli/assets/demo/orbit/manifest.json
Luca Martial ebf475e4c1 feat(cli): replace fake demo data with real NBC/Orbit project context
Replace the placeholder demo assets with real semantic-layer (45 YAML
files) and knowledge (28 markdown files) from the fully-built NBC
project. Update demo tour cards, replay timeline, and completion
summary to reflect real connection names and counts:
- PostgreSQL warehouse: 56 tables across 2 schemas
- dbt: 34 transformation models
- Metabase: 80 dashboard cards
- Notion: 9 knowledge pages
- 45 semantic layer definitions, 32 knowledge pages created

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-11 21:51:54 -07:00

58 lines
1.2 KiB
JSON

{
"demoAssetSchemaVersion": 2,
"name": "orbit",
"displayName": "Orbit Demo",
"mode": "seeded",
"sqliteDatabase": "demo.db",
"replay": "replay.memory-flow.v1.json",
"report": "reports/seeded-demo-report.json",
"source": "packaged-orbit-demo",
"sources": {
"warehouse": {
"label": "Warehouse",
"path": "demo.db",
"tables": 8,
"rowCounts": {
"accounts": 210,
"contracts": 320,
"users": 1260,
"invoices": 3000,
"arr_movements": 720,
"support_tickets": 520,
"purchase_requests": 5200,
"plans": 4
}
},
"dbt": {
"label": "dbt",
"path": "raw-sources/dbt",
"models": 3,
"sourceTables": 8
},
"bi": {
"label": "BI",
"path": "raw-sources/bi",
"explores": 5,
"dashboards": 2
},
"notion": {
"label": "Notion",
"path": "raw-sources/notion",
"pages": 8
}
},
"generated": {
"semanticLayer": {
"path": "semantic-layer",
"sourceCount": 46
},
"knowledge": {
"path": "knowledge/global",
"pageCount": 28
},
"links": {
"path": "links",
"linkCount": 23
}
}
}