stream
The stream step terminates pipeline execution and flushes a live data stream to the client. It consumes standard Go iterators (RecordSeq) or raw readers (io.Reader).
Supported formats
Attributes
Streaming SQL queries
Export database rows as newline-delimited JSON (ndjson) without loading the entire result set into memory:
Streaming raw binary or proxy data
Pipe outbound HTTP responses directly to the incoming client connection: