tamnd commited on
Commit
6ee4f4c
·
verified ·
1 Parent(s): 87d8b41

Add 2022-12 (391,197 items)

Browse files
Files changed (3) hide show
  1. README.md +18 -18
  2. data/2022/2022-12.parquet +3 -0
  3. stats.csv +1 -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 **2023-06**, with **36,704,722 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,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 | 36,704,722 | 47,335,116 |
85
  | Months | 201 | — |
86
  | First month | 2006-10 | 2006-10 |
87
  | Last committed | 2023-06 | — |
88
- | Total size | 9297.6 MB | — |
89
  | Contributors | — | 1,085,205 |
90
  | Stories | — | 6,032,865 |
91
  | Comments | — | 41,266,501 |
@@ -100,22 +100,22 @@ The chart below shows items committed to this dataset by year.
100
  ```
101
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
102
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93.8K
103
- 2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320.9K
104
- 2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 608.4K
105
  2010 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.0M
106
- 2011 ████████░░░░░░░░░░░░░░░░░░░░░ 1.4M
107
- 2012 █████████░░░░░░░░░░░░░░░░░░░░ 1.6M
108
- 2013 ████████████░░░░░░░░░░░░░░░░░ 2.0M
109
- 2014 ███████████░░░░░░░░░░░░░░░░░░ 1.8M
110
- 2015 ████████████░░░░░░░░░░░░░░░░░ 2.0M
111
- 2016 █████████████████░░░░░░░░░░░░░ 2.7M
112
- 2017 █████████████████░░░░░░░░░░░░ 2.7M
113
- 2018 █████████████████░░░░░░░░░░░░ 2.8M
114
- 2019 █████████████████████░░░░░░░░░ 3.1M
115
- 2020 ████████████████████████░░░░░░ 3.7M
116
- 2021 ████████████████████████████░░ 4.2M
117
- 2022 ██████████████████████████████ 4.4M
118
- 2023 ██████████████░░░░░░░░░░░░░░░ 2.3M
119
  ```
120
 
121
  ## 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 **2023-06**, with **36,909,288 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 | 36,909,288 | 47,335,116 |
85
  | Months | 201 | — |
86
  | First month | 2006-10 | 2006-10 |
87
  | Last committed | 2023-06 | — |
88
+ | Total size | 9348.6 MB | — |
89
  | Contributors | — | 1,085,205 |
90
  | Stories | — | 6,032,865 |
91
  | Comments | — | 41,266,501 |
 
100
  ```
101
  2006 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 62
102
  2007 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 93.8K
103
+ 2008 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320.9K
104
+ 2009 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 608.4K
105
  2010 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.0M
106
+ 2011 ████████░░░░░░░░░░░░░░░░░░░░░ 1.4M
107
+ 2012 █████████░░░░░░░░░░░░░░░░░░░░ 1.6M
108
+ 2013 ████████████░░░░░░░░░░░░░░░░░ 2.0M
109
+ 2014 ███████████░░░░░░░░░░░░░░░░░░ 1.8M
110
+ 2015 ████████████░░░░░░░░░░░░░░░░░ 2.0M
111
+ 2016 ███████████████░░░░░░░░░░░░░░░ 2.5M
112
+ 2017 █████████████████░░░░░░░░░░░░ 2.7M
113
+ 2018 █████████████████░░░░░░░░░░░░ 2.8M
114
+ 2019 ███��███████████████░░░░░░░░░░░ 3.1M
115
+ 2020 ██████████████████████░░░░░░░░ 3.7M
116
+ 2021 █████████████████████████░░░░░ 4.2M
117
+ 2022 ██████████████████████████████ 4.8M
118
+ 2023 ██████████████░░░░░░░░░░░░░░░ 2.3M
119
  ```
120
 
121
  ## How to download and use this dataset
data/2022/2022-12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44608b7a48ce7437c49270f45b9150b4a60a3d06c9adab70598af52bdc97a246
3
+ size 104025170
stats.csv CHANGED
@@ -115,7 +115,7 @@ year,month,lowest_id,highest_id,count,dur_fetch_s,dur_commit_s,size_bytes,commit
115
  2016,4,11401539,11604217,202679,5,195,54016536,2026-03-14T10:47:26Z
116
  2016,5,11604218,11811224,207007,11,4,55274424,2026-03-14T10:50:54Z
117
  2016,6,11811225,12012880,201656,5,49,54257462,2026-03-14T10:48:19Z
118
- 2016,7,12012881,12199511,186631,7,0,50544872,2026-03-14T10:49:16Z
119
  2016,8,12199512,12402341,202830,16,75,55483773,2026-03-14T10:51:29Z
120
  2016,9,12402342,12615930,213589,4,88,57592825,2026-03-14T10:52:49Z
121
  2016,10,12615931,12842101,226171,9,232,61062804,2026-03-14T10:54:27Z
 
115
  2016,4,11401539,11604217,202679,5,195,54016536,2026-03-14T10:47:26Z
116
  2016,5,11604218,11811224,207007,11,4,55274424,2026-03-14T10:50:54Z
117
  2016,6,11811225,12012880,201656,5,49,54257462,2026-03-14T10:48:19Z
118
+ 2016,7,12012881,12199511,186631,5,5,50544872,2026-03-14T15:14:18Z
119
  2016,8,12199512,12402341,202830,16,75,55483773,2026-03-14T10:51:29Z
120
  2016,9,12402342,12615930,213589,4,88,57592825,2026-03-14T10:52:49Z
121
  2016,10,12615931,12842101,226171,9,232,61062804,2026-03-14T10:54:27Z