No separate GIS stack. No bolt-on maps. Geometry, tiles, features, realtime, spatial compute, and analytics all run on Postgres + PostGIS. This is the architectural decision that eliminates an entire category of cost and complexity.
Structural choices that keep GovAssetOS governable, testable, and resilient at scale.
Geometry in PostGIS. Tiles from pg_tileserv. Realtime from pg_eventserv. Spatial compute from Fast*/pgRouting/PROJ.
Cross-tenant reads are structurally impossible at the database level — FORCE ROW LEVEL SECURITY on every table.
Correctness-critical rules are pure TypeScript modules — each covered by fast-check property tests.
C2 actions append to the hash-chained Audit_Log — every transition, denial, and CoT discard.
Dependency failures produce stale/degraded states with fallback — never a blank screen.
OGC API Features/EDR. TAK/CoT. CAP. NIEM. Esri facades without forking investments.
Deep-dive the architecture with the team that built it.