tamnd commited on
Commit
7cf55f6
·
verified ·
1 Parent(s): 854e60e

Add 2012-06-20 — 132.1K 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-19** (377 days), totaling **28,127,124 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.3 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,7 +71,7 @@ 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,702,164 events in 11180 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
@@ -79,25 +79,25 @@ Events from today are captured in near-real-time from the GitHub Events API and
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 228
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 310
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 377
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 395
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
- 15:00 █░░░░░���░░░░░░░░░░░░░░░░░░░░░░░ 615
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 847
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
- 19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
- 23:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 92.5K
101
  ```
102
 
103
 
@@ -131,21 +131,21 @@ duckdb.sql("""
131
  ## Events per year
132
 
133
  ```
134
- 2011 █████████████████████████████ 14.1M
135
- 2012 █████████████████████████████ 14.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 | 134 | 14,030,980 | 104,708 | 3.6 GB | 1.4 GB | 1h00m | 1h21m | 1h16m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
- 2012 ████████████████████████████░░ 6.3M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████████████░░ 691.3K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 860.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 | 13,002,111 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,428,365 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,047,431 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,231,752 | 4.4% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 71,856 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,808,266 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 831,423 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,773,787 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 264,839 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 325,907 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 540,250 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,251 | 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-20** (378 days), totaling **28,259,188 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
 
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,704,473 events in 11197 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
 
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 285
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 266
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 237
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 230
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 267
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 850
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
+ 19:00 █████████████████████████████░ 316.6K
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 ████████░░░░░░░░░░░░░░░░░░░░░░ 94.8K
101
  ```
102
 
103
 
 
131
  ## Events per year
132
 
133
  ```
134
+ 2011 █████████████████████████████ 14.1M
135
+ 2012 █████████████████████████████ 14.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 | 135 | 14,163,044 | 104,911 | 3.6 GB | 1.4 GB | 1h00m | 1h22m | 1h16m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ██████████████████████████████ 6.7M
148
+ 2012 ████████████████████████████░░ 6.4M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████████████░░ 698.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 865.2K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,064,085 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,435,956 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,059,525 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,236,053 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 73,167 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,820,712 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 836,066 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,796,288 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 265,579 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 327,457 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 542,507 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,373 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb49441b48812533574fe9c3ecd7563f4bf13615299200f9a33d45a60c0429e
3
+ size 53601
data/creates/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:480650a840fdb62cee7ed2800e1261ce98b0f83fa5c5ed760d6a805d3f50f8b7
3
+ size 501189
data/deletes/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c380a0822ce02d9da3f8e86702a581d53186ad26ff721fc98e96f9bd42dd9750
3
+ size 25126
data/forks/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:705a84e30affeca6f6b28caff8a013435117847b691d5f9c183b7b500ef61312
3
+ size 111971
data/issue_comments/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5a5b3cf8f3f957320d7509ae853f05c0bfca262c6c65bbdc8177058bace9f1
3
+ size 237033
data/issues/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a868b4e9a6c07909f6e3886cc7012903c00e74ebf792bffd21c92dff5ddfe98
3
+ size 157270
data/public_events/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d297d5b7bc160a9e8524bfc5755d4ce64e44d4b33618f86a425acd40bb90eae
3
+ size 6110
data/pull_requests/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e059431f669af2772319563f6be57c2eafc3f29adfcb33d2d25332b4db5159c7
3
+ size 785044
data/pushes/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2b18c895a1e303d8bf95240c78ff8e69d80d23f140dbf49032008afffcc7c9e
3
+ size 9738891
data/stars/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd46e26205502c7db011071c55383bef4adbb6126a4f54eda4c00814c0a5f95
3
+ size 242347
data/wiki_pages/2012/06/20.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd87607f92c74019bd565f606aa255944f81412ac079e131b20c3add8cd15e5
3
+ size 160266
stats.csv CHANGED
@@ -375,4 +375,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
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,0.0
 
 
375
  2012-06-16,82068,301,39654,3377,5048,1736,0,315,7951,2538,18471,380,0,751,1475,0,71,0,20018905,31.5,6918880,21.7,31.5,29.4
376
  2012-06-17,79673,252,41016,3432,5273,1796,0,401,8494,2663,13592,380,0,883,1434,0,57,0,20702924,30.5,7358425,20.9,30.5,30.7
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,0.0