tamnd commited on
Commit
483804f
·
verified ·
1 Parent(s): 86f53a1

Add 2012-06-22 — 113.8K 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-21** (379 days), totaling **28,388,944 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.7 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,23 +71,23 @@ 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,707,082 events in 11210 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 358
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
89
- 12:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 851
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 █████████░░░░░░░░░░░░░░░░░░░░░ 97.4K
101
  ```
102
 
103
 
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 █████████████████████████████░ 14.1M
135
- 2012 ██████████████████████████████ 14.3M
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 | 136 | 14,292,800 | 105,094 | 3.7 GB | 1.4 GB | 1h01m | 1h22m | 1h17m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████████████████████░ 6.5M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████████████░ 706.3K
157
  ```
158
 
159
 
@@ -161,15 +161,15 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 869.4K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
- 2011 █████████████████████████████ 1.4M
172
- 2012 █████████████████████████████ 1.4M
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 | 13,125,170 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,443,385 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,069,453 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,240,266 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 74,142 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,833,806 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 840,793 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,819,868 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 266,371 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 328,809 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 544,506 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,482 | 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-22** (380 days), totaling **28,502,768 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.8 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,711,319 events in 11245 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 358
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 340
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 396
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 474
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 851
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 █████████░░░░░░░░░░░░░░░░░░░░░ 101.6K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 █████████████████████████████░ 14.1M
135
+ 2012 ██████████████████████████████ 14.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 | 137 | 14,406,624 | 105,157 | 3.7 GB | 1.4 GB | 1h01m | 1h22m | 1h17m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████████████████░ 6.5M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████████████712.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 872.8K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
+ 2011 █████████████████████████████ 1.4M
172
+ 2012 █████████████████████████████ 1.4M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,178,655 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,449,946 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,078,199 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,243,703 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 74,992 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,845,089 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 844,663 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,841,317 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 266,975 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 329,940 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 546,353 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,617 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850d8ef271dad3ded22335bc88283e00da1c2386b15565246b154e6cc730362f
3
+ size 41046
data/creates/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e692b77881b52ab33a0284b39ef24ddcb1a143f412ac145c819583afd7e9fd1
3
+ size 441698
data/deletes/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a160337908de9f70cf4acbcc62830d4953020accb8e1f1aec952882565d8042
3
+ size 21429
data/forks/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e1cff3d530c4d959daf9ba231a0c310672b52a16eba6d6528a2cb43473dcaae
3
+ size 112635
data/issue_comments/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c041c3934e8ea22f12b163e49af153b24bbeabbeec6a1d65f32d3e2f6b6514
3
+ size 187151
data/issues/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bb1cc71d5e46c79224dd3e9c20ff3f17c51d1542f625262c055594c556d3300
3
+ size 135525
data/public_events/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5c842b73ba5d81869a0b568aae292b7cca74a5099a1e9dd611dc6249a607a8
3
+ size 6367
data/pull_requests/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecaad52bc11ae893e5b3e9d7ecd0df4c6e168b033563ef92e2f36069612a238
3
+ size 626713
data/pushes/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0b9e6f9961aefd5f44a3b3530eef3c443e8dc7bb0476a9aafd76c75ba1bf24f
3
+ size 8438593
data/stars/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc5f576c09d38bda7c911db6f02ee172e94345da6a9c75ecfe6b2ed101f96208
3
+ size 219119
data/wiki_pages/2012/06/22.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345be6b2761c429b80a0ba5895114cc7299e349bf6131db1daabf2328910c02b
3
+ size 130067
stats.csv CHANGED
@@ -377,4 +377,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
377
  2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
378
  2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,27.0
379
  2012-06-20,132064,534,61974,7591,12094,4301,0,1311,12446,4643,22501,740,0,1550,2257,0,122,0,35628608,22.4,12018848,29.4,22.4,25.2
380
- 2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,17.6,11634671,31.9,17.6,0.0
 
 
377
  2012-06-18,128276,538,60086,6255,10559,4118,0,1353,13310,4378,22706,783,0,1669,2379,0,142,0,34608610,44.3,11728960,22.2,44.3,33.2
378
  2012-06-19,132494,518,60897,8782,11578,4202,0,1382,12961,4623,22811,725,0,1467,2445,0,103,0,35225272,22.7,11758104,22.4,22.7,27.0
379
  2012-06-20,132064,534,61974,7591,12094,4301,0,1311,12446,4643,22501,740,0,1550,2257,0,122,0,35628608,22.4,12018848,29.4,22.4,25.2
380
+ 2012-06-21,129756,473,61085,7429,9928,4213,0,975,13094,4727,23580,792,0,1352,1999,0,109,0,34753199,17.6,11634671,31.9,17.6,41.5
381
+ 2012-06-22,113824,426,53485,6561,8746,3437,0,850,11283,3870,21449,604,0,1131,1847,0,135,0,30328968,22.1,10360343,22.1,22.1,0.0