tamnd commited on
Commit
15f83f1
·
verified ·
1 Parent(s): 0208f62

Add 2012-07-10 — 140.3K 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-07-09** (388 days), totaling **29,471,266 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.7 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,26 +71,26 @@ 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,760,486 events in 11581 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 289
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 273
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 263
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 344
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 317
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 481
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 879
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
@@ -132,28 +132,28 @@ duckdb.sql("""
132
 
133
  ```
134
  2011 ███████████████████████████░░░ 14.1M
135
- 2012 ██████████████████████████████ 15.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 | 145 | 15,375,122 | 106,035 | 3.9 GB | 1.5 GB | 1h04m | 1h26m | 1h21m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████████░░ 6.7M
148
- 2012 ██████████████████████████████ 7.0M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
- 2011 ███████████████████████████░░ 737.1K
156
- 2012 ██████████████████████████████ 777.1K
157
  ```
158
 
159
 
@@ -161,7 +161,7 @@ duckdb.sql("""
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
- 2012 ██████████████████████████████ 903.6K
165
  ```
166
 
167
 
@@ -169,7 +169,7 @@ duckdb.sql("""
169
 
170
  ```
171
  2011 ███████████████████████████░░░ 1.4M
172
- 2012 ██████████████████████████████ 1.5M
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,626,986 | 46.2% | Git pushes with commits |
557
- | `issues` | IssuesEvent | 1,514,178 | 5.1% | Issue lifecycle events |
558
- | `issue_comments` | IssueCommentEvent | 2,160,855 | 7.3% | Comments on issues/PRs |
559
- | `pull_requests` | PullRequestEvent | 1,274,492 | 4.3% | PR lifecycle events |
560
- | `pr_review_comments` | PullRequestReviewCommentEvent | 82,131 | 0.3% | Line-level PR comments |
561
- | `stars` | WatchEvent | 2,940,623 | 10.0% | Repository stars |
562
- | `forks` | ForkEvent | 880,949 | 3.0% | Repository forks |
563
- | `creates` | CreateEvent | 5,005,894 | 17.0% | Branch/tag/repo creation |
564
- | `deletes` | DeleteEvent | 272,353 | 0.9% | Branch/tag deletion |
565
- | `commit_comments` | CommitCommentEvent | 339,739 | 1.2% | Comments on commits |
566
- | `wiki_pages` | GollumEvent | 562,896 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
- | `public_events` | PublicEvent | 26,438 | 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-07-11** (390 days), totaling **29,740,488 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.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 2.9 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,760,533 events in 11606 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 373
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 347
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 245
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 264
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 202
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 235
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 278
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 345
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 318
88
+ 11:00 █░░��░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 402
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 481
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 570
92
  15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 628
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 885
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 121.0K
95
  18:00 ██████████████████████████████ 323.9K
96
  19:00 █████████████████████████████░ 316.6K
 
132
 
133
  ```
134
  2011 ███████████████████████████░░░ 14.1M
135
+ 2012 ██████████████████████████████ 15.6M
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 | 147 | 15,644,344 | 106,424 | 4.0 GB | 1.5 GB | 1h05m | 1h28m | 1h22m |
142
 
143
 
144
  ### Pushes per year
145
 
146
  ```
147
  2011 ████████████████████████████░░ 6.7M
148
+ 2012 ██████████████████████████████ 7.1M
149
  ```
150
 
151
 
152
  ### Issues per year
153
 
154
  ```
155
+ 2011 ███████████████████████████░░ 737.1K
156
+ 2012 ██████████████████████████████ 792.6K
157
  ```
158
 
159
 
 
161
 
162
  ```
163
  2011 ████████████░░░░░░░░░░░░░░░░░░ 370.9K
164
+ 2012 ██████████████████████████████ 913.1K
165
  ```
166
 
167
 
 
169
 
170
  ```
171
  2011 ███████████████████████████░░░ 1.4M
172
+ 2012 ██████████████████████████████ 1.6M
173
  ```
174
 
175
 
 
553
 
554
  | Table | GitHub Event | Events | % | Description |
555
  |-------|-------------|-------:|---:|-------------|
556
+ | `pushes` | PushEvent | 13,759,776 | 46.3% | Git pushes with commits |
557
+ | `issues` | IssuesEvent | 1,529,711 | 5.1% | Issue lifecycle events |
558
+ | `issue_comments` | IssueCommentEvent | 2,184,725 | 7.3% | Comments on issues/PRs |
559
+ | `pull_requests` | PullRequestEvent | 1,283,980 | 4.3% | PR lifecycle events |
560
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 84,440 | 0.3% | Line-level PR comments |
561
+ | `stars` | WatchEvent | 2,968,443 | 10.0% | Repository stars |
562
+ | `forks` | ForkEvent | 890,588 | 3.0% | Repository forks |
563
+ | `creates` | CreateEvent | 5,039,767 | 16.9% | Branch/tag/repo creation |
564
+ | `deletes` | DeleteEvent | 274,231 | 0.9% | Branch/tag deletion |
565
+ | `commit_comments` | CommitCommentEvent | 342,912 | 1.2% | Comments on commits |
566
+ | `wiki_pages` | GollumEvent | 568,303 | 1.9% | Wiki page edits |
567
  | `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
568
+ | `public_events` | PublicEvent | 26,732 | 0.1% | Repo made public |
569
 
570
  ## How it's built
571
 
data/commit_comments/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679b2c7006d0e37fd455c984e18e04d2d6d957693b4d61f91c5f69c0a6b62bbf
3
+ size 53825
data/creates/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8adc8f2b9b79cbb3264b8224e4e626c2e20d8caeae2c4655c9c01ffae7810a5
3
+ size 557860
data/deletes/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc8165476d40057ac3822464449ac446cbbfa84ad026f99102681248ce4b151
3
+ size 29117
data/forks/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e47b24e46e44060ca016de99f716ba7a69f22938887a334c0ea64867626fe91
3
+ size 138249
data/issue_comments/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a661ad06b74274daf222951c8b19df5b541278335b282910ad9a6735edd4f816
3
+ size 254376
data/issues/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e5ad204e9ebdd2f58cb1750992826012fc0bcc144c05e4a4bc03689a980c4b
3
+ size 176818
data/public_events/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1c8861f5830759df6feccafcd3d7ac9a3dae996e83bc78e5bbbc7f17010d25e
3
+ size 6587
data/pull_requests/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61806e2a10177065660830d082ef5e7a121a29b477a7791d7bd1915ba1807f5f
3
+ size 846039
data/pushes/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a28745dbbe458318fe89c6960e8c5f36a8fc2231a12d04766cbdded33881386f
3
+ size 10338956
data/stars/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f381640d2d1f70167681cdd0b6be7951d57aff5971ca739ac2b3437d9fce51d
3
+ size 281949
data/wiki_pages/2012/07/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f2f9284bb2859696d9ab682391f13e0064fcc1746f0f9d10f26225855da482
3
+ size 197778
stats.csv CHANGED
@@ -386,4 +386,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
386
  2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
387
  2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,22.1
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
389
- 2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,0.0
 
 
 
386
  2012-06-27,127384,556,61550,9475,10339,4560,0,1268,12925,4455,17410,816,0,1318,2578,0,134,0,35926118,26.4,11919403,31.7,26.4,21.7
387
  2012-06-28,138567,522,59436,15584,14027,4387,0,1131,12635,4234,22119,823,0,1269,2291,0,109,0,34858166,28.2,11485982,36.4,28.2,22.1
388
  2012-06-29,124141,414,52512,9443,16452,3714,0,841,10987,3878,22038,673,0,1347,1722,0,120,0,30791085,26.8,10432929,36.7,26.8,21.0
389
+ 2012-07-09,135616,3284,65182,7659,10889,4504,0,1014,14059,4597,19488,727,0,1616,2504,0,93,0,38006553,62.3,12478273,5.5,62.3,49.9
390
+ 2012-07-10,140271,1795,67414,8845,12986,4773,0,1092,14546,4967,18307,998,0,1624,2785,0,139,0,39546302,66.7,12881554,20.1,66.7,0.0
391
+ 2012-07-11,128951,1353,65376,6688,10884,4715,0,1217,13274,4672,15566,880,0,1549,2622,0,155,0,38411009,62.0,12937648,22.3,62.0,0.0