Skip to main content

Module rows

Module rows 

Source
Expand description

Build JSON rows for the columnar memory tables. Rows are serialized to NDJSON and coerced to Arrow by kyma_ingest_core::parse_ndjson, so the embedding value is a plain JSON array of floats.

Functionsยง

edge_id
Deterministic edge id, matching the {src}->{dst}:{type} convention used elsewhere so dedup keys stay stable.
edge_row
Build a memory_edges row.
node_id
Canonical node id for a memory uuid.
node_row
Build a memory_nodes row. now is an RFC3339 timestamp.
preview