Jq

Top 23 Jq Open-Source Projects

  • fq

    jq for binary formats - tool, language and decoders for working with binary and text formats

  • Project mention: Reverse-engineering an encrypted IoT protocol | news.ycombinator.com | 2024-02-14

    Hey! fq author here. I have a bunch of related tools in the readme https://github.com/wader/fq?tab=readme-ov-file#tools two suggestions: gnu poke and wireshark (can decode lots of more things then just network protocol)

  • script

    Making it easy to write shell-like scripts in Go

  • Project mention: GNU Parallel, where have you been all my life? | news.ycombinator.com | 2023-08-21

    I use Go. You can run scripts with go run directly, and this package makes shell tasks easy: https://github.com/bitfield/script

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • jnv

    interactive JSON filter using jq (by ynqa)

  • Project mention: FLaNK AI Weekly 25 March 2025 | dev.to | 2024-03-25
  • jaq

    A jq clone focussed on correctness, speed, and simplicity

  • Project mention: Jaq | /r/devopspro | 2023-12-07
  • yq

    Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents (by kislyuk)

  • Project mention: Jaq – A jq clone focused on correctness, speed, and simplicity | news.ycombinator.com | 2023-11-29
  • jqp

    A TUI playground to experiment with jq

  • Project mention: FZF + JQ = Interactive JQ (+ a vim bonus) | dev.to | 2023-05-19

    You may be familiar with some utilities that provide this interactivity, like jqp, but these come with their own downsides, namely subtle bugs due to the re-implementation of the original JQ in language X, but also they are additional dependencies you have to track and install for your platform architecture and OS/distribution.

  • awesome-jq

    A curated list of awesome jq tools and resources.

  • Project mention: Fx – Terminal JSON Viewer | news.ycombinator.com | 2023-09-19

    You may be interested in an interactive jq tool like jiq or others: https://github.com/fiatjaf/awesome-jq (do a ctrl-f for "interactive" on this page).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ticker.sh

    Real-time stock tickers from the command-line.

  • jqjq

    jq implementation of jq

  • Project mention: Jqjq – Jq Implementation of Jq | news.ycombinator.com | 2024-02-23
  • direktiv

    Serverless Container Orchestration

  • Project mention: Preloading Ollama Models | dev.to | 2024-03-26

    That went okay, but there is still the startup problem - it took ages to run the lifecycle hook, plus it won't function on Kubernetes nodes with no internet access. At Direktiv were are using Knative a lot as well which does not support lifecycle events. So, my plan was to create a container using the Ollama image as base with the model pre-downloaded.

  • jello

    CLI tool to filter JSON and JSON Lines data with Python syntax. (Similar to jq)

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06

    Jello let’s you use python syntax with dot notation without the stdin/stdout/json.loads boilerplate.

    https://github.com/kellyjonbrazil/jello

  • cheatsheets

    My Cheatsheet Repository (by ruanbekker)

  • faq

    Format Agnostic jQ -- process various formats with libjq

  • jq-zsh-plugin

    jq zsh plugin

  • Project mention: Interactive Examples for Learning Jq | news.ycombinator.com | 2023-11-07
  • jq-web

    jq in the browser with emscripten.

  • jackson-jq

    jq for Jackson Java JSON Processor

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06

    So just picking Java https://github.com/eiiches/jackson-jq

    > jackson-jq aims to be a compatible jq implementation. However, not every feature is available; some are intentionally omitted because thay are not relevant as a Java library; some may be incomplete, have bugs or are yet to be implemented.

    Where JMESPath has fully compliant 1st party implementations in Python, Go, Lua, JS, PHP, Ruby, and Rust and fully compliant 3rd party implementations in C++, Java, .NET, Elixer, and TS.

    Having a spec and a test suite means that a all valid JMESPath programs will work and work the same anywhere you use it.

  • live-dl

    Monitor and download live streams from YouTube

  • advent-of-code-jq

    Solving Advent of Code with jq

  • Project mention: What Happens After Agile Dies? | dev.to | 2024-04-11

    This goes against Agile, against what many have only known. You can try it, and see what happens. Try a challenge from AdventOfCode, spend a couple of days working up a plan first. Did you write a cleaner solution? Now extrapolate.

  • pyjq

    A Python binding for ./jq

  • Project mention: SQLite Functions for Working with JSON | news.ycombinator.com | 2023-08-10

    It uses the libjq C library directly, integrating with it using Cython https://github.com/doloopwhile/pyjq/blob/master/_pyjq.pyx

  • oq

    A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.

  • biowasm

    WebAssembly modules for genomics

  • Project mention: Biowasm – Run C/C++ genomics tools in the browser | news.ycombinator.com | 2024-03-11
  • ijq

    Interactive jq (mirror)

  • pgJQ

    jq extension for Postgres

  • Project mention: Show HN: PgJQ: Use Jq in Postgres | news.ycombinator.com | 2024-03-23
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-11.

Jq related posts

Index

What are some of the best open-source Jq projects? This list will help you:

Project Stars
1 fq 9,355
2 script 5,061
3 jnv 4,243
4 jaq 2,468
5 yq 2,449
6 jqp 2,003
7 awesome-jq 734
8 ticker.sh 511
9 jqjq 485
10 direktiv 461
11 jello 452
12 cheatsheets 430
13 faq 419
14 jq-zsh-plugin 296
15 jq-web 288
16 jackson-jq 270
17 live-dl 260
18 advent-of-code-jq 203
19 pyjq 192
20 oq 188
21 biowasm 184
22 ijq 171
23 pgJQ 165
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com