tamnd commited on
Commit
7e46adc
·
verified ·
1 Parent(s): abd73cb

Add 2012-06-26 — 135.4K 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-25** (383 days), totaling **28,810,185 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.5 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,15 +71,15 @@ 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,713,231 events in 11313 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 360
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 343
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 239
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 261
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
@@ -132,20 +132,20 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ████████████████████████████░░ 14.1M
135
- 2012 ██████████████████████████████ 14.7M
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 | 140 | 14,714,041 | 105,100 | 3.8 GB | 1.4 GB | 1h02m | 1h23m | 1h19m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
- 2011 █████████████████████████████ 6.7M
148
- 2012 █████████████████████████████ 6.7M
149
  ```
150
 
151
 
@@ -153,7 +153,7 @@ duckdb.sql("""
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
- 2012 █████████████████████████████░ 727.4K
157
  ```
158
 
159
 
@@ -161,14 +161,14 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 882.0K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
- 2011 ████████████████████████████░ 1.4M
172
  2012 ██████████████████████████████ 1.5M
173
  ```
174
 
@@ -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,325,062 | 46.3% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,464,455 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,099,089 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,252,874 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 76,688 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,874,593 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 858,736 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 4,901,434 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 268,575 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 332,951 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 551,410 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
- | `public_events` | PublicEvent | 25,860 | 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-26** (384 days), totaling **28,945,558 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.5 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,256 events in 11323 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 360
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 344
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 286
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 269
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 240
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 262
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 198
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 233
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
 
132
 
133
  ```
134
  2011 ████████████████████████████░░ 14.1M
135
+ 2012 ██████████████████████████████ 14.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 | 141 | 14,849,414 | 105,314 | 3.8 GB | 1.4 GB | 1h02m | 1h24m | 1h20m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
+ 2011 █████████████████████████████ 6.7M
148
+ 2012 █████████████████████████████ 6.7M
149
  ```
150
 
151
 
 
153
 
154
  ```
155
  2011 ██████████████████████████████ 737.1K
156
+ 2012 █████████████████████████████░ 734.9K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 886.5K
165
  ```
166
 
167
 
168
  ### Stars per year
169
 
170
  ```
171
+ 2011 ████████████████████████████░ 1.4M
172
  2012 ██████████████████████████████ 1.5M
173
  ```
174
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,388,306 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,472,017 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,109,148 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,257,327 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 77,877 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,890,017 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 863,785 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 4,924,839 | 17.0% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 269,314 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 334,189 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 553,801 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.4% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 25,982 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2b428a5b6d922a1ffce52603a435b4ddf7369f65bb850b584bf93a3d399b31
3
+ size 50632
data/creates/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a3c1a788be926f64df7e4d443fe9b5c76f0d4b4871be25c97f25e4d02b375e8
3
+ size 507951
data/deletes/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c87e0343ce5f8799cf664997e56b999b4936f22f80dee599c1462360e02860a5
3
+ size 24948
data/forks/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348ab0dab4cfbfa9fb0f02c9fb72ae950bb647a4c64883d83f7e2090f22e2fbf
3
+ size 122028
data/issue_comments/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fc9f91298af705b349222d7e3361d20edcb191e6b8de3f55ba1a5e58ea979c9
3
+ size 226286
data/issues/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18211ddaa96b89fafb417c391693e56d0cb7aa124b2e1e6345358112c7c9ff2d
3
+ size 160580
data/public_events/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a34b5cb6fffab8de6f407bdbf5091c372d851b71d5f88cbc9cb2202a0dbf5b6c
3
+ size 6046
data/pull_requests/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcabb949208e803fe4609eaf9e1b68e671353b47a20d005de6c723481e3f8c97
3
+ size 793511
data/pushes/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af8366b6cf04eafdba0a9a311339185be08a190a14e95dc943e4159044c88ad4
3
+ size 10016294
data/stars/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fb0a4df95c0797db6f5f4070c156a58ffa0c9c8005c517da5e30a8026fee963
3
+ size 284389
data/wiki_pages/2012/06/26.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d9d787ad304aafa3b2c14424831ed05632aa56bfb418339ad11a298fff3fe8
3
+ size 167797
stats.csv CHANGED
@@ -381,4 +381,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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,29.9
383
  2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.3,8141423,18.2,18.3,31.9
384
- 2012-06-25,130577,575,61844,6680,10203,4413,0,1055,13612,4755,22850,783,0,1513,2192,0,102,0,36116079,17.9,12283798,31.0,17.9,0.0
 
 
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,29.9
383
  2012-06-24,90888,262,45017,4672,5538,2326,0,358,8677,2905,18454,422,0,804,1369,0,84,0,23436575,18.3,8141423,18.2,18.3,31.9
384
+ 2012-06-25,130577,575,61844,6680,10203,4413,0,1055,13612,4755,22850,783,0,1513,2192,0,102,0,36116079,17.9,12283798,31.0,17.9,35.4
385
+ 2012-06-26,135373,498,63244,7562,10059,4453,0,1189,15424,5049,23405,739,0,1238,2391,0,122,0,36890107,20.7,12360462,23.2,20.7,0.0