Live data from Hacker News

Show HN: Hacker News Year in Review: 2023

public.tableau.com

31–34 of 34 posts

Re: Show HN: Hacker News Year in Review: 2023

#31
post #30
post #29

Earlier quoted context omitted.

https://www.kaggle.com/datasets/nickalt/hacker-news

this is amazing -- thanks. side note: when you want to get more data you can just get the new data, and save it as hacker-news-part-2.parquet - then when you use duckdb / malloy you can read them as a glob (hacker-news*.parquet) - and it is if you were reading one file.

Great tip. I used this little project as an exercise to some of learn DuckDB and Parquet. Still thinking about the best tradeoff for file format. An extra complicating factor is that items can change after they are posted so to get the most recent data, it's a good idea to re-request at least some range of historical items.
Post reply on HN