tamnd commited on
Commit
c576211
·
verified ·
1 Parent(s): 8cb1f02

Add 2012-05-14 — 121.6K events, 11 files

Browse files
README.md CHANGED
@@ -61,9 +61,9 @@ 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 **2012-05-13** (340 days), totaling **24,003,124 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 5.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
@@ -71,22 +71,22 @@ 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,620,600 events in 10618 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 192
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 383
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
  14:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 598
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.1K
100
- 23:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11.5K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████████░░░░░░░░░ 9.9M
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 | 97 | 9,906,980 | 102,133 | 2.6 GB | 1.0 GB | 43m58s | 58m29s | 56m04s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████████░░░░░░░░░░ 4.4M
149
  ```
150
 
151
 
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████░░░░░░░░░░ 492.3K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 ██████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 735.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████████████░░░░░░░░░ 967.6K
173
  ```
174
 
175
 
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
- | `pushes` | PushEvent | 11,043,802 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,229,363 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,724,949 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,106,486 | 4.6% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 41,325 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,385,597 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 686,658 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,015,272 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 241,233 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 279,242 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 468,310 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 21,449 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
 
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-05-16** (342 days), totaling **24,239,459 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 5.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.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
 
68
  The underlying data comes from [GH Archive](https://www.gharchive.org/), created by [Ilya Grigorik](https://www.igvita.com/), which has been recording every public GitHub event via the [Events API](https://docs.github.com/en/rest/activity/events) since 2011. Released under the [Open Data Commons Attribution License (ODC-By) v1.0](https://opendatacommons.org/licenses/by/1-0/).
69
 
 
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,622,585 events in 10633 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
  14:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 598
 
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.1K
100
+ 23:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.5K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████░░░░░░░░░ 10.1M
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 | 99 | 10,143,315 | 102,457 | 2.6 GB | 1.0 GB | 45m06s | 1h00m | 56m34s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████████░░░░░░░░░░ 4.5M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████░░░░░░░░░░ 504.1K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 ██████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 743.3K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████████████░░░░░░░░░ 993.6K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,159,373 | 46.0% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,241,193 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,744,737 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,114,181 | 4.6% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 42,823 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,411,611 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 695,084 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,050,976 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 242,593 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 282,269 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 472,485 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 21,693 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc5d22cfaccf92c99385886cfdbf0587784c2277d26485021a2ceb1b91cc411
3
+ size 43629
data/creates/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a957e16292b4cc6762d45a0caf6a3df630b55a5fedcff03175c37f6df88c496b
3
+ size 409356
data/deletes/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289f91ea617b65ff1e03c92b66a100857851b548b584dd3b18c49a64d471b887
3
+ size 19264
data/forks/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b00712073eb2e295a9903afde2a8c011004b84f30fc107211556e94f5c6451
3
+ size 90225
data/issue_comments/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9fa06f34992b1953cee7a4c2455db1b6289c30553b19230a68614e4d76aa5d4
3
+ size 175857
data/issues/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7890695ef9cd59402664283d5eebc96bde409f05f4db4f499a3b273380be3761
3
+ size 118754
data/public_events/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b5a2224df7a545d62df16fca67fc7682d46f2fa61f7ec2b089840e4d8b6768
3
+ size 5368
data/pull_requests/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903c0f9bc43185bfa2e9c8c479294dad3f7917279dad84b034e60ad89840e26b
3
+ size 648072
data/pushes/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7026fbe5c72f2a7db1606ffd1e42b886acbf58e8c62ba0ed9d40dc2b0739db58
3
+ size 9856979
data/stars/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7c783f4b1096b15992b23b65bc799b0e11c84562a4207a10e3a153354e1dec
3
+ size 223060
data/wiki_pages/2012/05/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a01b1ead08180c7aa7e4099bb0e110c7f4f1a4abad10ee8c5d222d0cafea2ef1
3
+ size 108049
stats.csv CHANGED
@@ -338,4 +338,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
338
  2012-05-10,123437,475,58974,6092,9583,4500,0,1039,15331,5277,17564,725,0,1507,2267,0,103,0,34869796,63.9,11263663,20.0,63.9,32.6
339
  2012-05-11,110274,484,52023,5237,8978,3645,0,829,13438,4331,17272,708,0,1363,1838,0,128,0,30634884,58.2,10195317,30.9,58.2,45.5
340
  2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
341
- 2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,0.0
 
 
 
338
  2012-05-10,123437,475,58974,6092,9583,4500,0,1039,15331,5277,17564,725,0,1507,2267,0,103,0,34869796,63.9,11263663,20.0,63.9,32.6
339
  2012-05-11,110274,484,52023,5237,8978,3645,0,829,13438,4331,17272,708,0,1363,1838,0,128,0,30634884,58.2,10195317,30.9,58.2,45.5
340
  2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
341
+ 2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,29.7
342
+ 2012-05-14,121589,508,59052,6130,10446,3937,0,722,13612,4405,18326,655,0,1447,2215,0,134,0,34402112,73.1,11698613,45.3,73.1,0.0
343
+ 2012-05-16,114746,495,56519,5700,9342,3758,0,776,12402,4021,17378,705,0,1580,1960,0,110,0,32255086,67.3,10547637,22.5,67.3,0.0