Snapshot & Restore
Snapshot your graph to JSON. Restore it anywhere. The file is human-readable and version-controllable.
Snapshot#
arcflow> :snapshot ./my-graph.json
Serializes all nodes, relationships, properties, skills, and metadata.
Restore#
arcflow> :restore ./my-graph.json
Loads the snapshot, replacing the current in-memory graph.
Format#
The snapshot is a JSON file — human-readable and version-controlled.
See Also#
- REPL — interactive session
Try it
Open ↗⌘↵ to run
Loading engine…