tamnd commited on
Commit
5ee2d55
·
verified ·
1 Parent(s): a8ab6dc

Add 2012-06-04 — 124.0K 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-03** (361 days), totaling **26,285,650 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,13 +71,13 @@ 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,669,527 events in 10956 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 348
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 280
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
@@ -85,19 +85,19 @@ Events from today are captured in near-real-time from the GitHub Events API and
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 542
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 844
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 60.1K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 █████████████████████████░░░░ 12.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 | 118 | 12,189,506 | 103,300 | 3.2 GB | 1.2 GB | 53m10s | 1h13m | 1h08m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████████████████░░░░░ 5.5M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████████░░░░░ 601.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 804.9K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 █████████████████████████░░░░ 1.2M
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 | 12,132,728 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,338,469 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,904,829 | 7.2% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,175,739 | 4.5% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 56,765 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,622,595 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 766,875 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,427,111 | 16.8% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 254,530 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 305,591 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 508,269 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 23,485 | 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-06** (364 days), totaling **26,660,640 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 6.0 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,671,127 events in 10970 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 349
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
 
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 390
90
  13:00 █░░░░��░░░░░░░░░░░░░░░░░░░░░░░░ 467
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 542
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 845
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 61.7K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 █████████████████████████░░░░ 12.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 | 121 | 12,564,496 | 103,838 | 3.2 GB | 1.2 GB | 54m16s | 1h16m | 1h08m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████████████░░░░░ 5.6M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████████░░░░░ 619.1K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 816.3K
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 | 12,306,224 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,356,215 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,934,941 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,187,157 | 4.5% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 59,409 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,662,932 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 780,772 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,498,128 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 256,561 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 309,878 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 514,369 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 23,850 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4966afbe9403733db10a42233ffd8b34ab37a43e491998c2771e5c8df36f732
3
+ size 49430
data/creates/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6664f68838943c383feb21f866d5308b7126a33128fe0dc4ffcd925dcc7c7903
3
+ size 472578
data/deletes/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f84e3e1134fdfcf69372999034f60d4c79d9bd2f5b7aed6f195dde77bdaba9c4
3
+ size 23089
data/forks/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835bf5d2a1d61e6ac249548385a4faf221b786c1f5b693290b5554bd8741a182
3
+ size 112211
data/issue_comments/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5da8a2cd4388a6f806a5ce48ee440a305751f80695b6d81a7d6af92a997f548d
3
+ size 211986
data/issues/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bde26550d4626170baa20236520efb397a68b9c59ab6a7bc00d5748f992b3570
3
+ size 144186
data/public_events/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec43370258dc0f6ac19253b7406cff4ed69ef4323e76a73b0b41b6af0afe7da
3
+ size 5702
data/pull_requests/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef6793f8da71b6d49ce927a4e8d118426b0dfc5a731a665fa431359412dc83ef
3
+ size 677874
data/pushes/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5bd06b67883e1183c7d198fcf06eddbc38f08d1b44baa08e232a0f162225c7
3
+ size 9079357
data/stars/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:981ff62168ff5aebedb28c6d69fff02f14d5f1ffaaf17d032d66fc10095100f1
3
+ size 260744
data/wiki_pages/2012/06/04.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:475d97f218ba32f84b59d0212d6dab34e2db8b65c8dc3e251b92270f31f5ff3d
3
+ size 150458
stats.csv CHANGED
@@ -359,4 +359,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,31.5
362
- 2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,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,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,31.5
362
+ 2012-06-03,98366,293,45378,3892,5607,2239,0,401,10035,3104,24288,473,0,1004,1561,0,91,0,24371260,27.7,8147915,20.4,27.7,37.4
363
+ 2012-06-04,123965,537,57282,6264,10418,3572,0,841,13480,4681,22512,673,0,1459,2139,0,107,0,32902849,54.9,11187615,21.8,54.9,0.0
364
+ 2012-06-05,124439,511,57928,5601,9593,3931,0,821,13266,4786,23698,660,0,1525,1983,0,136,0,33554902,51.2,11543619,21.9,51.2,0.0
365
+ 2012-06-06,126586,492,58286,5881,10101,3915,0,982,13591,4430,24807,698,0,1303,1978,0,122,0,33835818,52.8,11582245,22.6,52.8,0.0