Jq is an implementation of the q language using the JVM. It aims to be a complete, correct and fast implementation of q, in future it will provide powerful new features.
Currently it supports a subset of types, a small subset of operations and no on-disk storage. Visit the jq website and the jq wiki for more information.
You can download packages from the jq website to either install or run in place. To run you will need a JRE (the Java VM runtime environment) version 8 or higher. Alternatively, you can run a much slower version online at: (https://www.timestored.com/jq/online) (~1 minute to startup).
Video of build and run on linux: https://youtu.be/TEQ-AvLo_HU
gradle clean build generateGrammarSource shadowJar
java -jar jq\build\libs\jq-0.0.1-SNAPSHOT-all.jar
If you have experience or can help with:
- Automating the build within github to produce releases.
- Work with ubuntu/linux to all apt install of jq.
- Anything else.
Please contact us.