tamnd commited on
Commit
cf18a36
·
verified ·
1 Parent(s): 3d27570

Add 2012-06-02 — 102.4K 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-06-01** (359 days), totaling **26,084,884 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.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.6 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,664,768 events in 10927 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 231
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 333
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 389
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 841
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
- 23:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 55.3K
101
  ```
102
 
103
 
@@ -132,13 +132,13 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████████████░░░░░ 12.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 | 116 | 11,988,740 | 103,351 | 3.1 GB | 1.2 GB | 52m22s | 1h13m | 1h07m |
142
 
143
 
144
  ### Pushes per year
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████████░░░░░░ 593.7K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 800.9K
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 | 12,047,753 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,330,773 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,894,055 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,171,721 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 56,174 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,603,685 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 761,070 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,365,657 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 253,645 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 303,783 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 505,285 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 23,343 | 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-06-02** (360 days), totaling **26,187,284 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.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.6 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,667,336 events in 10943 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 375
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
90
  13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 467
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 541
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 842
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 57.9K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████████░░░░░ 12.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 | 117 | 12,091,140 | 103,343 | 3.1 GB | 1.2 GB | 52m49s | 1h13m | 1h07m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████████░░░░░░ 597.5K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 802.6K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 12,087,350 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,334,577 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,899,222 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,173,500 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 56,364 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,612,560 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 763,771 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,402,823 | 16.8% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 254,057 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 304,587 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 506,708 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 23,394 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2719fd2838698bc4a4a4ec1b957e222abce466aec0b4cb79bf7610d3f7e5ccb
3
+ size 34903
data/creates/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c166bdeccbdcd98d4db65ba506a0d133b8c390f39a3e428eed195f1d1f7c862
3
+ size 494868
data/deletes/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab49903f570ce5f6d094f90c6e12a199f433fdb6826ea837129b5f05f6054e49
3
+ size 15243
data/forks/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:814c9223e6e61703f95b38ddaaef0bf65478dddcd6615085d265335ad682b81f
3
+ size 70793
data/issue_comments/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3104475e59d36fe61ea9ca8a35c345682e8d1a0e2e83523c5128a63d6ce9f4d2
3
+ size 116300
data/issues/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd413a0faa94b7eb5999bf3cbf33f02e0a09137f0d9d36327582d0b8f30d567
3
+ size 89248
data/public_events/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d3620c4a87ad19c0e017551585503905f72cb53ef506f0701f613d8060bd7eb
3
+ size 3867
data/pull_requests/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c50f3459a4a57ba5122e2735474e6ee7943f233da65eaf826114f92b036ed6
3
+ size 409481
data/pushes/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09fc0e2121a27a6e079d505f9b29fc06cf9f0ce4a7eb5d7e95799c3d299a4189
3
+ size 5900429
data/stars/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9dd4ae31247b26c85995c4a2f073f3fc5241a99b3b28a1619faf86368f37e72
3
+ size 173237
data/wiki_pages/2012/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:643ee443a3e09c0d1ecf384382c69f074d31f501c1565f57b8efbf03fa19047a
3
+ size 73399
stats.csv CHANGED
@@ -357,4 +357,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
357
  2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,35.4,11511518,25.9,35.4,32.0
358
  2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,45.1,11578676,24.2,45.1,42.9
359
  2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,45.2,10837355,22.4,45.2,91.2
360
- 2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,41.3,10277809,29.0,41.3,0.0
 
 
357
  2012-05-29,123828,519,61003,5899,10117,4273,0,929,12588,4874,18938,829,0,1589,2177,0,93,0,35155031,35.4,11511518,25.9,35.4,32.0
358
  2012-05-30,126428,563,59831,5808,9967,4042,0,989,13174,4445,22607,980,0,1551,2334,0,137,0,34879929,45.1,11578676,24.2,45.1,42.9
359
  2012-05-31,124566,493,55469,5931,10366,3835,0,987,12789,4502,25931,742,0,1365,2028,0,128,0,33016292,45.2,10837355,22.4,45.2,91.2
360
+ 2012-06-01,112080,474,52156,5125,8686,3640,0,758,10811,3689,22733,678,0,1350,1881,0,99,0,30423595,41.3,10277809,29.0,41.3,32.5
361
+ 2012-06-02,102400,431,39597,3804,5167,1779,0,190,8875,2701,37166,412,0,804,1423,0,51,0,21503129,15.4,7381768,27.0,15.4,0.0