Point One Zero Platform architecturev11 · generated viewSign in to edit
Client Delivery › C5 spec: Integration config

C5 spec: Integration config

C5 / L5 Integration: which systems connect, under what contract, on what rhythm.
REQ-I-00, cataloged by default: no connection exists outside the source catalog. Every integration is expressed as parameters; a requirement that cannot be parametrized goes back to discovery, and dead-letter handling is always on.

The ground rules and artifact-placement conventions on the C1 specification apply to every band: values enter once in the binding, everything downstream is generated, nothing is hand-edited. Columns: discovery section, binding key, the exact artifact the value materializes into, when it takes effect, and the check that verifies it.

The configuration map

IDClient inputDisc.Binding keyMaterializes asTakes effectVerified by
I-01Source system selection from the connector libraryDintegration.sources[]Connector instances registered in the source catalog + south tool-server enablement per sourceOn deployCatalog completeness against the discovery D inventory; no reachable source is uncataloged
I-02Credentials and OAuth grantsD, Eintegration.credentials{}Vault references only, in client-<name>/connectors/; scoped per tenantOn deploySecret-literal scan; per-tenant credential scoping test
I-03Data contracts: what each source promises, and what happens when it does not deliverDintegration.contracts[]Contract files contracts/<source>.yaml (fields, freshness, failure behavior) enforced in the sync pathOn deployContract violations dead-letter and alert; proven by a violation drill
I-04Field mappings: client schema to platform taxonomyDintegration.mappings[]Schema-map files consumed by the mapping toolkitNext syncMapping coverage against contract fields; drift caught by the contract check, not in outputs
I-05Sync pattern and schedule per source: ETL batch, integration hub, API, real-time, near-real-timeDintegration.sync{}Sync engine config per source, from the parametrized requirement sheets (playbook Track 3)Next syncChange-feed conformance; manual or periodic sync flags are rejected outside POC mode

Acceptance

  1. Every source the roadmap's capabilities need is connected through the catalog, with contract and mapping in place.
  2. One end-to-end sync proven per pattern in use, including a dead-letter drill.
  3. The secret scan and tenant-scoping tests are green.