tamnd commited on
Commit
8e75fc9
·
verified ·
1 Parent(s): 20c2393

Add 2012-06-09 — 85.3K 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-08** (366 days), totaling **26,894,733 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,25 +71,25 @@ 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,681,090 events in 11045 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 352
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 337
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 281
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 224
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 305
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 469
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 546
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 607
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 846
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 71.6K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
- 2012 ███████████████████████████░░░ 12.8M
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 | 123 | 12,798,589 | 104,053 | 3.3 GB | 1.3 GB | 55m00s | 1h17m | 1h10m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 █████████████████████████░░░░░ 5.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████████░░░░░ 630.4K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 824.0K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
- 2012 ██████████████████████████░░░ 1.3M
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,416,903 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,367,438 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 1,953,820 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,194,887 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 61,416 | 0.2% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,687,617 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 789,440 | 2.9% | Repository forks |
563
- | `creates` | CreateEvent | 4,538,774 | 16.9% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 258,072 | 1.0% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 312,795 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 518,304 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 24,133 | 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-09** (367 days), totaling **26,980,048 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.1 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,682,950 events in 11058 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 352
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 337
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 265
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 306
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 376
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 392
90
+ 13:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 470
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 546
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 608
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 846
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
 
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 73.4K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ██████████████████████████████ 14.1M
135
+ 2012 ███████████████████████████░░░ 12.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 | 124 | 12,883,904 | 103,902 | 3.3 GB | 1.3 GB | 55m21s | 1h17m | 1h11m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 █████████████████████████░░░░░ 5.8M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████████░░░░░ 634.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 █████████████░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 826.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ██████████████████████████████ 1.4M
172
+ 2012 ██████████████████████████░░░ 1.3M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 12,456,497 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,371,418 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 1,959,477 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,196,949 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 61,977 | 0.2% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,695,811 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 792,153 | 2.9% | Repository forks |
563
+ | `creates` | CreateEvent | 4,558,406 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 258,484 | 1.0% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 313,524 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 519,713 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 24,201 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:983b94de761c2ad44bf91700537b13e272a86f856f97612833461963ff458078
3
+ size 33736
data/creates/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b48a17bc99543b3416dea001d88669f4176fe3eb8786ca86780ce1afe2bf9eda
3
+ size 344742
data/deletes/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf253583276399fa92309464aed87626021bd6648c8a13409dfc734d50d1e632
3
+ size 15245
data/forks/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6806fe6b2f342e957f9403df2fe4a3278968d0099f9bf90b9f5bf5d8d721a0
3
+ size 71020
data/issue_comments/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:816d6ad396b833236577dbf485fc48eb8dbbc451fabcecf66e44284c8e3b31cd
3
+ size 125050
data/issues/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b795152d08297b27eb1b58f58bfbf7afce9248d9dc0ba1bf63f2eaa8d84b190f
3
+ size 96003
data/public_events/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a5083e33e1d63b69d8fbc11d1a84cf1398a61cbe5c74ee5299058d369f699a
3
+ size 4340
data/pull_requests/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec6328ae03bdc1c9da88c51660307d5d54ed4d15523d8d0cb46409e61d7e46e
3
+ size 406130
data/pushes/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95627f97a3f24e17306c9a320239ab83b4301865f476f13c1c0661abad54b2b
3
+ size 6018579
data/stars/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04dde34acae648879156db5984d6a4059a6bfc392e0fcbb9beeddc77bc1f6194
3
+ size 162774
data/wiki_pages/2012/06/09.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d2235c431434fd1a0e27cb4104c1cfac0f9aaf31cdbed28c8808e86bf759527
3
+ size 105196
stats.csv CHANGED
@@ -364,4 +364,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,39.8
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,33.7
366
  2012-06-07,118639,476,56983,5900,10016,4050,0,1042,13128,4576,17756,827,0,1628,2107,0,150,0,33365045,18.0,11060995,22.7,18.0,29.8
367
- 2012-06-08,115454,454,53696,5323,8863,3680,0,965,11557,4092,22890,684,0,1289,1828,0,133,0,30760054,17.2,10497066,21.0,17.2,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,39.8
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,33.7
366
  2012-06-07,118639,476,56983,5900,10016,4050,0,1042,13128,4576,17756,827,0,1628,2107,0,150,0,33365045,18.0,11060995,22.7,18.0,29.8
367
+ 2012-06-08,115454,454,53696,5323,8863,3680,0,965,11557,4092,22890,684,0,1289,1828,0,133,0,30760054,17.2,10497066,21.0,17.2,32.7
368
+ 2012-06-09,85315,304,39594,3980,5657,2062,0,561,8194,2713,19632,412,0,729,1409,0,68,0,21145615,10.2,7382815,21.3,10.2,0.0