tamnd commited on
Commit
1c882dd
·
verified ·
1 Parent(s): b1eb21d

Add 2014-08-29 — 355.7K 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,260 days), totaling **210,270,092 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 63.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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
 
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ████████████████░░░░░░░░░░░░░░ 42.1M
138
  2013 █████████████████████████████░ 74.5M
139
- 2014 ██████████████████████████████ 75.1M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
- | 2012 | 363 | 42,138,607 | 116,084 | 11.3 GB | 400.8 MB | 1h23m | 2h43m | 45m04s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 228 | 75,103,741 | 329,402 | 25.9 GB | 6.9 GB | 2h30m | 14h44m | 3h29m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -155,9 +155,9 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 ████████████████░░░░░░░░░░░░░░ 20.4M
159
- 2013 █████████████████████████████ 38.1M
160
- 2014 █████████████████████████████ 38.1M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.3M
181
- 2014 ███████████████████████████░░ 4.0M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -222,8 +222,8 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 █████████████████░░░░░░░░░░░░░ 4.0M
225
- 2013 █████████████████████████████ 7.0M
226
- 2014 █████████████████████████████ 6.9M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 105,481,946 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,667,712 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,326,485 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,507,946 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,983,790 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,766,591 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,503,353 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,710,747 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,726,898 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 262,374 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,958,519 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,409,701 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 193,524 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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,264 days), totaling **211,024,705 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 63.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.4 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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ████████████████░░░░░░░░░░░░░░ 42.5M
138
  2013 █████████████████████████████░ 74.5M
139
+ 2014 ██████████████████████████████ 75.5M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
+ | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 386.2 MB | 1h24m | 2h44m | 44m59s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 229 | 75,459,444 | 329,517 | 26.0 GB | 6.9 GB | 2h31m | 14h50m | 3h30m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 ████████████████░░░░░░░░░░░░░░ 20.6M
159
+ 2013 █████████████████████████████ 38.1M
160
+ 2014 █████████████████████████████ 38.2M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
  2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.3M
181
+ 2014 ███████████████████████████░░ 4.0M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
  2012 █████████████████░░░░░░░░░░░░░ 4.0M
225
+ 2013 █████████████████████████████ 7.0M
226
+ 2014 █████████████████████████████ 7.0M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
228
  ```
229
 
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 105,877,154 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,706,835 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,391,035 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,538,093 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,991,811 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,836,941 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,529,809 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,797,144 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,736,041 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 263,420 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,965,372 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,422,268 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 194,144 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c10a80cdbe4be3c9a428bbba992d9532221be1c15f5ad73c3f7e444cb041d0e9
3
+ size 88153
data/creates/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b66d44a52c74655cd8656fc9b62a405f77eb55812b2c2e946df2f5887fc72e4
3
+ size 1605223
data/deletes/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aec2d8f2078f1748affa0b7f6cf957a78fa5608eaeecb43fcf8566d935477bde
3
+ size 182758
data/forks/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3d47d293dfaf753d26fcf07c35f916e551efc98a673a541be56d0bc758d93fc
3
+ size 303504
data/issue_comments/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b037d651c129e5b9c523a64484c32413bb7837668a673d3f13f30338f05bed8
3
+ size 814506
data/issues/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64b371ea6bd683f8ff6967ed7de5f20f350121ad58cf6e028022fb053bbe46ae
3
+ size 480493
data/public_events/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551bd5470a50103ab75b465411783b293c3e2f61f131fa49b86880c9aaa0dad0
3
+ size 12648
data/pull_requests/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e52d43c9d215ba519edb4ccda0b2fe6a5c43821958c05495b830a81024d4f9de
3
+ size 3054162
data/pushes/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b61a42a83abc1217be285301c7dbdb320a9a69a11d435c9dcfc2b4515bdabc6d
3
+ size 28364283
data/stars/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11c2eca7f38e20fe434ececea3e70e2488a04aca71bf7e4eb6deabff858e9b8c
3
+ size 1428704
data/wiki_pages/2014/08/29.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a0b49d8c37c56a61096388318873abf66598825135159d971707bbcd2ec29e3
3
+ size 285408
stats.csv CHANGED
@@ -667,11 +667,11 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
667
  2012-12-08,105323,711,57575,5031,7492,3059,0,626,9776,4201,12664,789,0,1230,2088,0,81,0,33918574,24.6,457658,6.8,24.6,0.0
668
  2012-12-09,120770,704,66918,5628,8142,3317,0,661,11958,4670,14006,752,0,1406,2504,0,104,0,38671460,27.3,551903,6.1,27.3,0.0
669
  2012-12-10,172817,1233,89045,10289,14965,6363,0,1270,15725,6661,19986,1310,0,1827,4008,0,135,0,57851608,42.9,694785,9.0,42.9,0.0
670
- 2012-12-11,176115,1089,89390,11325,16203,6554,0,1602,16552,7005,19475,1345,0,1919,3491,0,165,0,58596755,93.2,17746100,1.2,93.2,41.7
671
- 2012-12-12,173202,1166,87973,9939,15978,6705,0,1702,15840,6921,19932,1313,0,2286,3283,0,164,0,57796300,94.9,17139312,9.3,94.9,32.8
672
- 2012-12-13,166849,1104,88184,8295,14239,6512,0,1585,15136,6540,18719,1257,0,1881,3243,0,154,0,56169671,94.0,16799807,21.9,94.0,41.0
673
  2012-12-14,143820,942,77552,7211,11943,5174,0,1157,12729,5547,16160,1044,0,1330,2899,0,132,0,47784689,79.1,15001157,20.8,79.1,46.7
674
- 2012-12-15,103523,592,55206,5668,9154,2778,0,544,9306,4197,12391,603,0,912,2095,0,77,0,31913346,54.8,10233679,20.9,54.8,34.3
675
  2012-12-16,119002,631,64433,5772,10096,3143,0,634,11039,4631,14266,778,0,1057,2419,0,103,0,36440566,66.6,11848322,27.7,66.7,40.3
676
  2012-12-17,165009,999,84933,8792,15330,6057,0,1361,14538,6640,19766,1286,0,1903,3241,0,163,0,54147890,100.5,16746063,26.4,100.5,54.4
677
  2012-12-18,161470,1074,84403,8206,14054,6153,0,1479,14299,6356,18752,1368,0,1888,3280,0,158,0,54582797,101.1,16638043,37.3,101.1,34.1
@@ -1259,6 +1259,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1259
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1260
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1261
  2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,59.4
1262
- 2014-08-28,420524,1708,201172,29961,47054,20582,0,6758,37288,13673,46260,7137,1194,2928,4434,0,375,0,239650160,464.0,41973885,53.9,464.0,0.0
 
1263
  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
1264
  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
 
667
  2012-12-08,105323,711,57575,5031,7492,3059,0,626,9776,4201,12664,789,0,1230,2088,0,81,0,33918574,24.6,457658,6.8,24.6,0.0
668
  2012-12-09,120770,704,66918,5628,8142,3317,0,661,11958,4670,14006,752,0,1406,2504,0,104,0,38671460,27.3,551903,6.1,27.3,0.0
669
  2012-12-10,172817,1233,89045,10289,14965,6363,0,1270,15725,6661,19986,1310,0,1827,4008,0,135,0,57851608,42.9,694785,9.0,42.9,0.0
670
+ 2012-12-11,176115,1089,89390,11325,16203,6554,0,1602,16552,7005,19475,1345,0,1919,3491,0,165,0,58596755,44.7,734937,7.9,44.7,0.0
671
+ 2012-12-12,173202,1166,87973,9939,15978,6705,0,1702,15840,6921,19932,1313,0,2286,3283,0,164,0,57796300,41.0,713116,12.1,41.0,0.0
672
+ 2012-12-13,166849,1104,88184,8295,14239,6512,0,1585,15136,6540,18719,1257,0,1881,3243,0,154,0,56169671,37.8,683229,17.7,37.8,0.0
673
  2012-12-14,143820,942,77552,7211,11943,5174,0,1157,12729,5547,16160,1044,0,1330,2899,0,132,0,47784689,79.1,15001157,20.8,79.1,46.7
674
+ 2012-12-15,103523,592,55206,5668,9154,2778,0,544,9306,4197,12391,603,0,912,2095,0,77,0,31913346,18.9,446468,9.3,18.9,0.0
675
  2012-12-16,119002,631,64433,5772,10096,3143,0,634,11039,4631,14266,778,0,1057,2419,0,103,0,36440566,66.6,11848322,27.7,66.7,40.3
676
  2012-12-17,165009,999,84933,8792,15330,6057,0,1361,14538,6640,19766,1286,0,1903,3241,0,163,0,54147890,100.5,16746063,26.4,100.5,54.4
677
  2012-12-18,161470,1074,84403,8206,14054,6153,0,1479,14299,6356,18752,1368,0,1888,3280,0,158,0,54582797,101.1,16638043,37.3,101.1,34.1
 
1259
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1260
  2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1261
  2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,59.4
1262
+ 2014-08-28,420524,1708,201172,29961,47054,20582,0,6758,37288,13673,46260,7137,1194,2928,4434,0,375,0,239650160,464.0,41973885,53.9,464.0,51.4
1263
+ 2014-08-29,355703,1484,181670,18175,33951,17408,0,5464,32891,10924,39741,6292,1046,2390,3967,0,300,0,208205508,384.4,36619842,48.0,384.4,0.0
1264
  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
1265
  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