chenkangcrack / jq

jq, an implementation of q on the JVM

Home Page:http://timestored.com/jq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jq - An implementation of q on the JVM

About

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.

Getting Jq

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).

Building Jq

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

Contributing

If you have experience or can help with:

  1. Automating the build within github to produce releases.
  2. Work with ubuntu/linux to all apt install of jq.
  3. Anything else.

Please contact us.

Social Media

About

jq, an implementation of q on the JVM

http://timestored.com/jq

License:GNU Affero General Public License v3.0


Languages

Language:Java 98.2%Language:ANTLR 1.8%