jsx VS gq

Compare jsx vs gq and see what are their differences.

jsx

CLI app for extracting properties from JSONL data (by aeshirey)

gq

jq but using go instead (by hherman1)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
jsx gq
1 8
0 257
- -
0.0 0.0
over 1 year ago about 2 years ago
Rust Go
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jsx

Posts with mentions or reviews of jsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-27.
  • Show HN: gq – like jq or zq, but you use Go
    6 projects | news.ycombinator.com | 27 Apr 2022
    I was going to post this the other day, but my project[0] isn't quite the same as jq. I didn't even know about jq when I had a need for some easy JSONL text extraction. No aggregation or complex querying -- just extracting from arrays/objects in my data.

    Sorry to disappoint? :)

    [0] https://github.com/aeshirey/jsx

gq

Posts with mentions or reviews of gq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-27.

What are some alternatives?

When comparing jsx and gq you can also consider the following projects:

gomplate - A flexible commandline tool for template rendering. Supports lots of local and remote datasources.

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

gojq - Pure Go implementation of jq