awesome-jq VS sless

Compare awesome-jq vs sless and see what are their differences.

awesome-jq

A curated list of awesome jq tools and resources. (by fiatjaf)

sless

less-like cli tool for reading large structured logs (by dpedu2)
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
awesome-jq sless
2 1
739 9
- -
6.6 10.0
23 days ago about 7 years ago
Python
- -
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.

awesome-jq

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

sless

Posts with mentions or reviews of sless. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-19.
  • Fx – Terminal JSON Viewer
    12 projects | news.ycombinator.com | 19 Sep 2023
    Pretty cool! I actually wrote something VERY similar a couple of years ago: sless[1]. It's a tool for viewing json-based structured logs. Just like your tool, you can explore into a json object. The difference is, it expects the input to have many json objects, newline separated, and it shows few keys as a preview of the object, to make looking for something in the log easier. It's not quite complete but basic browsing works. It was mainly written to learn more about Urwid[2], a library similar to Curses.

    1: https://github.com/dpedu2/sless

    2: https://urwid.org/

What are some alternatives?

When comparing awesome-jq and sless you can also consider the following projects:

jid - json incremental digger

treeviewer - A console viewer for trees – pet project to help me learn Rust.

gofx - 🐾 fx-like command-line JSON processing tool

fx - Terminal JSON viewer & processor

htmlq - Like jq, but for HTML.

urwid - Console user interface library for Python (official repo)

rq - Record Query - A tool for doing record analysis and transformation

jq - Command-line JSON processor

jp - Command line interface to JMESPath - http://jmespath.org

csvq - SQL-like query language for csv

json5 - JSON5 — JSON for Humans