tamnd commited on
Commit
e021333
·
verified ·
1 Parent(s): 2fdd8ac

Add 2012-01-01 — 46.3K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ configs:
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
- The archive currently spans from **2011-02-12** to **2011-12-31** (243 days), totaling **14,096,144 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
@@ -71,31 +71,31 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
- **2026-03-27** — 1,173,106 events in 7364 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 176
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 254
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 639
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
- 21:00 █████████░░░░░░░░░░░░░░░░░░░░░ 103.6K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
@@ -132,17 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
 
135
  ```
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h54m |
 
140
 
141
 
142
  ### Pushes per year
143
 
144
  ```
145
  2011 ██████████████████████████████ 6.7M
 
146
  ```
147
 
148
 
@@ -150,6 +153,7 @@ duckdb.sql("""
150
 
151
  ```
152
  2011 ██████████████████████████████ 737.1K
 
153
  ```
154
 
155
 
@@ -157,6 +161,7 @@ duckdb.sql("""
157
 
158
  ```
159
  2011 ██████████████████████████████ 370.9K
 
160
  ```
161
 
162
 
@@ -164,6 +169,7 @@ duckdb.sql("""
164
 
165
  ```
166
  2011 ██████████████████████████████ 1.4M
 
167
  ```
168
 
169
 
@@ -547,18 +553,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
547
 
548
  | Table | GitHub Event | Events | % | Description |
549
  |-------|-------------|-------:|---:|-------------|
550
- | `pushes` | PushEvent | 6,674,895 | 47.4% | Git pushes with commits |
551
- | `issues` | IssuesEvent | 737,084 | 5.2% | Issue lifecycle events |
552
- | `issue_comments` | IssueCommentEvent | 931,763 | 6.6% | Comments on issues/PRs |
553
- | `pull_requests` | PullRequestEvent | 370,854 | 2.6% | PR lifecycle events |
554
- | `stars` | WatchEvent | 1,417,987 | 10.1% | Repository stars |
555
- | `forks` | ForkEvent | 396,820 | 2.8% | Repository forks |
556
- | `creates` | CreateEvent | 2,212,138 | 15.7% | Branch/tag/repo creation |
557
- | `deletes` | DeleteEvent | 165,944 | 1.2% | Branch/tag deletion |
558
- | `commit_comments` | CommitCommentEvent | 172,796 | 1.2% | Comments on commits |
559
- | `wiki_pages` | GollumEvent | 285,617 | 2.0% | Wiki page edits |
560
- | `members` | MemberEvent | 77,986 | 0.6% | Collaborator additions |
561
- | `public_events` | PublicEvent | 12,654 | 0.1% | Repo made public |
562
 
563
  ## How it's built
564
 
 
61
 
62
  This dataset contains every public event on GitHub: every push, pull request, issue, star, fork, code review, release, and discussion across all public repositories. GitHub is the world's largest software development platform, home to over 200 million repositories and the daily work of tens of millions of developers, from individual open-source contributors to the engineering teams behind the most widely used software on earth.
63
 
64
+ The archive currently spans from **2011-02-12** to **2012-01-01** (244 days), totaling **14,142,469 events** across 16 fully structured Parquet tables. New events are fetched directly from the GitHub Events API every few seconds and committed as 5-minute Parquet blocks through an automated live pipeline, so the dataset stays current with GitHub itself.
65
 
66
  We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 GB of Zstd-compressed Parquet. Every nested JSON field is expanded into typed columns — no JSON parsing needed downstream. The data is partitioned as `data/TABLE/YYYY/MM/DD.parquet`, making it straightforward to query with DuckDB, load with the `datasets` library, or process with any tool that reads Parquet.
67
 
 
71
 
72
  Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
73
 
74
+ **2026-03-27** — 1,174,980 events in 7394 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 203
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 183
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 177
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 187
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 141
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 142
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 181
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 236
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 342
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 403
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 476
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 639
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.8K
95
  18:00 ██████████████████████████████ 323.6K
96
  19:00 █████████████████████████████░ 316.3K
97
  20:00 ████████████████████████████░░ 304.3K
98
+ 21:00 █████████░░░░░░░░░░░░░░░░░░░░░ 105.5K
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 46.3K
136
  ```
137
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
+ | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 1 | 46,325 | 46,325 | 9.8 MB | 5.1 MB | 17s | 7s | — |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.3K
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████████████████████ 370.9K
164
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 836
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.1K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 6,694,224 | 47.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 738,881 | 5.2% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 934,165 | 6.6% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 371,690 | 2.6% | PR lifecycle events |
560
+ | `stars` | WatchEvent | 1,423,069 | 10.1% | Repository stars |
561
+ | `forks` | ForkEvent | 398,084 | 2.8% | Repository forks |
562
+ | `creates` | CreateEvent | 2,226,043 | 15.7% | Branch/tag/repo creation |
563
+ | `deletes` | DeleteEvent | 166,324 | 1.2% | Branch/tag deletion |
564
+ | `commit_comments` | CommitCommentEvent | 173,187 | 1.2% | Comments on commits |
565
+ | `wiki_pages` | GollumEvent | 286,434 | 2.0% | Wiki page edits |
566
+ | `members` | MemberEvent | 78,079 | 0.6% | Collaborator additions |
567
+ | `public_events` | PublicEvent | 12,683 | 0.1% | Repo made public |
568
 
569
  ## How it's built
570
 
data/commit_comments/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162b12e014009093ac2547888b1faf1c30d4f35ff352ce81bd656f3058f91752
3
+ size 70116
data/creates/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e4a425af241ad70dd0b3d0ff962db12a50611afd3729eb30677e624860ec20
3
+ size 247272
data/deletes/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:470371c98ed21e35cbe603c1f79eab4cf6a6b542bc95dfa783ad9c0387a4b2d8
3
+ size 15797
data/forks/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad7e95d1ba8ad851f24d25564277af23047b1b39576cae03b1f3fd8eaa36ddb
3
+ size 122899
data/issues/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d684e2d529fef44f117145fff13d29d112ee48ffe26b031db16b2d22ded395
3
+ size 416315
data/members/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1d1b8663ed5a3208db60732b8d6a6bf92f301216951398acafb8b0e074ab75
3
+ size 7628
data/public_events/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9be2ecc94b987c6fbe3125bf18596004f53e316176fdd2c45101875fb2a28d
3
+ size 3851
data/pull_requests/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a3643d12a59eab640b6a71915c69ff25425d77bfa09ab38ee8fb85c9e9dc69
3
+ size 176310
data/pushes/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ff2a71788cdd1d46de38e28c590c11a5f254e5b76db7071a3eaceb5f02b247e
3
+ size 4069444
data/stars/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac5b29b131d7f8c31daa85224cd6b2ec9976eafaab6fc70b5bbf18d685784a5
3
+ size 150788
data/wiki_pages/2012/01/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a45b93f97474ade2450af8f536cbd1d6f4c2866a8c3f5fa3c343597869f61e9
3
+ size 65032
stats.csv CHANGED
@@ -241,4 +241,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
241
  2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
242
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
243
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,31.8
244
- 2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,0.0
 
 
241
  2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
242
  2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
243
  2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,31.8
244
+ 2011-12-31,51154,0,22263,2116,3317,1147,0,0,5202,1236,13937,417,0,622,764,94,39,0,11971047,8.5,6119747,18.0,8.5,36.3
245
+ 2012-01-01,46325,0,19329,1797,2402,836,0,0,5082,1264,13905,380,0,391,817,93,29,0,10289568,7.3,5345452,17.2,7.3,0.0