tamnd commited on
Commit
e5fc2e8
·
verified ·
1 Parent(s): 11496bb

Add 2012-05-11 — 110.3K 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-10** (337 days), totaling **23,727,289 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.2 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,11 +71,11 @@ 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,608,987 events in 10552 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 322
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
@@ -86,9 +86,9 @@ Events from today are captured in near-real-time from the GitHub Events API and
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 380
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 526
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 595
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 825
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████████░░░░░░░░░ 9.6M
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 | 94 | 9,631,145 | 102,458 | 2.5 GB | 1010.4 MB | 42m40s | 56m02s | 54m08s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████████░░░░░░░░░░░ 4.2M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████░░░░░░░░░░ 479.5K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 727.7K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ███████████████████░░░░░░░░░░ 934.9K
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 | 10,910,920 | 46.0% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,216,596 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,704,465 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,098,535 | 4.6% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 39,680 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,352,845 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 675,958 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,969,074 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 239,730 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 276,239 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 463,708 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 21,175 | 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-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
 
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,609,021 events in 10568 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 323
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
 
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 368
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 381
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 595
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 825
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
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 | 54m40s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████████░░░░░░░░░░░ 4.4M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████░░░░░░░░░░ 492.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 735.6K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ███████████████████░░░░░░░░░░ 967.6K
173
  ```
174
 
175
 
 
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
 
data/commit_comments/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7de4b2166d948d5314333cdfc9f19ea3cca544e49b280814d1156b1974821102
3
+ size 40599
data/creates/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbce0330de5b38e7be9b9173df7b4412c5aaa4fa14585e51197abd3dc8aa4e91
3
+ size 364915
data/deletes/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b81e16f396efafbaaae514c7dedac59fdbd6bd51da2ffedd5e783200b36023d0
3
+ size 18988
data/forks/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d24aff16db3c27690a2d79910205f8e84d9a295a177777d4d8dec2c4d89bd44b
3
+ size 89660
data/issue_comments/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74c46a6d08ced04e8184181eddf0ccc2193c3cfb415cb13eaf333a9047a2ccb9
3
+ size 156951
data/issues/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:013a57fd7c79fb9a94bf190e4e4bf2476515d447e042fc9f73aae14fad636b92
3
+ size 105470
data/public_events/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e6ce0779050a983bd9126ea1b99812181b488a1d40537f2596990478b316af3
3
+ size 5014
data/pull_requests/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95a2ad0a79e65f39bacba1960b12515b69a0a31495abb8057d1cf71488e4051a
3
+ size 588124
data/pushes/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0dc098afeb0e45185cc7b24689287d8b1537e1a2d7f769541f0f6c81c61f506
3
+ size 8492337
data/stars/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a8b93a9c94b0a8ad53e9398ea9ae217dfeedf1a31dc163d6a5505d3c3d1d1a2
3
+ size 210171
data/wiki_pages/2012/05/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4fa9bcefd1337bb1eb583f9121525da6608347f5061b77ccdebe65454245e06
3
+ size 123088
stats.csv CHANGED
@@ -335,4 +335,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
335
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
336
  2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,45.1
337
  2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,63.9,11397245,25.9,63.9,36.1
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,0.0
 
 
 
 
335
  2012-05-07,117994,450,59397,5774,9767,4009,0,1032,11881,3531,17560,774,0,1444,2239,0,136,0,33820442,62.0,11172439,21.4,62.0,44.6
336
  2012-05-08,119893,525,59698,6088,10294,4014,0,766,12321,3721,17845,658,0,1460,2392,0,111,0,33768814,62.8,11236490,21.3,62.8,45.1
337
  2012-05-09,122705,472,59070,5788,9842,4039,0,1236,15026,4674,17744,698,0,1415,2586,0,115,0,34821330,63.9,11397245,25.9,63.9,36.1
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,0.0
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,0.0
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