tamnd commited on
Commit
a6104cb
·
verified ·
1 Parent(s): 9c0b2e9

Add 2015-01-14 — 530.8K 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-01-13** (1,400 days), totaling **265,282,754 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 91.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.0M
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 | 10 | 3,977,076 | 397,707 | 1.4 GB | 678.1 MB | 4m58s | 15m25s | 7m08s |
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.0M
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 197.9K
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188.8K
208
  ```
209
 
210
 
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 383.3K
230
  ```
231
 
232
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 133,248,223 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,277,370 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,212,216 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,958,537 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,762,556 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,551,022 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,301,285 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 33,245,707 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,646,752 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 406,897 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,345,831 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,032,576 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 150,292 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 246,413 | 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-01-14** (1,401 days), totaling **265,813,603 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 91.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.5M
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 | 11 | 4,507,925 | 409,811 | 1.6 GB | 770.6 MB | 5m36s | 17m29s | 8m53s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.3M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225.3K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216.3K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 432.1K
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 133,509,352 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,304,840 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 23,265,996 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,986,013 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,772,144 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,599,844 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,319,757 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 33,305,914 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,656,452 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 408,530 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,349,518 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,038,056 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 153,143 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 246,967 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcdbba9e828ed5f6a497fb55e22c05df17a73edf5d0e1946715b8ca4bb829c16
3
+ size 468828
data/creates/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4466b06183946f324623917af0513f13fe22fa7cffb41e61bf3e55b17c665c7c
3
+ size 2497254
data/deletes/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faad07d6e9b9872fe0efe11e4b92240291711934ced92d54a99f65eb5be80f4
3
+ size 343234
data/forks/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e966f0c5c4fe53f039e1ed2c3449c0f30a2e021b60ce9a31b1bb5cbe7bbb524
3
+ size 1919044
data/issue_comments/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd918381ac04ec181376c9c529fde2f8ec03bf98ea0148d7fd35847bca8a5618
3
+ size 9774495
data/issues/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf23587e77c60ad520f2d03dc9474d9b615b6371c1cab37633a11f3330cbed7
3
+ size 6729379
data/members/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d2e02f850e54df321c32740c56a61a083a9981e68bcc1724c80bc6e0f9e3c83
3
+ size 109841
data/pr_review_comments/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e9af07872d805fcf691b48ad26e8a46912be75dc9d80922c40e42f502778ca
3
+ size 3330003
data/public_events/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fbc3f4aa5d99d88ea315c221171b0709bb36c2c9f3cda5b3813bf623e459187
3
+ size 23644
data/pull_requests/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9098bf31b6a89b6c0c57b83bca57b65a76066a899a08a807e953a9ee979e47
3
+ size 4914654
data/pushes/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d6dd203e3e586ea8e8363c763fd4ebb250442d501875adc5a32c130bb933bf
3
+ size 64680195
data/releases/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3498ea8214be967994fbf7e465a62d6d2d7c78c28fef9744b97b9d76aebb5083
3
+ size 237004
data/stars/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb1127ae519b88f43158734268b1eb97dc62486f7a14db7d4830cd7c4d4d1195
3
+ size 1687819
data/wiki_pages/2015/01/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a46ef474815b16395bae5caeb8e94fd4626f1a37013adb2e0507feb6cdacd619
3
+ size 316371
stats.csv CHANGED
@@ -1398,4 +1398,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1398
  2015-01-09,435155,0,215848,21394,44137,22267,0,7482,40728,15825,48461,7642,1319,3273,4411,1924,444,0,169420959,95.8,79617760,35.8,95.8,73.9
1399
  2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,60.8
1400
  2015-01-11,336486,0,183180,15278,26628,13728,0,3134,30670,11471,38849,5315,1080,2021,3643,1159,330,0,114344032,66.6,58814934,46.7,66.6,0.0
1401
- 2015-01-13,526997,0,257471,26927,54008,26652,0,9223,49524,18202,61245,9507,1698,3930,5376,2605,629,0,203827875,121.9,95158848,18.5,121.9,0.0
 
 
1398
  2015-01-09,435155,0,215848,21394,44137,22267,0,7482,40728,15825,48461,7642,1319,3273,4411,1924,444,0,169420959,95.8,79617760,35.8,95.8,73.9
1399
  2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,60.8
1400
  2015-01-11,336486,0,183180,15278,26628,13728,0,3134,30670,11471,38849,5315,1080,2021,3643,1159,330,0,114344032,66.6,58814934,46.7,66.6,0.0
1401
+ 2015-01-13,526997,0,257471,26927,54008,26652,0,9223,49524,18202,61245,9507,1698,3930,5376,2605,629,0,203827875,121.9,95158848,18.5,121.9,104.7
1402
+ 2015-01-14,530849,0,261129,27470,53780,27476,0,9588,48822,18472,60207,9700,1633,3687,5480,2851,554,0,208106259,123.7,97031765,38.0,123.7,0.0