datalog: org-chart + transitive headcount demo (219/219)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 27s

Adds dl-demo-org-rules: (subordinate Mgr Emp) over a (manager
EMP MGR) graph, and (headcount Mgr N) using count aggregation
grouped by manager. Demonstrates real-world hierarchy queries
(e.g. "everyone reporting up to the CEO") + per-manager rollup.

3 new demo tests: transitive subordinates of CEO (5 entries),
CEO headcount, and direct manager headcount.
This commit is contained in:
2026-05-08 10:24:10 +00:00
parent de734b27b8
commit e0c7de1a1c
4 changed files with 62 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
# datalog scoreboard
**216 / 216 passing** (0 failure(s)).
**219 / 219 passing** (0 failure(s)).
| Suite | Passed | Total | Status |
|-------|--------|-------|--------|
@@ -14,4 +14,4 @@
| aggregates | 19 | 19 | ok |
| api | 20 | 20 | ok |
| magic | 22 | 22 | ok |
| demo | 18 | 18 | ok |
| demo | 21 | 21 | ok |