tamnd commited on
Commit
7633ad1
·
verified ·
1 Parent(s): 483804f

Add 2012-06-23 — 86.0K 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-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
 
@@ -71,22 +71,22 @@ 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,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
@@ -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 █████████░░░░░░░░░░░░░░░░░░░░░ 101.6K
101
  ```
102
 
103
 
@@ -132,13 +132,13 @@ duckdb.sql("""
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
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████████████░ 712.9K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 872.8K
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,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
 
 
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-23** (381 days), totaling **28,588,720 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
 
 
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,713,154 events in 11259 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 359
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 339
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 268
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 238
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 260
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 232
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 270
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 340
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 311
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 378
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 397
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 474
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 548
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 619
 
97
  20:00 ████████████████████████████░░ 304.7K
98
  21:00 ████████████████████████░░░░░░ 264.0K
99
  22:00 █████████████████████████░░░░░ 273.3K
100
+ 23:00 █████████░░░░░░░░░░░░░░░░░░░░░ 103.4K
101
  ```
102
 
103
 
 
132
 
133
  ```
134
  2011 ████████��████████████████████░ 14.1M
135
+ 2012 ██████████████████████████████ 14.5M
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 | 138 | 14,492,576 | 105,018 | 3.7 GB | 1.4 GB | 1h01m | 1h23m | 1h18m |
142
 
143
 
144
  ### Pushes per year
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████████████░ 716.0K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 875.3K
165
  ```
166
 
167
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,218,201 | 46.2% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,453,103 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,083,348 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,246,135 | 4.4% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 75,275 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,852,304 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 851,076 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,860,130 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 267,370 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 330,634 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 547,849 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,674 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b601e38252f0dd9d606c51ca32ddb88d71976802662d396e29a8065ee777ac7a
3
+ size 32359
data/creates/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:506c9690ad2658f9d9ac3ed04efc7d1da2f5ac5495ca46a05185f4977b035551
3
+ size 342114
data/deletes/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0aa715d458abf2521b98969b4056d8598797296b2dc97708ee40f87d9bbaf9
3
+ size 14648
data/forks/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e593453757394fa032f633001341b4495aff950087aca80ca6d6638b7a9e1e5
3
+ size 128707
data/issue_comments/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2b1f1c5c1d40be9b1470c45781e3ada58f24fae75c7baf4a06355da9f2303c
3
+ size 114723
data/issues/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881e2c2f5978fcfad7ed64bd698ee0e2b7a120e0582ab9652c309b60d67a8d5f
3
+ size 82204
data/public_events/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5de418fc983ad73b3227198fa800a6698ab98239561a3aef810c16c80c6fedd3
3
+ size 3982
data/pull_requests/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b2e01dce4c33893384db43ee2999158d112425a759c33679f41a3cf60846d9
3
+ size 423333
data/pushes/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f12d38155c6897765cc47e5af20f921ef8bc548c7cb83aab2544568d8c2720
3
+ size 5593482
data/stars/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6c9b16bc6af8f041f906544e517d0fb76980425c5fd5954f580ed26879847e4
3
+ size 147435
data/wiki_pages/2012/06/23.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e0c3fd6fb1c8276ab59dad49aa4216678f1a70af2ec6c6aaa7c5883f4ab7f2
3
+ size 111340
stats.csv CHANGED
@@ -378,4 +378,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
 
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,38.5
382
+ 2012-06-23,85952,302,39546,3157,5149,2432,0,283,7215,6413,18813,395,0,694,1496,0,57,0,21387134,15.9,6994327,20.5,16.0,0.0