snapshot distribution
- each flow snapshot should have one or more distributions.
- a snapshot's distributions should all contain the same data, just in different syntaxes
Distribution Filenaming Per Flow
- reference flow, metadata flow, operational config flow and inheritable config flow have their distributions named with
_ref
,_meta
,_config
and_inheritable-config
respectively - data flow distributions use the node slug as the base filename (no "_data" suffix):
Filenaming Per Snapshot
- In
_current/
:slug.ext
(e.g.,dave-bio.trig
,dave-bio.jsonld
) - In
_vN/
:slug_vN.ext
(e.g.,dave-bio_v1.trig
) In_next/
:slug_next.ext
(e.g.,dave-bio_next.trig
)
Backlinks