Datasets:
Add 2025-08 (336,598 items)
Browse files- README.md +6 -6
- data/2025/2025-08.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -54,7 +54,7 @@ configs:
|
|
| 54 |
|
| 55 |
This dataset contains the complete [Hacker News](https://news.ycombinator.com) archive: every story, comment, Ask HN, Show HN, job posting, and poll ever submitted to the site. Hacker News is one of the longest-running and most influential technology communities on the internet, operated by [Y Combinator](https://www.ycombinator.com) since 2007. It has become the de facto gathering place for founders, engineers, researchers, and technologists to share and discuss what matters in technology.
|
| 56 |
|
| 57 |
-
The archive currently spans from **2006-10** to **2025-
|
| 58 |
|
| 59 |
We believe this is one of the most complete and regularly updated mirrors of Hacker News data available on Hugging Face. The data is stored as monthly Parquet files sorted by item ID, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
|
| 60 |
|
|
@@ -81,11 +81,11 @@ Along with the Parquet files, we include `stats.csv` which tracks every committe
|
|
| 81 |
|
| 82 |
| Metric | Committed | Full Archive |
|
| 83 |
|--------|----------:|------------:|
|
| 84 |
-
| Items |
|
| 85 |
-
| Months |
|
| 86 |
| First month | 2006-10 | 2006-10 |
|
| 87 |
-
| Last committed | 2025-
|
| 88 |
-
| Total size |
|
| 89 |
| Contributors | — | 1,085,205 |
|
| 90 |
| Stories | — | 6,032,865 |
|
| 91 |
| Comments | — | 41,266,501 |
|
|
@@ -117,7 +117,7 @@ The chart below shows items committed to this dataset by year.
|
|
| 117 |
2022 █████████████████████████████░ 4.4M
|
| 118 |
2023 ██████████████████████████████ 4.6M
|
| 119 |
2024 ████████████████████████░░░░░░ 3.7M
|
| 120 |
-
2025 ██████████████░░░░░░░░░░░░░░
|
| 121 |
```
|
| 122 |
|
| 123 |
## How to download and use this dataset
|
|
|
|
| 54 |
|
| 55 |
This dataset contains the complete [Hacker News](https://news.ycombinator.com) archive: every story, comment, Ask HN, Show HN, job posting, and poll ever submitted to the site. Hacker News is one of the longest-running and most influential technology communities on the internet, operated by [Y Combinator](https://www.ycombinator.com) since 2007. It has become the de facto gathering place for founders, engineers, researchers, and technologists to share and discuss what matters in technology.
|
| 56 |
|
| 57 |
+
The archive currently spans from **2006-10** to **2025-08**, with **45,025,930 items** committed to this dataset so far out of **47,335,116 items** in the full archive (latest item: 2026-03-14 15:01:36 UTC). New items are published every 5 minutes through an automated live pipeline, so the dataset stays current with the site itself.
|
| 58 |
|
| 59 |
We believe this is one of the most complete and regularly updated mirrors of Hacker News data available on Hugging Face. The data is stored as monthly Parquet files sorted by item ID, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
|
| 60 |
|
|
|
|
| 81 |
|
| 82 |
| Metric | Committed | Full Archive |
|
| 83 |
|--------|----------:|------------:|
|
| 84 |
+
| Items | 45,025,930 | 47,335,116 |
|
| 85 |
+
| Months | 225 | — |
|
| 86 |
| First month | 2006-10 | 2006-10 |
|
| 87 |
+
| Last committed | 2025-08 | — |
|
| 88 |
+
| Total size | 10647.8 MB | — |
|
| 89 |
| Contributors | — | 1,085,205 |
|
| 90 |
| Stories | — | 6,032,865 |
|
| 91 |
| Comments | — | 41,266,501 |
|
|
|
|
| 117 |
2022 █████████████████████████████░ 4.4M
|
| 118 |
2023 ██████████████████████████████ 4.6M
|
| 119 |
2024 ████████████████████████░░░░░░ 3.7M
|
| 120 |
+
2025 ████████████████░░░░░░░░░░░░░░ 2.5M
|
| 121 |
```
|
| 122 |
|
| 123 |
## How to download and use this dataset
|
data/2025/2025-08.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc062169671d8a905f48e01c1058ec21b40ba7d521218e6ea97c79beb5bc9c22
|
| 3 |
+
size 48616696
|
stats.csv
CHANGED
|
@@ -222,4 +222,5 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
|
|
| 222 |
2025,4,43541364,43852104,310734,0,43,44487865,2026-03-14T15:43:49Z
|
| 223 |
2025,5,43852105,44147745,295635,0,52,42432428,2026-03-14T15:44:33Z
|
| 224 |
2025,6,44147746,44429222,281470,0,15,40244707,2026-03-14T15:45:26Z
|
| 225 |
-
2025,7,44429223,44751600,322371,0,
|
|
|
|
|
|
| 222 |
2025,4,43541364,43852104,310734,0,43,44487865,2026-03-14T15:43:49Z
|
| 223 |
2025,5,43852105,44147745,295635,0,52,42432428,2026-03-14T15:44:33Z
|
| 224 |
2025,6,44147746,44429222,281470,0,15,40244707,2026-03-14T15:45:26Z
|
| 225 |
+
2025,7,44429223,44751600,322371,0,75,46613161,2026-03-14T15:45:41Z
|
| 226 |
+
2025,8,44751601,45088205,336598,0,0,48616696,2026-03-14T15:46:56Z
|