- Notifications
You must be signed in to change notification settings - Fork12
jq, an implementation of q on the JVM
License
timestored/jq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Jq is an implementation of theq languageusing 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 thejq website and thejq wiki for more information.
You candownload 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.
Pleasecontact us.