§ 02 ·
The architecture
Throughout this page, a first-class artefact is one that is versioned, reviewed, tested, deployed through a pipeline, owned end-to-end. NOETRONIQ treats workflows, infrastructure, and automation itself as first-class artefacts by the same discipline application code uses.
Four primitives drive the discipline.
The workflow
Workflows persist. Workflows running for days, with thousands of steps, survive any single step's failure because the durable execution pattern persists workflow state and resumes from persisted state.
Workflows are first-class artefacts:
- Versioned in source control.
- Reviewed before merge.
- Tested before deploy.
- Deployed through the same pipeline as application code.
- Owned end-to-end.
The integration
Events are integration primitives. Event schemas are contracts. Schema registries are the source of truth. Breaking changes trigger new versions. Deprecations notify consumers.
Three roles divide the ownership.
- Producers own events.
- Consumers own reactions.
- Registries own contracts.
The infrastructure
Infrastructure is code. Code is the source of truth. Plans, applies, drift detection are the three stages of the same artefact. Infrastructure tests run in the same pipeline as application code.
The operating model
Platforms are paved roads. Workflow engines, event brokers, infrastructure-as-code are available by default. Automation practice is a property of the platform; the practice keeps automation current with systems it orchestrates.