tamnd commited on
Commit
308298d
·
verified ·
1 Parent(s): e509abd

Add 2014-11-05 — 482.0K 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 **2015-01-03** (1,335 days), totaling **237,615,214 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 77.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 100.4M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
@@ -147,7 +147,7 @@ duckdb.sql("""
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
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 | 291 | 100,379,101 | 344,945 | 39.1 GB | 9.3 GB | 3h23m | 18h54m | 4h22m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████████░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 50.9M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 119,328,342 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,425,013 | 5.6% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 20,774,719 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,712,066 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,360,001 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,126,241 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,400,195 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 29,961,629 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,162,184 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 328,612 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,157,762 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,743,086 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 219,416 | 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-03** (1,336 days), totaling **238,097,197 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 77.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.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
 
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 100.9M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
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 | 292 | 100,861,084 | 345,414 | 39.3 GB | 9.3 GB | 3h24m | 18h55m | 4h23m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████████░░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 51.1M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 119,570,048 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,450,439 | 5.6% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 20,820,951 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,734,989 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,367,655 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,167,759 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,416,182 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 30,020,447 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,170,524 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 329,772 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,161,355 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,748,391 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 219,910 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35a0582a8ddef80b98a9ca120c621bbd8f0e4c9b8e3854cbf60376d23db8b000
3
+ size 125048
data/creates/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca474829d4fa21e5c01897e70467a023d6b6bc9267f94e3a441fcf7cd47e338
3
+ size 4280341
data/deletes/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38b6defa82125cdb9ce2ecf6d0b60b080ced36d054226910a505068a8e0c70ec
3
+ size 240842
data/forks/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:737722b23104cd3112c9fc3d32342a9918e13aa3e7b8edee6fe257a95f4838f5
3
+ size 423219
data/issue_comments/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2dd669fad65f8d08590e9f13bdaf77d660264446121e7f941b9fb4582c6ab2
3
+ size 1156166
data/issues/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f299393613e336e9d19d63e5d6c16c3a8c375e58f4f3646c430cbeb433dc55f
3
+ size 659238
data/public_events/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c77bd670ae09c349ce5151a808eced9cd877276cb2470a6425a126051918bfc
3
+ size 18810
data/pull_requests/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e17a56d10f526556fd6cc17df6a236ae8601659e3742b6932ac88509e2b7923
3
+ size 4027877
data/pushes/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a15f956e0f60734c1b7f91f2ff3654dc524d1ce74bc56cc9f62ab20bb66a4ab
3
+ size 37289172
data/stars/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34463a82f3821caa435e4f3138c4090a26be773d6e9a47689dc418770b55fb0
3
+ size 1823332
data/wiki_pages/2014/11/05.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d10f2a4ad8938e94255e35f57f6cb9c30d1974f573e94516416f7ee0e3c1b6c
3
+ size 290114
stats.csv CHANGED
@@ -1331,6 +1331,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1331
  2014-11-01,298406,1703,163805,15532,21079,11823,0,2354,26143,9741,35997,4333,905,1840,2854,0,297,0,162156406,79.5,32310074,49.5,79.5,30.7
1332
  2014-11-02,347558,1519,189061,18353,26261,13352,0,3212,31605,11700,40194,4967,994,2142,3843,0,355,0,187644119,94.1,36237975,47.1,94.1,87.1
1333
  2014-11-03,467851,2827,235811,24524,43962,22807,0,8559,40930,15888,54053,8501,1194,3293,4993,0,509,0,265276053,118.7,49526280,55.1,118.7,28.0
1334
- 2014-11-04,495701,2642,249445,27384,46952,23460,0,8042,42957,16919,58609,8821,1353,3439,5178,0,500,0,277072004,109.5,50959628,58.8,109.5,0.0
 
1335
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1336
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
1331
  2014-11-01,298406,1703,163805,15532,21079,11823,0,2354,26143,9741,35997,4333,905,1840,2854,0,297,0,162156406,79.5,32310074,49.5,79.5,30.7
1332
  2014-11-02,347558,1519,189061,18353,26261,13352,0,3212,31605,11700,40194,4967,994,2142,3843,0,355,0,187644119,94.1,36237975,47.1,94.1,87.1
1333
  2014-11-03,467851,2827,235811,24524,43962,22807,0,8559,40930,15888,54053,8501,1194,3293,4993,0,509,0,265276053,118.7,49526280,55.1,118.7,28.0
1334
+ 2014-11-04,495701,2642,249445,27384,46952,23460,0,8042,42957,16919,58609,8821,1353,3439,5178,0,500,0,277072004,109.5,50959628,58.8,109.5,24.9
1335
+ 2014-11-05,481983,2827,241706,25426,46232,22923,0,7654,41518,15987,58818,8340,1160,3593,5305,0,494,0,270917924,111.7,50334159,43.9,111.7,0.0
1336
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1337
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0