jexp / neo4j-shell-tools

A bunch of import/export tools for the neo4j-shell
288 stars 55 forks source link

Support export-binary to stdout #97

Open kayrus opened 7 years ago

kayrus commented 7 years ago

It is not possible to export to stdout using export-binary -o /dev/stdout. But it is possible to run the neo4j-shell shell, then figure out its pid, then use export-binary -o /proc/%PID%/fd/1.

Is it possible to add stdout support? Like export-binary -o -?