AlexTatiyants / pev

Postgres Explain Visualizer
MIT License
2.77k stars 194 forks source link

Command-line tool / WebAPI for submitting queries? #10

Closed d33tah closed 8 years ago

d33tah commented 8 years ago

It would be nice to run something like this:

psql -A -t -X -p 5444 shodan -f - | curl -Ffile=@- http://tatiyants.com/pev/submit

And then enter a query and press ctrl+D. Right now copy-pasting JSON code over an SSH server to the website can be a bit troublesome.

AlexTatiyants commented 8 years ago

Pev doesn't really have a server component, it's a brower-based app. So this is currently not possible