semi_index
reddit_mining
semi_index | reddit_mining | |
---|---|---|
1 | 4 | |
57 | 15 | |
- | - | |
10.0 | 2.6 | |
almost 12 years ago | over 1 year ago | |
C++ | HTML | |
GNU General Public License v3.0 or later | Creative Commons Zero v1.0 Universal |
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
reddit_mining
-
Analyzing multi-gigabyte JSON files locally
zstd decompression should almost always be very fast. It's faster to decompress than DEFLATE or LZ4 in all the benchmarks that I've seen.
you might be interested in converting the pushshift data to parquet. Using octosql I'm able to query the submissions data (from the begining of reddit to Sept 2022) in about 10 min
https://github.com/chapmanjacobd/reddit_mining#how-was-this-...
Although if you're sending the data to postgres or BigQuery you can probably get better query performance via indexes or parallelism.
- reddit_mining - List of all Subreddits
- Show HN: List of All Subreddits
- Top 50k Subreddits
What are some alternatives?
jq-zsh-plugin - jq zsh plugin
json-buffet
json-toolkit - "the best opensource converter I've found across the Internet" -- dene14
json-streamer - A fast streaming JSON parser for Python that generates SAX-like events using yajl
zsv - zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser
xsv - A fast CSV command line toolkit written in Rust.
lnav - Log file navigator
octosql - OctoSQL is a query tool that allows you to join, analyse and transform data from multiple databases and file formats using SQL.