Make JSON Greppable

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

    High-performance JSON to GRON (greppable, flattened JSON) converter

  • I use gron a lot, because I can never remember how to use jq to do anything fancy but can usually make awk work. (I may be unusual in that department, in that I actually like awk)

    One warning to note is that gron burns RAM. I've killed 32GB servers working with 15MB JSON files. (I think gron -u is even worse, but my memory is a bit fuzzy here).

    https://github.com/adamritter/fastgron has been pretty good to me in terms of performance, I think both in speed and RAM usage.

  • gron

    Make JSON greppable!

  • It buffers all of its output statements in memory before writing to stdout:

    https://github.com/tomnomnom/gron/blob/master/main.go#L204

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

    Gron in Awk

  • It has: https://github.com/xonixx/gron.awk/blob/e5040a7b1384c5839dca...

    Strange, should be much less failures: https://github.com/xonixx/gron.awk/blob/e5040a7b1384c5839dca...

  • gojq

    Pure Go implementation of jq

  • gron

    Make JSON greppable! (by rjp)

  • 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

  • First release of jq in 5 years

    4 projects | news.ycombinator.com | 31 Jul 2023
  • itchyny/gojq: Pure Go implementation of jq

    1 project | /r/nfultz | 12 Sep 2022
  • Gojq: Pure Go Implementation of Jq

    1 project | /r/patient_hackernews | 21 Aug 2022
  • Gojq: Pure Go Implementation of Jq

    1 project | /r/hackernews | 21 Aug 2022
  • Gojq: Pure Go implementation of jq

    2 projects | /r/programming | 21 Aug 2022