Published October 29, 2022
| Version v1
Dataset
Open
HackerNews Data Dump 2022-10-28
Authors/Creators
Description
A SQLITE database with every hackernews story, comment, and other item type compressed using the zstd library.
Created like this:
tar cf hn.db.zst -I zstd hn.db
To uncompress run this:
unzstd hn.db.zst