Is it possible for me to get jsonpyes to read from stdin instead of a file? My dataset is a json.gz file. It's a bit wasteful to un-gzip it before uploading to ES. I'd prefer if I could `zcat myfile.json.gz | jsonpyes ....`
Is it possible for me to get jsonpyes to read from stdin instead of a file?
My dataset is a json.gz file. It's a bit wasteful to un-gzip it before uploading to ES. I'd prefer if I could
zcat myfile.json.gz | jsonpyes ....