Smart Searchable Signal Registry – Relationship Graphs
This page visualises live relationships between:
- Tables in the Smart Searchable Signal Registry (SSSR)
- Signals defined in those tables
- Engines and modules that consume those signals
All diagrams are rendered directly from config/system/signal_registry.json.
Live SSSR Relationship Graph
How to read this graph:
source_tablecards on the left contain the signals defined in that logical table.- Each signal shows which engines and modules consume it via tags under the signal name.
- On the right, engines and modules are grouped by the set of signals they consume, giving a reverse view of the dependency graph.
Tables → Signals
Each card represents a logical table in the Smart Searchable Signal Registry (SSSR), listing all its signals and their downstream consumers.
SSSR Table
compute_executions
Status: stableFamily: id, code, metric, classification, audit, geo
exec_idGlobally unique execution ID (ULID). Primary key.engine: MICEengine: ALTDmodule: CHUBmodule: SISmethod_idMethod ID (e.g., MID-00001). FK part 1 → ref_compute_method_registry.method_id.engine: MICEengine: ZSSRmodule: CHUBversionExact version used (e.g., 1.0.0). FK part 2 → ref_compute_method_registry.version.engine: MICEmodule: CHUBtenant_idTenant/customer identifier (used for multi-tenant isolation and audit).engine: ZARAengine: ALTDmodule: SISmodule: ZARAinputs_hashCryptographic hash (e.g., sha256:...) of normalized input payload.engine: ALTDengine: DICEmodule: SISoptions_hashCryptographic hash of normalized options payload.engine: ALTDmodule: SISoutput_hashCryptographic hash of normalized output payload. Optional if execution failed pre-output.engine: ALTDengine: DAVEmodule: SISmodule: RIHUBdataset_hashesArray/map of dataset artifact hashes used (e.g., ["IPCC-EFDB:sha256-...","IEA_SSP:sha256-..."]).engine: SEMengine: ALTDmodule: SISprovenance_idCorrelation ID returned to caller; links UI/API to this audit row.engine: ZARAengine: ALTDmodule: ZARAmodule: SISlatency_msEnd-to-end compute latency in milliseconds.engine: POSTHmodule: SISstatusok | error. Final outcome.engine: ZARAengine: DICEmodule: CHUBmodule: ZARAerror_codeMachine-readable error code if status='error' (e.g., SCHEMA_VALIDATION_FAILED).engine: DICEmodule: CHUBcreated_atExecution timestamp (UTC).engine: ALTDmodule: SISregionRegion tag where compute ran (e.g., eu-north-1).engine: ZSSRmodule: SISstorage_refPointer to sealed blob with full input/output snapshots if retained.engine: ALTDmodule: SIScaller_ipSource IP for security / anomaly analysis.engine: POSTHengine: ZARAmodule: SIS
SSSR Table
compute_method_latest
Status: stableFamily: id, code, audit, text
method_id(TEXT)Method name (e.g., GHG.intensity, Water.abs). Primary key; one “latest” row per method.engine: ZSSRengine: ZARAmodule: CHUBmodule: ZARAversion(TEXT)Version currently designated as “latest” for this method (e.g., 1.1.0). FK to compute_method_registry(method_id, version).engine: ZSSRengine: MICEmodule: CHUBupdated_at(TIMESTAMPTZ)Timestamp (UTC) when “latest” pointer was last changed.engine: ALTDmodule: SISnote(TEXT)Admin/operator note explaining why this version is latest (e.g., “post–gate promotion”, “hotfix”).engine: ZARAmodule: CHUBmodule: SIS
SSSR Table
compute_method_registry
Status: stableFamily: id, code, classification, text, audit
method_id(TEXT (PK))Surrogate ID for the compute method, e.g. MID-00001. Used as stable contract ID across ZAYAZ.engine: SEMengine: MICEengine: ZARAengine: ZAAMengine: ZHIFmodule: CHUBmodule: ZARAmethod_name(TEXT)Canonical method name, e.g. GHG.intensity, Water.abs. Human/machine-friendly semantic identifier.engine: ZHIFengine: MICEmodule: CHUBmodule: ZARAmodule: RIHUBversion(TEXT)Semantic version of the method implementation and schema (e.g., 1.0.0). Enables side-by-side versions.engine: MICEmodule: CHUBstatus(TEXT)Lifecycle state: supported | beta | deprecated. Used by discovery and allowlists.engine: ZARAengine: ZSSRmodule: SISmodule: ZARAdescription(TEXT)Human-readable summary of what the method computes and when to use it.engine: ZARAmodule: ZARAmodule: RIHUBinputs_schema_json(TEXT)ZAR artifact ID for JSON Schema describing required/optional input fields and constraints (units, mins, enums). Enforced at runtime.engine: ZHIFengine: MICEmodule: CHUBoptions_schema_json(TEXT)ZAR artifact ID for JSON Schema describing optional method options (e.g., jurisdiction, scope3_category). May point to a trivial {} schema.engine: ZHIFengine: MICEmodule: CHUBoutput_schema_json(TEXT)ZAR artifact ID for JSON Schema describing method output payload (e.g., result, unit, provenance). Enforced post-compute.engine: MICEmodule: CHUBmodule: RIHUBimplementation_ref(TEXT)Resolvable entrypoint, e.g. python://zayaz.compute.ghg:intensity_v1 or container/image ref. Loader imports/calls this.engine: MICEmodule: CHUBdataset_requirements(JSONB)Array/object describing required datasets/refs, e.g. ["IPCC-EFDB","IEA_SSP"]. Validated against dataset_key registry.engine: SEMengine: MICEmodule: CHUBacl_tags(JSONB)Array of policy tags for enforcement (e.g., ["EU_ONLY","NO_PHI"]). Validated against ACL Tag Registry (acl_tag_registry).engine: ZARAengine: ZSSRmodule: SIScreated_at(TIMESTAMPTZ)Row creation timestamp (UTC).engine: ALTDmodule: SISupdated_at(TIMESTAMPTZ)Row last update timestamp (UTC)engine: ALTDmodule: SIS
SSSR Table
dim_countries
Status: stableFamily: id
iso_cc_id(string)Internal surrogate key for ISO country recordengine: zhifengine: pef-memodule: semiso_cd_id(string)Internal surrogate key for ISO country recordengine: zhifengine: pef-memodule: sem
SSSR Table
standards_criteria
Status: stableFamily: code, classification, text, audit
criterion_id(string (pk))Canonical identifier of a policy criterion (e.g. ESRS.data_residency.eu_only)engine: TRPGengine: ZADIFmodule: SISmodule: ZARAframework_id(string (fk))Reference to owning standards frameworkengine: TRPGengine: ZADIFmodule: SISversion(string)Semantic version of the criterion ruleengine: TRPGmodule: SISengine(enum)Rule evaluation engine (jsonlogic, cel)engine: TRPGmodule: SISrule_json(jsonb)Serialized rule definition executed by the policy engineengine: TRPGmodule: SISseverity(enum)Enforcement level (block, warn, info)engine: TRPGengine: ZADIFmodule: SISmodule: ZARAdescription(string)Human-readable explanation of the criterionengine: ZARAmodule: ZARAmodule: RIHUBcreated_at(timestamptz)Timestamp when the criterion was createdengine: ALTDmodule: SISupdated_at(timestamptz)Timestamp when the criterion was last updatedengine: ALTDmodule: SIS
SSSR Table
standards_frameworks
Status: stableFamily: code, text, classification, audit
framework_id(string (pk))Canonical identifier of a standards framework (e.g. ESRS, ISSB, SEC). Globally stable and later usable as a USO concept anchor, a policy routing key in TR/PG, a compliance scope discriminator in ZADIFengine: TRPGengine: ZADIFengine: ZARAmodule: SISmodule: ZARAmodule: IHUBname(string)Human-readable name of the standards frameworkengine: ZARAmodule: ZARAmodule: RIHUBstatus(enum)Lifecycle status of the framework (supported, beta, deprecated)engine: ZADIFengine: ZSSRmodule: SISmodule: ZARAdescription(string)Textual description of scope and purpose of the frameworkengine: ZARAengine: TRPGmodule: ZARAmodule: RIHUBcreated_at(timestamptz)Timestamp when the framework record was createdengine: ALTDmodule: SISupdated_at(timestamptz)Timestamp when the framework record was last updatedengine: ALTDmodule: SIS
SSSR Table
tenant_frameworks
Status: stableFamily: id, code, classification, text, audit
tenant_id(string (pk, fk))Tenant identifier (E-C-O™ Number or internal tenant key)engine: ZADIFengine: ZARAengine: ALTDmodule: SISmodule: ZARAframework_id(string (pk, fk))Framework enabled or disabled for the tenantengine: ZADIFengine: TRPGmodule: SISmodule: ZARAstatus(enum)Enablement state (enabled, disabled)engine: ZADIFengine: TRPGmodule: SISmodule: ZARAnotes(string)Tenant-specific annotations or governance notesengine: ZARAmodule: SISmodule: ZARAcreated_at(timestamptz)Timestamp when the tenant-framework link was createdengine: ALTDmodule: SISupdated_at(timestamptz)Timestamp when the tenant-framework link was last updatedengine: ALTDmodule: SIS
SSSR Table
test
Status: stableFamily: test
test_id(string)Testengine: agri-vmodule: sem
SSSR Table
v_framework_criteria_latest
Status: stableFamily: code, classification, text, audit
framework_id(string)Framework identifierengine: TRPGengine: ZADIFmodule: SISmodule: ZARAcriterion_id(string)Criterion identifierengine: TRPGengine: ZADIFmodule: SISmodule: ZARAversion(string)Latest version of the criterionengine: TRPGmodule: SISengine(enum)Rule engine usedengine: TRPGmodule: SISrule_json(jsonb)Latest executable rule definitionengine: TRPGmodule: SISseverity(enum)Enforcement severityengine: TRPGengine: ZADIFmodule: SISmodule: ZARAdescription(string)Criterion descriptionengine: ZARAmodule: ZARAmodule: RIHUBupdated_at(timestamptz)Timestamp of the latest criterion updateengine: ALTDmodule: SIS
Engines & Modules → Signals
Reverse view: for each engine or module, see which signals it consumes across all SSSR tables.
Engines
Engine
agri-v
test_idfromtest
Engine
ALTD
created_atfromcompute_method_registryupdated_atfromcompute_method_registryupdated_atfromcompute_method_latestexec_idfromcompute_executionstenant_idfromcompute_executionsinputs_hashfromcompute_executionsoptions_hashfromcompute_executionsoutput_hashfromcompute_executionsdataset_hashesfromcompute_executionsprovenance_idfromcompute_executionscreated_atfromcompute_executionsstorage_reffromcompute_executionscreated_atfromstandards_frameworksupdated_atfromstandards_frameworkscreated_atfromstandards_criteriaupdated_atfromstandards_criteriatenant_idfromtenant_frameworkscreated_atfromtenant_frameworksupdated_atfromtenant_frameworksupdated_atfromv_framework_criteria_latest
Engine
DAVE
output_hashfromcompute_executions
Engine
DICE
inputs_hashfromcompute_executionsstatusfromcompute_executionserror_codefromcompute_executions
Engine
MICE
method_idfromcompute_method_registrymethod_namefromcompute_method_registryversionfromcompute_method_registryinputs_schema_jsonfromcompute_method_registryoptions_schema_jsonfromcompute_method_registryoutput_schema_jsonfromcompute_method_registryimplementation_reffromcompute_method_registrydataset_requirementsfromcompute_method_registryversionfromcompute_method_latestexec_idfromcompute_executionsmethod_idfromcompute_executionsversionfromcompute_executions
Engine
pef-me
iso_cc_idfromdim_countriesiso_cd_idfromdim_countries
Engine
POSTH
latency_msfromcompute_executionscaller_ipfromcompute_executions
Engine
SEM
method_idfromcompute_method_registrydataset_requirementsfromcompute_method_registrydataset_hashesfromcompute_executions
Engine
TRPG
framework_idfromstandards_frameworksdescriptionfromstandards_frameworkscriterion_idfromstandards_criteriaframework_idfromstandards_criteriaversionfromstandards_criteriaenginefromstandards_criteriarule_jsonfromstandards_criteriaseverityfromstandards_criteriaframework_idfromtenant_frameworksstatusfromtenant_frameworksframework_idfromv_framework_criteria_latestcriterion_idfromv_framework_criteria_latestversionfromv_framework_criteria_latestenginefromv_framework_criteria_latestrule_jsonfromv_framework_criteria_latestseverityfromv_framework_criteria_latest
Engine
ZAAM
method_idfromcompute_method_registry
Engine
ZADIF
framework_idfromstandards_frameworksstatusfromstandards_frameworkscriterion_idfromstandards_criteriaframework_idfromstandards_criteriaseverityfromstandards_criteriatenant_idfromtenant_frameworksframework_idfromtenant_frameworksstatusfromtenant_frameworksframework_idfromv_framework_criteria_latestcriterion_idfromv_framework_criteria_latestseverityfromv_framework_criteria_latest
Engine
ZARA
method_idfromcompute_method_registrystatusfromcompute_method_registrydescriptionfromcompute_method_registryacl_tagsfromcompute_method_registrymethod_idfromcompute_method_latestnotefromcompute_method_latesttenant_idfromcompute_executionsprovenance_idfromcompute_executionsstatusfromcompute_executionscaller_ipfromcompute_executionsframework_idfromstandards_frameworksnamefromstandards_frameworksdescriptionfromstandards_frameworksdescriptionfromstandards_criteriatenant_idfromtenant_frameworksnotesfromtenant_frameworksdescriptionfromv_framework_criteria_latest
Engine
zhif
iso_cc_idfromdim_countriesiso_cd_idfromdim_countries
Engine
ZHIF
method_idfromcompute_method_registrymethod_namefromcompute_method_registryinputs_schema_jsonfromcompute_method_registryoptions_schema_jsonfromcompute_method_registry
Engine
ZSSR
statusfromcompute_method_registryacl_tagsfromcompute_method_registrymethod_idfromcompute_method_latestversionfromcompute_method_latestmethod_idfromcompute_executionsregionfromcompute_executionsstatusfromstandards_frameworks
Modules
Module
CHUB
method_idfromcompute_method_registrymethod_namefromcompute_method_registryversionfromcompute_method_registryinputs_schema_jsonfromcompute_method_registryoptions_schema_jsonfromcompute_method_registryoutput_schema_jsonfromcompute_method_registryimplementation_reffromcompute_method_registrydataset_requirementsfromcompute_method_registrymethod_idfromcompute_method_latestversionfromcompute_method_latestnotefromcompute_method_latestexec_idfromcompute_executionsmethod_idfromcompute_executionsversionfromcompute_executionsstatusfromcompute_executionserror_codefromcompute_executions
Module
IHUB
framework_idfromstandards_frameworks
Module
RIHUB
method_namefromcompute_method_registrydescriptionfromcompute_method_registryoutput_schema_jsonfromcompute_method_registryoutput_hashfromcompute_executionsnamefromstandards_frameworksdescriptionfromstandards_frameworksdescriptionfromstandards_criteriadescriptionfromv_framework_criteria_latest
Module
sem
iso_cc_idfromdim_countriesiso_cd_idfromdim_countriestest_idfromtest
Module
SIS
statusfromcompute_method_registryacl_tagsfromcompute_method_registrycreated_atfromcompute_method_registryupdated_atfromcompute_method_registryupdated_atfromcompute_method_latestnotefromcompute_method_latestexec_idfromcompute_executionstenant_idfromcompute_executionsinputs_hashfromcompute_executionsoptions_hashfromcompute_executionsoutput_hashfromcompute_executionsdataset_hashesfromcompute_executionsprovenance_idfromcompute_executionslatency_msfromcompute_executionscreated_atfromcompute_executionsregionfromcompute_executionsstorage_reffromcompute_executionscaller_ipfromcompute_executionsframework_idfromstandards_frameworksstatusfromstandards_frameworkscreated_atfromstandards_frameworksupdated_atfromstandards_frameworkscriterion_idfromstandards_criteriaframework_idfromstandards_criteriaversionfromstandards_criteriaenginefromstandards_criteriarule_jsonfromstandards_criteriaseverityfromstandards_criteriacreated_atfromstandards_criteriaupdated_atfromstandards_criteriatenant_idfromtenant_frameworksframework_idfromtenant_frameworksstatusfromtenant_frameworksnotesfromtenant_frameworkscreated_atfromtenant_frameworksupdated_atfromtenant_frameworksframework_idfromv_framework_criteria_latestcriterion_idfromv_framework_criteria_latestversionfromv_framework_criteria_latestenginefromv_framework_criteria_latestrule_jsonfromv_framework_criteria_latestseverityfromv_framework_criteria_latestupdated_atfromv_framework_criteria_latest
Module
ZARA
method_idfromcompute_method_registrymethod_namefromcompute_method_registrystatusfromcompute_method_registrydescriptionfromcompute_method_registrymethod_idfromcompute_method_latesttenant_idfromcompute_executionsprovenance_idfromcompute_executionsstatusfromcompute_executionsframework_idfromstandards_frameworksnamefromstandards_frameworksstatusfromstandards_frameworksdescriptionfromstandards_frameworkscriterion_idfromstandards_criteriaseverityfromstandards_criteriadescriptionfromstandards_criteriatenant_idfromtenant_frameworksframework_idfromtenant_frameworksstatusfromtenant_frameworksnotesfromtenant_frameworksframework_idfromv_framework_criteria_latestcriterion_idfromv_framework_criteria_latestseverityfromv_framework_criteria_latestdescriptionfromv_framework_criteria_latest