Learn the ArchRails workflow.
Short, focused lessons that take you from your first bootstrap PR through declaring nodes, relationships, patterns, controls, and flows. Each lesson maps to something you'll actually do in your repo — not abstract theory. New to FINOS CALM? Start with lesson 1 and the rest will fill in as you go.
Bootstrap your first repo
Open one empty .archrails/config.yml,
let ArchRails infer your services from the code, then review the generated config in a PR.
Declare nodes
Services, databases, actors, networks — what each node type means in CALM, the required fields, and how owned paths bind a node to a directory in your repo.
CALM v1 · nodesDeclare relationships
connects,
interacts,
composed-of,
deployed-in —
when each one applies and what ArchRails enforces from them.
Patterns
Reusable architecture shapes — zero-trust, hexagonal, fan-in queue. How to author a pattern in CALM JSON Schema and apply it across repos via federation.
CALM v1 · patternsControls
Attach compliance and security requirements to nodes and relationships. The AR-CTRL catalog, evidence requirements, and how reviewers see them on every PR.
CALM v1 · controlsControl template catalog
Paste-in CALM snippets for PCI DSS v4, GDPR Art. 32, SOC 2, HIPAA, NIST CSF 2.0, ISO 27001:2022, DORA, MiFID II, NYDFS Part 500, and SOX 404 ITGC. Public Beta.
Reference · BetaFlows
Document end-to-end interactions — "place an order", "open an account" — as ordered sequences over your declared relationships.
CALM v1 · flowsWant the underlying spec?
These lessons teach the ArchRails workflow on top of CALM. For the open
FINOS standard itself — full schema, primitive types, vocabulary — see the
FINOS CALM tutorials.
Your .calm.json files
are portable; nothing in ArchRails locks you in.