tamnd commited on
Commit
2aa625c
·
verified ·
1 Parent(s): 71bb1f4

Add 2015-02-10 — 567.0K events, 14 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 **2015-02-09** (1,427 days), totaling **278,362,069 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 96.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.1M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
  | 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 37 | 17,056,391 | 460,983 | 5.9 GB | 2.8 GB | 27m34s | 1h01m | 42m10s |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.6M
164
  ```
165
 
166
 
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
- 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 846.8K
185
  ```
186
 
187
 
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 828.6K
208
  ```
209
 
210
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 139,803,055 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,926,273 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,443,142 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,598,347 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,961,205 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,756,070 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,756,428 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 34,797,309 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,890,442 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 446,599 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,433,150 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,172,298 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 220,413 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 260,261 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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 **2015-02-10** (1,428 days), totaling **278,929,059 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 96.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.0 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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.6M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
  | 2014 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
+ | 2015 | 38 | 17,623,381 | 463,773 | 6.1 GB | 2.9 GB | 28m19s | 1h03m | 44m27s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.8M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 875.5K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 857.4K
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 140,084,025 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,955,020 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,499,980 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,627,192 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,970,961 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,808,733 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,775,185 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 34,861,677 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,901,332 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 448,404 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,437,022 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,177,812 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 223,849 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 260,790 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2182aa590adc49d79d14490db12ed4bb769fe6fbccbf723592b2edc1970f4b
3
+ size 506223
data/creates/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a20e2b21df89929af3f9e3609b974007110acdd1e3f30ce53e72175aad2d360
3
+ size 2676745
data/deletes/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f181da41a4206c42e42b1808051d653834f88f088e5b294948b18041796c7476
3
+ size 382877
data/forks/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a4f007ca5a5e2b7e0fbac1e4119ad18684dd470e6d57731a44c8b390c4923f
3
+ size 1989859
data/issue_comments/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96662ca97c2fe5e9d088a14ccce01c54dac3e5b2982e897de92136ff0cc2f926
3
+ size 10372481
data/issues/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1102f3d467f61835e424670a536df41f2e5439f74c2be09cba332e90b9c8e1b0
3
+ size 6922083
data/members/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5333be0bd9942f66b7faf69f200820e613c9f71e3b15d0cc1ad8ed98e334e77
3
+ size 128064
data/pr_review_comments/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9321dadce13ac5ca19ec6144c2e5958fac2bb5e2406f769ea16cdd635fe72097
3
+ size 3299151
data/public_events/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad162caa524efb1ad8fd180e0ed139817e610dd272bb7860080edfc5405d759
3
+ size 22648
data/pull_requests/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f96af9821bb3bd2a9470d2b246579c22cd3d9db99104e6e98bc3e6e600551a86
3
+ size 5255334
data/pushes/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a107ec8d37ead7d48fd4e09b5be257f08b79252b432e87059b2bd336c554d1d
3
+ size 67390095
data/releases/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5c05d81c7902eedf5b4b3cb5655da84807c70baa373a6d55db7f3608a0f347
3
+ size 243548
data/stars/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:523556f5544faed6ec9037efd4a525258d3cef8ac121d8a27751b76e68c30c65
3
+ size 1733171
data/wiki_pages/2015/02/10.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c41527b303044f9b7fe02d806cefc5d889b453f64492a7d2fff9c8b53cde833
3
+ size 342734
stats.csv CHANGED
@@ -1425,4 +1425,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1425
  2015-02-06,538218,0,268436,26601,51693,27943,0,8890,47949,18876,63033,10548,1545,3843,5320,2989,552,0,206370337,125.9,97030815,77.3,125.9,149.5
1426
  2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,68.7
1427
  2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
1428
- 2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,0.0
 
 
1425
  2015-02-06,538218,0,268436,26601,51693,27943,0,8890,47949,18876,63033,10548,1545,3843,5320,2989,552,0,206370337,125.9,97030815,77.3,125.9,149.5
1426
  2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,68.7
1427
  2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
1428
+ 2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,137.1
1429
+ 2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,0.0