Jq-zsh-plugin Alternatives
Similar projects and alternatives to jq-zsh-plugin
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
octosql
OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.
-
-
-
-
-
z-a-readurl
🌀 An annex delivers the capability to automatically download the newest version of a file to which URL is hosted on a webpage (by z-shell)
-
semi_index
Implementation of the JSON semi-index described in the paper "Semi-Indexing Semi-Structured Data in Tiny Space"
-
-
-
-
-
-
jq-zsh-plugin discussion
jq-zsh-plugin reviews and mentions
- Interactive Examples for Learning Jq
-
Analyzing multi-gigabyte JSON files locally
https://github.com/reegnz/jq-zsh-plugin
I find that for big datasets choosing the right format is crucial. Using json-lines format + some shell filtering (eg. head, tail to limit the range, egrep or ripgrep for the more trivial filtering) to reduce the dataset to a couple of megabytes, then use that jq-repl of mine to iterate fast on the final jq expression.
I found that the REPL form factor works really well when you don't exactly know what you're digging for.
Stats
reegnz/jq-zsh-plugin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of jq-zsh-plugin is Shell.