Establish Railiance Fabric graph model

This commit is contained in:
2026-05-17 19:47:37 +02:00
parent 9c1f4d1381
commit 19f9fddc35
89 changed files with 5007 additions and 2 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: railiance.fabric/v1alpha1
kind: DependencyDeclaration
metadata:
id: the-custodian.state-hub.needs-postgresql
name: State Hub PostgreSQL dependency
owner: the-custodian
repo: the-custodian
domain: custodian
source_links:
- label: Seed dependency declaration
path: fabric/README.md
spec:
lifecycle: active
environments: [all]
consumer_service_id: the-custodian.state-hub
requires:
capability_type: postgresql-database-service
capability_id: railiance-platform.cnpg.postgresql
interface:
type: database-connection
version_constraint: ">=16 <17"
auth:
method: database_role
criticality: critical
data_classification: confidential
fallback:
mode: none
description: State Hub cannot persist coordination state without PostgreSQL.