tamnd commited on
Commit
4accfdb
·
verified ·
1 Parent(s): c576211

Add 2012-05-15 — 118.1K 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 **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
 
@@ -71,12 +71,12 @@ 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,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
@@ -87,17 +87,17 @@ Events from today are captured in near-real-time from the GitHub Events API and
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 457
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 598
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 830
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
- 22:00 █████████████████████████░░░░░ 273.1K
100
- 23:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13.5K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████░░░░░░░░░░ 504.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 743.3K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████████████░░░░░░░░░ 993.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,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
 
 
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-17** (344 days), totaling **24,467,727 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
 
 
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,624,955 events in 10649 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
 
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 460
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 599
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 833
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
+ 22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 █░░░░░░░░░░░░░░░░░░░░░��░░░░░░░ 15.8K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████░░░░░░░░ 10.4M
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 | 101 | 10,371,583 | 102,688 | 2.7 GB | 1.1 GB | 46m04s | 1h03m | 57m01s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████████░░░░░░░░░░ 4.6M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████░░░░░░░░░░ 515.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 750.9K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 █████████████████████░░░░░░░░░ 1.0M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,272,349 | 46.1% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,252,608 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,762,734 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,121,756 | 4.6% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 44,304 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,436,400 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 703,308 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,085,214 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 243,953 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 285,020 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 476,711 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 21,940 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16983797bccd747e6336d39ab94870191d5f65e9348e02af20db26f76524a460
3
+ size 42855
data/creates/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7512910922df7a86c3bc5ee5774d550c086e6882c3e7fd15b91e72931b2a60
3
+ size 396795
data/deletes/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bc9fcba57a9e87b2c3a54283b809b92613ad3f91201219a4000e5412fd172af
3
+ size 20345
data/forks/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110fa3e31af21733b554428f5e56f782a54b415bf410dbb51ab882ab35ab7588
3
+ size 83785
data/issue_comments/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:991d325d2e2125b26b618620d2fa8341c6324930ac9413d68e6be47d1312c2e6
3
+ size 170266
data/issues/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751e8fec0e8505451e716b18fc62cb5e18785968f6bdb3d3b61e8551884b408f
3
+ size 117879
data/public_events/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bed66b62138079f251170d3b7bf4356150990a6a03d9082322d2cc13c21bad7
3
+ size 6242
data/pull_requests/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c61d8ed21bc7a84303aeaf15736fadcb31addda98c989c45ca6788d3c429b026
3
+ size 648923
data/pushes/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd84b3e8ce0f08f760cca147dad8e6a64d434b018940b2191910175e914d505
3
+ size 9223727
data/stars/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6629ff75e18020d22c3b7c9e20a9132f85f44787aec6090038ca884d7f723fa0
3
+ size 199939
data/wiki_pages/2012/05/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb3791b48e623e0e03f16bc0e75c165c0c62532bd4ea110c8264a0c4f082840b
3
+ size 131451
stats.csv CHANGED
@@ -339,5 +339,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,27.4
343
+ 2012-05-15,118129,536,58633,6259,9745,4083,0,800,12341,4073,17429,720,0,1395,1971,0,144,0,33392408,68.6,11042207,34.5,68.6,0.0
344
  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
345
+ 2012-05-17,110139,453,54343,5156,8252,3492,0,681,12448,4151,16809,640,0,1356,2255,0,103,0,30675299,64.8,10295525,23.6,64.8,0.0