Palantir-Lite: GCP-Native Ontology App Viewer
Google Cloud Platform provides industry-standard infrastructure but lacks a cohesive semantic layer. ChartArmor bridges this gap. It binds serverless ingestion tables, relational property graphs, AI prompt configurations, and crawler scraper routines into a single unified pane of glass.
South of Ontology
Raw landing database isolating unparsed FHIR JSON records in serverless Google Cloud Firestore.
The Ontology Schema
PostgreSQL tables structured as schema nodes (Nouns) and relation edges (Verbs) mapped via Prisma.
Workshop Client App
Active clinician/patient interface rendering verified cases, audit logs, and AI letter models.
GCP Telemetry
Cloud Monitoring telemetry stats tracking process CPU, memory RSS, and active database connection pools.
Platform Data & Logic Flow
How GCP serverless and relational components integrate
External APIs (Epic Sandbox, CMS rules) fetch unparsed patient payloads.
Stored PL/pgSQL triggers map properties into relational schema structures.
Prisma ORM exposes nodes as Nouns and relations as Verbs.