semi_index
json-toolkit
semi_index | json-toolkit | |
---|---|---|
1 | 5 | |
57 | 69 | |
- | - | |
10.0 | 0.0 | |
almost 12 years ago | 5 months ago | |
C++ | Python | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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.
semi_index
json-toolkit
-
Show HN: Comma Separated Values (CSV) to Unicode Separated Values (USV)
CSV is great because excel can import it, but it can't import USV, so at that point, why use USV when you can use JSON?
https://github.com/tyleradams/json-toolkit/
-
Analyzing multi-gigabyte JSON files locally
> Also note that this approach generalizes to other text-based formats. If you have 10 gigabyte of CSV, you can use Miller for processing. For binary formats, you could use fq if you can find a workable record separator.
You can also generalize it without learning a new minilanguage by using https://github.com/tyleradams/json-toolkit which converts csv/binary/whatever to/from json
- Fq: Jq for Binary Formats
-
Show HN: Angle Grinder – A terminal app to slice, dice, and aggregate your logs
I really like this tool, but I'm not sure what it gets me more than jq (and https://github.com/tyleradams/json-toolkit to convert non-json to json).
What can angle grinder do better than jq?
- Show HN: Transform a CSV into a JSON and vice versa
What are some alternatives?
jq-zsh-plugin - jq zsh plugin
miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
json-buffet
ndjson - Streaming line delimited json parser + serializer
reddit_mining
angle-grinder - Slice and dice logs on the command line
json-streamer - A fast streaming JSON parser for Python that generates SAX-like events using yajl
csv2json - Simple tool for converting CSVs to JSON
xsv - A fast CSV command line toolkit written in Rust.
nq - Unix command line queue utility
lnav - Log file navigator
rasn - A Safe #[no_std] ASN.1 Codec Framework