Show HN: Flatito, grep for YAML and JSON files

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

    Make JSON greppable!

  • This looks cool!

    It doesn't do quite the same thing, but a tool I've had good luck with for quick-n-dirty grepping of JSON is gron:

    https://github.com/tomnomnom/gron

    (which I'm sure I learned about from a thread like this on HN...)

    It sort of "flattens out" your JSON to allow you to do whatever you want to it (grepping, for one thing!). Then you can even turn gron's output back into JSON with `ungron`.

    Maybe someone will find it a useful toolbox addition, much like the Flatito looks to be!

  • flatito

    Grep for YAML and JSON files

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

    yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

  • What I often use to just get the full key paths is yq (https://github.com/mikefarah/yq), piping into grep when necessary

      yq -o=props 

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

  • jq 1.7

    4 projects | news.ycombinator.com | 1 Oct 2023
  • A small tool for JSON

    3 projects | /r/Python | 28 May 2023
  • Memes are all cool and all. But this is your daily remaining that 10000! =

    4 projects | /r/mathmemes | 23 Apr 2023
  • An introduction to the magic of jq - Understanding the basics of jq with a realistic example

    6 projects | /r/commandline | 1 Jun 2022
  • K8s Service Meshes: The Bill Comes Due

    2 projects | news.ycombinator.com | 2 Mar 2024