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: draftFamily: id, code, metric, classification, audit, geo
exec_id(string (pk))Globally unique execution ID (ULID). Primary key.engine: MICEengine: ALTDmodule: CHUBmodule: SISmethod_id(TEXT)Method ID (e.g., MID-00001). FK part 1 → ref_compute_method_registry.method_id.engine: MICEengine: ZSSRmodule: CHUBversion(TEXT)Exact version used (e.g., 1.0.0). FK part 2 → ref_compute_method_registry.version.engine: MICEmodule: CHUBtenant_id(TEXT)Tenant/customer identifier (used for multi-tenant isolation and audit).engine: ZARAengine: ALTDmodule: SISmodule: ZARAinputs_hash(TEXT)Cryptographic hash (e.g., sha256:...) of normalized input payload.engine: ALTDengine: DICEmodule: SISoptions_hash(TEXT)Cryptographic hash of normalized options payload.engine: ALTDmodule: SISoutput_hash(TEXT)Cryptographic hash of normalized output payload. Optional if execution failed pre-output.engine: ALTDengine: DAVEmodule: SISmodule: RIHUBdataset_hashes(TEXT)Array/map of dataset artifact hashes used (e.g., ['IPCC-EFDB:sha256-...','IEA_SSP:sha256-...']).engine: SEMengine: ALTDmodule: SISprovenance_id(TEXT)Correlation ID returned to caller; links UI/API to this audit row.engine: ZARAengine: ALTDmodule: ZARAmodule: SISlatency_ms(TEXT)End-to-end compute latency in milliseconds.engine: POSTHmodule: SISstatus(TEXT)ok | error. Final outcome.engine: ZARAengine: DICEmodule: CHUBmodule: ZARAerror_code(TEXT)Machine-readable error code if status='error' (e.g., SCHEMA_VALIDATION_FAILED).engine: DICEmodule: CHUBcreated_at(TEXT)Execution timestamp (UTC).engine: ALTDmodule: SISregion(TEXT)Region tag where compute ran (e.g., eu-north-1).engine: ZSSRmodule: SISstorage_ref(TEXT)Pointer to sealed blob with full input/output snapshots if retained.engine: ALTDmodule: SIScaller_ip(TEXT)Source IP for security / anomaly analysis.engine: POSTHengine: ZARAmodule: SIS
SSSR Table
compute_method_latest
Status: draftFamily: 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: draftFamily: 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
framework_criteria_latest
Status: draftFamily: 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
SSSR Table
residency_region_policy
Status: stableFamily: id, code, classification, audit
rrp_id(string / identifier)Unique identifier for the residency region policy record. Used for traceability, versioning, and audit references.module: SISmodule: Input-Hubs3_link(string / aws_s3_bucket_ref)Canonical S3 bucket identifier used for tenant production data in this primary AWS region (e.g. zyz-td-eu-north-1).module: SISmodule: Input-Hubaws_region(string / aws_region)Human-readable AWS region name and code describing the physical deployment location (e.g. Europe (Stockholm) eu-north-1).module: SISmodule: Input-Hubapi(string / dns_hostname)Regional API hostname used for tenant routing (e.g. api.eu-north-1.zayaz.io). This is the externally visible ingress endpoint.module: SISmodule: Input-Hubalb_dns(string / aws_alb_dns)AWS-generated DNS name of the regional Application Load Balancer serving this API region. Used as the Cloudflare CNAME target. May be empty until ingress is provisioned.module: SISmodule: Input-Hubvpc_cid(string / cidr_block)CIDR block allocated to the regional ingress VPC. Must be globally non-overlapping across all ZYZ regions.module: SISmodule: Input-Hubregion_note(string / descriptive_label)Human-readable short description of the region for internal clarity (e.g. AF Cape Town, AP Tokyo).module: SISmodule: Input-Hubzone(string / residency_zone)Logical data residency zone representing the legal/policy boundary (e.g. eu, na, as, af, me, sa).module: SISmodule: Input-Hubdefault_countries(json / iso_country_list)List of ISO-3166-1 alpha-2 country codes that default to this AWS region during tenant onboarding. Used for suggestion only, not enforcement.module: SISmodule: Input-Hubprimary_region(string / aws_region)AWS region used as the tenant’s primary data and compute location under normal operation.module: SISmodule: Input-Hubsecondary_region(string / aws_region)AWS region used for high availability or fast recovery. Must always remain within the same residency zone as the primary region.module: SISmodule: Input-Hubdr_region_sr(string / aws_region)Disaster recovery region used under Strict Residency (SR) mode. Must remain inside the same residency zone. May equal the primary region in single-region zones.module: SISmodule: Input-Hubdr_region_rr(string / aws_region | null)Disaster recovery region used under Resilient Residency (RR) mode. May be cross-zone if explicitly allowed. null when RR is not supported for this primary region.module: SISmodule: Input-Hubdr_encryption(string / encryption_policy)Required encryption standard for all DR copies (e.g. sse_kms_required). Applies to both SR and RR modes.module: SISmodule: Input-Hubrr_allowed(boolean / policy_flag)Indicates whether Resilient Residency (cross-zone emergency DR) is permitted for this primary region.module: SISmodule: Input-Hubnotes(string / governance_notes)Rationale and governance notes explaining regional constraints, DR strategy, and compliance considerations. Intended for auditors, architects, and operators.module: SISmodule: Input-Hubeffective_from(timestamptz)Valid from datemodule: SISmodule: Input-Hubeffective_to(timestamptz)Date of deprecationmodule: SISmodule: Input-Hub
SSSR Table
standards_criteria
Status: draftFamily: 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: draftFamily: 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: draftFamily: 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
Engines & Modules → Signals
Reverse view: for each engine or module, see which signals it consumes across all SSSR tables.
Engines
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_atfromframework_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
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_idfromframework_criteria_latestcriterion_idfromframework_criteria_latestversionfromframework_criteria_latestenginefromframework_criteria_latestrule_jsonfromframework_criteria_latestseverityfromframework_criteria_latest
Engine
ZAAM
method_idfromcompute_method_registry
Engine
ZADIF
framework_idfromstandards_frameworksstatusfromstandards_frameworkscriterion_idfromstandards_criteriaframework_idfromstandards_criteriaseverityfromstandards_criteriatenant_idfromtenant_frameworksframework_idfromtenant_frameworksstatusfromtenant_frameworksframework_idfromframework_criteria_latestcriterion_idfromframework_criteria_latestseverityfromframework_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_frameworksdescriptionfromframework_criteria_latest
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
Input-Hub
rrp_idfromresidency_region_policys3_linkfromresidency_region_policyaws_regionfromresidency_region_policyapifromresidency_region_policyalb_dnsfromresidency_region_policyvpc_cidfromresidency_region_policyregion_notefromresidency_region_policyzonefromresidency_region_policydefault_countriesfromresidency_region_policyprimary_regionfromresidency_region_policysecondary_regionfromresidency_region_policydr_region_srfromresidency_region_policydr_region_rrfromresidency_region_policydr_encryptionfromresidency_region_policyrr_allowedfromresidency_region_policynotesfromresidency_region_policyeffective_fromfromresidency_region_policyeffective_tofromresidency_region_policy
Module
RIHUB
method_namefromcompute_method_registrydescriptionfromcompute_method_registryoutput_schema_jsonfromcompute_method_registryoutput_hashfromcompute_executionsnamefromstandards_frameworksdescriptionfromstandards_frameworksdescriptionfromstandards_criteriadescriptionfromframework_criteria_latest
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_idfromframework_criteria_latestcriterion_idfromframework_criteria_latestversionfromframework_criteria_latestenginefromframework_criteria_latestrule_jsonfromframework_criteria_latestseverityfromframework_criteria_latestupdated_atfromframework_criteria_latestrrp_idfromresidency_region_policys3_linkfromresidency_region_policyaws_regionfromresidency_region_policyapifromresidency_region_policyalb_dnsfromresidency_region_policyvpc_cidfromresidency_region_policyregion_notefromresidency_region_policyzonefromresidency_region_policydefault_countriesfromresidency_region_policyprimary_regionfromresidency_region_policysecondary_regionfromresidency_region_policydr_region_srfromresidency_region_policydr_region_rrfromresidency_region_policydr_encryptionfromresidency_region_policyrr_allowedfromresidency_region_policynotesfromresidency_region_policyeffective_fromfromresidency_region_policyeffective_tofromresidency_region_policy
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_idfromframework_criteria_latestcriterion_idfromframework_criteria_latestseverityfromframework_criteria_latestdescriptionfromframework_criteria_latest