Skip to main content

SureCentric Platform

Technical developer documentation for the SureCentric platform — an AI-native system for centralized clinical intelligence that unifies knowledge graphs, data lakehouses, and AI-native operations.

Sections

SureNetwork Integration


Platform Architecture

┌───────────────────────────────────────────────────────────────────────┐
│ SureCentric Desktop — Import, View, Report, Query, Explore │
│ ┌────────────┐ ┌──────────────┐ ┌───────────┐ ┌───────────────────┐ │
│ │ Dashboards │ │ Query & │ │ Explorer │ │ Schema Builder │ │
│ │ (Superset) │ │ Reports │ │ & Viewer │ │ (JSON-LD Editor) │ │
│ └────────────┘ └──────────────┘ └───────────┘ └───────────────────┘ │
├───────────────────────────────────────────────────────────────────────┤
│ Dynamic Data Warehouse / Lakehouse (DuckDB · PostgreSQL · Iceberg) │
│ ┌─────────────────────────────────────────────────────────────────┐ │
│ │ Dynamic Schema — auto-generated from JSON-LD │ │
│ │ CREATE TABLE · VIEW · INDEX · FK · CHECK │ │
│ └─────────────────────────────────────────────────────────────────┘ │
├───────────────────────────────────────────────────────────────────────┤
│ Schema Layer (JSON-LD Canonical) │
│ Schema Builder → Mappers/Translators → OWL · DDL · JSON Schema │
├───────────────────────────────────────────────────────────────────────┤
│ AI Layer — SureAgent · SureIntel · SureLLM · SureIndex │
├───────────────────────────────────────────────────────────────────────┤
│ Data Sources — SureDrive apps · External DBs · SureConnect (OpenAPI) │
└───────────────────────────────────────────────────────────────────────┘

Key Concepts

ConceptDescription
JSON-LDCanonical schema format — W3C JSON-LD 1.1. The single source of truth for all schema authoring
Plugin SystemES-module plugins extend Schema Builder with custom translators, panels, importers, and validators
DDL PipelineJSON-LD → Mapper View → Plugin Translator → PostgreSQL / DuckDB CREATE TABLE
OWL SidecarSpring Boot service for OWL/RDF-XML import and export (future)
SureDriveDocument management system hosting JSON-LD schemas in SureCentral archives