tamnd commited on
Commit
963a600
·
verified ·
1 Parent(s): 0a06ea2

Add 2012-05-04 — 105.6K 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-05** (331 days), totaling **23,039,536 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,26 +71,26 @@ 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,587,089 events in 10397 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 244
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 243
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 363
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 452
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 522
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 590
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 816
94
  17:00 ███████████░░░░░░░░░░░░░░░░░���░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████░░░░░░░░░░░ 8.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 | 88 | 8,943,392 | 101,629 | 2.3 GB | 949.9 MB | 40m34s | 50m11s | 49m24s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████░░░░░░░░░░░░░ 3.9M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████████░░░░░░░░░░░░ 446.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 705.3K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████░░░░░░░░░░░░ 860.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,575,345 | 45.9% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,183,405 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,650,276 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,076,193 | 4.7% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 34,738 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,278,876 | 9.9% | Repository stars |
562
- | `forks` | ForkEvent | 652,936 | 2.8% | Repository forks |
563
- | `creates` | CreateEvent | 3,856,804 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 235,845 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 268,197 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 450,576 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 20,549 | 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-05** (332 days), totaling **23,145,154 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.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.3 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,587,142 events in 10434 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 319
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 190
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 214
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 320
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 295
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 452
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 523
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 591
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 817
94
  17:00 ███████████░░░░░░░░░░░░░░░░░���░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████░░░░░░░░░░░ 9.0M
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 | 89 | 9,049,010 | 101,674 | 2.4 GB | 959.6 MB | 40m53s | 51m04s | 50m04s |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████░░░░░░░░░░░░░ 4.0M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████████░░░░░░░░░░░░ 451.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ███████████████░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 708.8K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████░░░░░░░░░░░░ 871.6K
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 10,628,368 | 45.9% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,188,553 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,658,951 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,079,662 | 4.7% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 35,292 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,289,549 | 9.9% | Repository stars |
562
+ | `forks` | ForkEvent | 656,306 | 2.8% | Repository forks |
563
+ | `creates` | CreateEvent | 3,873,286 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 236,429 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 269,436 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 452,481 | 2.0% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 20,649 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569fd0067ce0eb62f3bc2ad3515d91d462342d41e247c3c9448f29bd7b4645a8
3
+ size 38868
data/creates/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4305546dd72d86949d832775bd1104a8ead3a98a26231dc013a52d3b56e82b1f
3
+ size 362694
data/deletes/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:979d80e54ffab93665aac0e2c748d78d765e790b71178c6905e35afae3226c4c
3
+ size 17488
data/forks/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569a1940530db1902eea416c9128309d872deca36ff002b1d41a2bb80f8cd965
3
+ size 70660
data/issue_comments/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02e14ccb44635cd4c595d23e9ef4c8c20efe53ac4e19055c5933bae273e068b8
3
+ size 152854
data/issues/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2644d25a84aa7f6f1ffbaefb8cc438daed92ae123a4285d0d97a37978f59e446
3
+ size 103009
data/public_events/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0aa202965defce2f0915f1db528d27350034769e76271b81b27b9337fdd95ee
3
+ size 4858
data/pull_requests/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ac448ac0c72985f86f8b12b0c6614b7f03e5c845aa4d41ec25840413321a70
3
+ size 579451
data/pushes/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20a9ce4653bb64cbcc65bf24e1fc8273f250aec2360cb3fb158e429066a313d5
3
+ size 8552677
data/stars/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:004fd1491cd8e71cbed1410e09dc99451bd9c46363dcd417bc128eeefc7290db
3
+ size 164672
data/wiki_pages/2012/05/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e5c4e4092b1597bf69a47ca7f80a1037321057fbe90d0c462b83cd3a65b0356
3
+ size 129901
stats.csv CHANGED
@@ -328,5 +328,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
328
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
329
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,23.2
330
  2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,33.9
331
- 2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,0.0
 
332
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,0.0
 
328
  2012-04-26,119782,446,60019,6324,10536,3917,0,638,12399,3499,17492,740,0,1420,2250,0,102,0,33516197,61.0,11599382,24.6,61.0,24.4
329
  2012-04-27,104380,476,52213,5591,8428,3409,0,538,10565,3208,15929,598,0,1246,2072,0,107,0,29692200,56.1,10196374,21.7,56.1,23.2
330
  2012-05-02,117661,483,58945,6085,9624,3831,0,896,12293,3837,16796,621,0,1548,2587,0,115,0,33279770,54.1,10908337,11.2,54.1,33.9
331
+ 2012-05-03,117912,523,59563,5750,9259,3876,0,766,12058,3712,17931,603,0,1494,2269,0,108,0,32987096,56.0,10946945,12.3,56.0,39.1
332
+ 2012-05-04,105618,396,53023,5148,8675,3469,0,554,10673,3370,16482,584,0,1239,1905,0,100,0,29830600,52.1,10177132,19.5,52.1,0.0
333
  2012-05-05,81375,363,41134,4303,5518,1948,0,328,8120,2239,14609,402,0,838,1510,0,63,0,21650755,38.0,7467976,17.9,38.0,0.0