First Steps¶
A short path to confident usage.
Use the Playground¶
- Open the Playground.
- Load an example:
customer-profile,pipeline-health-gating, ororder-shipment. - Toggle tracing and run with Cmd/Ctrl + Enter.
Learn the essentials¶
- Paths:
INPUT/$for the root payload. - Bindings:
LET name = expr;for variables. - Control flow:
IF/ELSE,FOR EACH, and comprehensions. - Output: shape results with
OUTPUT { ... }. - Tracing:
EXPLAIN,CHECKPOINT,ASSERT.
Run locally¶
Use--input-format xml for XML payloads.