bigbash
bigbash copied to clipboard
A converter that generates a bash one-liner from an SQL Select query (no DB necessary)
Hello, I don't know if it's useful or not, but I've created this Dockerfile to work out with the dependencies. I have this Dockerfile: ``` FROM maven:3.6.2-jdk-8-openj9 RUN apt-get update...
https://calcite.apache.org/ seems to be a good fit for SQL parsing/optimization.
It would be nice of the resulting bash commands could be pretty printed. E.g.: ``` bash (trap "kill 0" SIGINT; export LC_ALL=C; curl -s -N "http://some.tld/data" | tail -n+2|awk -F','...