Show HN: gq – like jq or zq, but you use Go

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Pure Go implementation of jq

  • Nice work! I also learned about gojq yesterday too. A Go clone of jq that you can also embed in Go code.

    https://github.com/itchyny/gojq

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

    InfluxDB logo
  • gomplate

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

  • this tool may interest the same audience: https://github.com/hairyhenderson/gomplate

    I find it especially handy for poc-ing helm snippets, although regrettably they don't have the same "standard library" of functions

  • jsx

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

  • 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

  • jello

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

  • Similar in concept to jello[0] which works like jq but uses python syntax.

    [0] https://github.com/kellyjonbrazil/jello

  • 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 more popular project.

Suggest a related project

Related posts