Skip to main content
Read signals from a file or stdin and ingest them into the graph. --file and --from-stdin are mutually exclusive. One must be provided.

Options

Input Formats

JSON (file)

Array of signal objects:

Text (file)

Colon-separated entity_id:attribute:value per line:

JSON Lines (stdin)

One signal object per line. No array wrapper. --format is ignored when using --from-stdin.

Limits

Examples

Last modified on March 25, 2026