wsjq VS q

Compare wsjq vs q and see what are their differences.

wsjq

Whitespace interpreter and debugger in jq (by thaliaarchi)

q

q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
wsjq q
2 46
13 10,109
- -
6.8 3.6
about 1 month ago 3 months ago
jq Python
Mozilla Public License 2.0 GNU General Public License v3.0 only
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.

wsjq

Posts with mentions or reviews of wsjq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-26.
  • Zq: An Easier (and Faster) Alternative to Jq
    36 projects | news.ycombinator.com | 26 Apr 2022
  • An Introduction to JQ
    10 projects | news.ycombinator.com | 24 Aug 2021
    jq is unsurprisingly Turing complete, so I wrote a Whitespace interpreter[0] in jq. It is able to handle real-time I/O by requesting lines on-demand from stdin, which is the main input source, with `input` and outputting strings in a stream.

    With a relatively large jq program like that, it is critical that the main recursive loop run efficiently, so it's annoying that there's no way to detect whether tail call optimization was applied, other than benchmarking. It would also be nice if object values were lazily evaluated so that it would be possible to create ad hoc switches.

    [0]: https://github.com/andrewarchi/wsjq

q

Posts with mentions or reviews of q. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-24.

What are some alternatives?

When comparing wsjq and q you can also consider the following projects:

kubectl-jq - Kubectl plugin that works like "kubectl get" but runs everything through a JQ program you provide

textql - Execute SQL against structured text like CSV or TSV

rb - Turns Ruby into a versatile command line utility

csvq - SQL-like query language for csv

json-logs - A tool to pretty-print JSON logs, like those from zap or logrus.

octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.

howto - Documenting useful things, lest I forget, and sharing is caring

InquirerPy - :snake: Python port of Inquirer.js (A collection of common interactive command-line user interfaces)

gron - Make JSON greppable!

xsv - A fast CSV command line toolkit written in Rust.

jid - json incremental digger

ledger - Double-entry accounting system with a command-line reporting interface