tamnd commited on
Commit
86f53a1
·
verified ·
1 Parent(s): 7cf55f6

Add 2012-06-21 — 129.8K events, 11 files

Browse files
README.md CHANGED
@@ -61,7 +61,7 @@ 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-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
 
@@ -71,18 +71,18 @@ 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,704,473 events in 11197 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 357
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 338
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
@@ -90,14 +90,14 @@ Events from today are captured in near-real-time from the GitHub Events API and
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
 
@@ -132,20 +132,20 @@ duckdb.sql("""
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,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 ████████████████████████████░░ 698.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 865.2K
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,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
 
 
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
 
 
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
 
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 472
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 851
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 ████████░░░░░░░░░░░░░░░░░░░░░ 97.4K
101
  ```
102
 
103
 
 
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
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 ████████████████████████████░░ 706.3K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 869.4K
165
  ```
166
 
167
 
 
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
 
data/commit_comments/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:695c2abc18573a022b6d170df81ecf90c7ed891498251e27e7519e8e920e6b70
3
+ size 53810
data/creates/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf47ebdbef7f4546131704faf4e658c0aafe72e54cef7179d40ab8126f4afcba
3
+ size 497832
data/deletes/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1a011740a1784ce5c6f64a87aa6417de8f9d0b6010da1e83588d8fff9ac4214
3
+ size 26119
data/forks/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee9172bc33d27decd87c1b13973886d0d40d7fd11bb96af70a72d3c8c7f8e48b
3
+ size 113479
data/issue_comments/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd75eefc1b8ae649ee2b1f3474a131f53c693fa4e4060adaf1ea85c8f3a8935e
3
+ size 214154
data/issues/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08875e6e2a2e0f6404e3533322903fd5e0c1478a071bbda23537b2377abb3be
3
+ size 153275
data/public_events/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081608b205571aef00f2fdab21fd0c0b558b833600541f4ecc787d0416cd06a2
3
+ size 5618
data/pull_requests/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba65549aecba22aa61cf5c65de26fca76ddba5e801a6f2813e30d5a475cd902
3
+ size 765004
data/pushes/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90bf9301ff85af2a5ed9a5669f3d546b6a482f4b0efb6343d79f6c6a911b0d00
3
+ size 9412460
data/stars/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f3172b4ac79ccc93f74335c9ae6d9c423a85d8db001fa3243cbd4bab4963d5
3
+ size 250439
data/wiki_pages/2012/06/21.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03590c8acabef9e56253ac6bca66500ba52070d204a41761e48b1ade9ad61f17
3
+ size 142481
stats.csv CHANGED
@@ -376,4 +376,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,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