wsjq

Whitespace interpreter and debugger in jq (by thaliaarchi)

Wsjq Alternatives

Similar projects and alternatives to wsjq

  • jq

    306 wsjq VS jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

  • feedback

    Discontinued Public feedback discussions for: GitHub for Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more! [Moved to: https://github.com/github-community/community]

  • 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
  • gron

    64 wsjq VS gron

    Make JSON greppable!

  • miller

    Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

  • fx

    50 wsjq VS fx

    Terminal JSON viewer & processor

  • mcfly

    49 wsjq VS mcfly

    Fly through your shell history. Great Scott!

  • q

    46 wsjq VS q

    q - Run SQL directly on delimited files and multi-file sqlite databases (by harelba)

  • 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
  • dasel

    Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

  • gojq

    31 wsjq VS gojq

    Pure Go implementation of jq

  • brackit

    Query processor with proven optimizations, ready to use for your JSON store to query semi-structured data with JSONiq. Can also be used as an ad-hoc in-memory query processor.

  • jid

    15 wsjq VS jid

    json incremental digger

  • textql

    Execute SQL against structured text like CSV or TSV

  • zed

    13 wsjq VS zed

    A novel data lake based on super-structured data (by brimdata)

  • json-logs

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

  • rb

    3 wsjq VS rb

    Turns Ruby into a versatile command line utility

  • kubectl-jq

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

  • jet

    10 wsjq VS jet

    CLI to transform between JSON, EDN, YAML and Transit using Clojure (by borkdude)

  • howto

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

  • jiq

    Discontinued jid on jq - interactive JSON query tool using jq expressions

  • ramda-cli

    2 wsjq VS ramda-cli

    :ram: A CLI tool for processing data with functional pipelines

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better wsjq alternative or higher similarity.

wsjq reviews and mentions

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

Stats

Basic wsjq repo stats
2
13
6.8
about 1 month ago

thaliaarchi/wsjq is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of wsjq is jq.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com