As you might know, there's a Hacker News BigQuery dataset [1].
I recently noticed that the export was broken (since Nov 2022) and I worked with the team to help fix it. It'll now again run daily.
SELECT timestamp FROM `bigquery-public-data.hacker_news.full` ORDER BY id DESC LIMIT 1
# 2024-06-09 09:12:55 UTC
[1]: https://console.cloud.google.com/marketplace/product/y-combinator/hacker-news
I have this dataset being updated in ClickHouse in real time: https://play.clickhouse.com/play?user=play#U0VMRUNUIG1heCh0a...
I also provide a way to export it or attach it to clickhouse-local and analyze it locally: https://github.com/ClickHouse/ClickHouse/issues/29693#issuec...