Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

jq, an implementation of q on the JVM

License

NotificationsYou must be signed in to change notification settings

timestored/jq

Repository files navigation

Java CI with Gradle

jq running code

About

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.

Getting Jq

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

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.

Pleasecontact us.

Social Media


[8]ページ先頭

©2009-2025 Movatter.jp