from the repl, i'd like to get regular data to use later maybe?
randomNumbers = $(cat /dev/random)
myTaxes = csv $(cat 2012.csv)
# json, xml, kdl, parquet, ?sqlite?
is this like what FileSystem pre-compute examples are?
let topics = $(find /dev/kafka/local/topics/ops.logs.*)
i could do a lot of this upfront outside type stream and then pipe into pipestream, but being able to access within the env may unlock some things.