tamnd commited on
Commit
781243c
·
verified ·
1 Parent(s): ea5516e

Add 2012-05-26 — 72.1K 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-25** (352 days), totaling **25,342,366 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.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,33 +71,33 @@ 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,644,627 events in 10783 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
- 13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 464
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 838
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 35.4K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████████░░░░░░ 11.2M
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 | 109 | 11,246,222 | 103,176 | 2.9 GB | 1.1 GB | 49m08s | 1h09m | 1h02m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ██████████████████████░░░░░░░░ 5.0M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ██████████████████████░░░░░░░ 559.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 778.5K
165
  ```
166
 
167
 
@@ -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,693,084 | 46.1% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,296,444 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,837,626 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,149,370 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 51,117 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,528,171 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 734,385 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,228,161 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 249,058 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 295,157 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 492,201 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 22,682 | 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-27** (354 days), totaling **25,494,214 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.5 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,646,637 events in 10804 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 276
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 220
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 465
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 534
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 840
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37.3K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████████░░░░░░ 11.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 | 111 | 11,398,070 | 102,685 | 3.0 GB | 1.1 GB | 50m07s | 1h09m | 1h02m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ██████████████████████░░░░░░░░ 5.1M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ██████████████████████░░░░░░░ 566.1K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ██████████████░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 782.2K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,767,921 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,303,171 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,846,987 | 7.2% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,153,024 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 51,905 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,543,808 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 739,500 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,258,091 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 249,814 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 296,650 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 495,070 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 22,805 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83cee464f94c3ad6eb3aaa06c593741bfaa0a308abee38ce56c686f5221c3a17
3
+ size 25690
data/creates/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:370ea4c14514be0506b3133e6a3f7226bb0ea7258186eb9df67a03e9262749eb
3
+ size 259581
data/deletes/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705d3192bf1584bc3c068f05bd492ca85b68f87e1f35d72cdcee41a8570749e3
3
+ size 12005
data/forks/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4980dfe9fc25b19a68d67fa42ef5dc4649c61d91a38598d55525b3dca065d062
3
+ size 57629
data/issue_comments/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a991fd3e2329fd8f6abb83eaeba83fa5481d2d6d460848db1739d9dc402a068c
3
+ size 83633
data/issues/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45d09ba82199ef204d018b27d9d402e928c5928b9c233ce98ff84ae8b5abed6
3
+ size 69227
data/public_events/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35ec0180fb63ea55e2cc56c0d989b5b58605e91cf28f4f50f392a05ebaf7f9b0
3
+ size 4379
data/pull_requests/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c2456bcf0d6de1a7755b81966213d06b59684d6aed51fb973c33482e910341
3
+ size 335995
data/pushes/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b74702a9c39fe6cd625c435d5c82988281068a0ae0fb13596dc06520af2762
3
+ size 5187702
data/stars/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c78c46284dcd7173108037b424611b4b27f813ef002389e91c3802d7c2a6110
3
+ size 122654
data/wiki_pages/2012/05/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8fd478fa09bf8089d3952bb9e6462008353940de13455ad089b6e6fc7e1dcc6
3
+ size 69255
stats.csv CHANGED
@@ -350,4 +350,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
350
  2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,26.9
351
  2012-05-23,129523,515,61443,7209,12627,4397,0,1082,13063,4569,19987,716,0,1461,2326,0,128,0,35572597,65.3,11820992,22.2,65.3,32.9
352
  2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,39.5
353
- 2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,0.0
 
 
 
350
  2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,26.9
351
  2012-05-23,129523,515,61443,7209,12627,4397,0,1082,13063,4569,19987,716,0,1461,2326,0,128,0,35572597,65.3,11820992,22.2,65.3,32.9
352
  2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,39.5
353
+ 2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,28.3
354
+ 2012-05-26,72134,297,35367,3310,4394,1690,0,333,7461,2540,14270,366,0,639,1410,0,57,0,18672099,21.2,6227750,31.7,21.2,0.0
355
+ 2012-05-27,79714,261,39470,3417,4967,1964,0,455,8176,2575,15660,390,0,854,1459,0,66,0,20746455,21.5,7127795,27.5,21.5,0.0