parkour.io.mem documentation

*max-inputs*

Maximum number of in-memory inputs to retain.

dseq

(dseq data)(dseq shape data)
Distributed sequence producing key-value tuples from `data`, which should be
either a map or a sequence of two-item vectors, and will have the default source
shape `shape` if provided.  Stores input data in local process memory, and thus
only works for jobs run in local mode.

get-iname

(get-iname conf)
In-memory input name from `conf`.  Internal.

input-get

(input-get iname)
Return current input data for `iname`.  Internal.