export
import
Import files are limited to 256 MiB. Files exceeding this limit will return an error.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Export and import graph data.
kremis export -o <FILE> [-t <FORMAT>]
| Option | Short | Description | Default |
|---|---|---|---|
--output <path> | -o | Output file path | (required) |
--format <fmt> | -t | Export format: canonical or json | canonical |
kremis import -i <FILE> -B file
| Option | Short | Description |
|---|---|---|
--input <path> | -i | Input file path |
file backend (-B file). Import to redb backend is not yet implemented.# Export as canonical binary
kremis export -o graph.bin -t canonical
# Export as JSON
kremis export -o graph.json -t json
# Import (file backend only)
kremis import -i graph.bin -B file
Was this page helpful?