tamnd commited on
Commit
587168a
·
verified ·
1 Parent(s): 0412614

Add 2012-05-30 — 126.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-05-29** (356 days), totaling **25,721,810 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,14 +71,14 @@ 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,649,912 events in 10852 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 341
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 277
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
@@ -87,8 +87,8 @@ Events from today are captured in near-real-time from the GitHub Events API and
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 465
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 538
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 841
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ████████████████████████░░░░░ 11.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 | 113 | 11,625,666 | 102,882 | 3.0 GB | 1.2 GB | 51m07s | 1h11m | 1h04m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ███████████████████████░░░░░░░ 5.2M
149
  ```
150
 
151
 
@@ -153,15 +153,15 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ███████████████████████░░░░░░░ 576.8K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
- 2011 █████████████░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 789.4K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ████████████████████████░░░░░░ 1.1M
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,880,297 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,313,909 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,865,036 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,160,204 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 53,440 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,566,911 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 748,434 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,294,386 | 16.7% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 251,245 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 299,517 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 499,042 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 22,979 | 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-31** (358 days), totaling **25,972,804 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.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,649,939 events in 10869 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 221
 
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 302
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 374
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 466
91
+ 14:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 539
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 841
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ████████████████████████░░░░░ 11.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 | 115 | 11,876,660 | 103,275 | 3.1 GB | 1.2 GB | 51m53s | 1h12m | 1h04m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ███████████████████████░░░░░░░ 5.3M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ███████████████████████░░░░░░░ 588.6K
157
  ```
158
 
159
 
160
  ### Pull requests per year
161
 
162
  ```
163
+ 2011 █████████████░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 797.2K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ████████████████████████░░░░░░ 1.2M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 11,995,597 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,325,648 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,885,369 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,168,081 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 55,416 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,592,874 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 757,381 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,342,924 | 16.7% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 252,967 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 302,433 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 503,404 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 23,244 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838f5817bd2cde309b5da795eeea3c13dbe84a074dd371527de1fbd08c0e64dc
3
+ size 45180
data/creates/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97662ceef73cec587b09e5596d8851848480f52bf99945aba3db99a6e74630a8
3
+ size 468841
data/deletes/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84355f9208561cc089079586d3529235c3dde2e9c0bff031bc03734bf4e8e361
3
+ size 21765
data/forks/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:930a3fe511ac5532be43df97bc2bf84dc1872d6ae3517767280d2faa855b9503
3
+ size 92703
data/issue_comments/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e652c4c9a8a9da76c1ad1131624b04d151a05fa8823394d915ad5de5efbbf16e
3
+ size 175627
data/issues/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67ed818b0fc91bfe20c2d616c9d951d20bb7547068d83978ca07f727885b7956
3
+ size 117787
data/public_events/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deee1d2dc660fbf58ea0b73e0b95acd25f45507e7de5a5cbaeca103268777881
3
+ size 5279
data/pull_requests/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e76e1ce1f4c7386259a1960a2173c3f8e61f7bc1c2206fe8dfa92ece3521dd2
3
+ size 715067
data/pushes/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffcf2221f8b6edd4ca48ad4a8083b592174585ee0e3965240d898dca1f10d798
3
+ size 9593723
data/stars/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1cd7d8def0583595c2ae48ca23d37154b7443bd458b367f2e19f3f1a0d28256
3
+ size 203268
data/wiki_pages/2012/05/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58a971f51f4d2f233e592d1f77e07f6a9d0d00b4a8d5fe50e189aa058503c08
3
+ size 139436
stats.csv CHANGED
@@ -354,4 +354,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,35.4
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,27.7
356
  2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,27.8,9856428,33.5,27.8,29.7
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,0.0
 
 
 
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,35.4
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,27.7
356
  2012-05-28,103768,423,51373,4839,7932,2907,0,606,10515,4060,17357,602,0,1278,1795,0,81,0,28182550,27.8,9856428,33.5,27.8,29.7
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,0.0
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,0.0