tamnd commited on
Commit
19454f2
·
verified ·
1 Parent(s): 1c77869

Add 2014-06-11 — 413.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 **2015-01-03** (1,037 days), totaling **174,079,875 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 50.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ████████████████████░░░░░░░░░░ 50.7M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
@@ -143,7 +143,7 @@ duckdb.sql("""
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
- | 2014 | 157 | 50,731,729 | 323,132 | 15.4 GB | 4.6 GB | 1h41m | 8h46m | 2h22m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
- 2014 ████████████████████░░░░░░░░░░ 25.9M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
@@ -175,7 +175,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
- 2014 ██████████████████░░░░░░░░��░░░ 2.7M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -197,7 +197,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
- 2014 ██████████████████████░░░░░░░ 2.2M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
@@ -218,7 +218,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
- 2014 ███████████████████░░░░░░░░░░ 4.6M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
- | `pushes` | PushEvent | 87,404,444 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,701,937 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 15,189,143 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 7,045,301 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,589,894 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 16,311,771 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,257,578 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 21,900,227 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,189,001 | 1.3% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 195,919 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,628,363 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,915,982 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 161,259 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
 
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,038 days), totaling **174,493,201 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 50.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
+ 2014 ████████████████████░░░░░░░░░░ 51.1M
138
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
139
  ```
140
 
 
143
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
144
  | 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
145
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
146
+ | 2014 | 158 | 51,145,055 | 323,702 | 15.5 GB | 4.7 GB | 1h42m | 8h50m | 2h23m |
147
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
148
 
149
 
 
155
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
156
  2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
157
  2013 ██████████████████████████████ 38.1M
158
+ 2014 ████████████████████░░░░░░░░░░ 26.1M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ██████████████████░░░░░░░░░░░ 2.7M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 ██████████████████████░░░░░░░ 2.2M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ███████████████████░░░░░░░░░░ 4.7M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 87,602,468 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,721,055 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 15,226,633 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 7,064,290 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,595,855 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,348,061 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,272,727 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,965,158 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,195,852 | 1.3% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 196,886 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,631,564 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,920,279 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 161,627 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551394a0eaf7f4df70bfe2c30ca73d71eba0081f44bf430ec2b5280990316324
3
+ size 109205
data/creates/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8127c83c68e6466a3321a6e636e6f469a4b829ea4669203ddbf4639634cf397
3
+ size 1945915
data/deletes/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f07180a71c03ad6a65b8b210981c57fd311e3288e049766f11dab6cb20a5a9f9
3
+ size 200605
data/forks/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9432d7aeb25327f5d1758712025bcf09c34f0d6582c5e81a8a09b57fb099a8de
3
+ size 402897
data/issue_comments/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d086ca4b3c21570e8780eeec04d7e800f9420de82b129d0c4476657e89c98ef5
3
+ size 961466
data/issues/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9385cd4fe97bc6cf7ecb8d8d727e1eeb4f7700fbcd5bf685e17e60ddf340bbb6
3
+ size 493663
data/public_events/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92866c73a9684683f5aa50b3794a7d71cb4fc84893e22cba49f475c80ff28272
3
+ size 14961
data/pull_requests/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb5060895f66c19292706b908f1885b0629882f02e4238f6c8963294be7854f0
3
+ size 3287207
data/pushes/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e24c28e49c4ea5646b8335d9bfd18eb61cdd1d4d2e62d950a2bbda4195c960a5
3
+ size 31679734
data/stars/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:832e82d8b03407a535b1425ce13fb3b89710b35edf3cb77ae57c11e2513ee852
3
+ size 790019
data/wiki_pages/2014/06/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3890756036285a144c9b5e1957353a38144b5be160cb59957bb54646e0f85aa
3
+ size 291485
stats.csv CHANGED
@@ -1033,6 +1033,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1033
  2014-06-07,228855,1329,124445,10539,15797,8473,0,1789,21638,9124,27776,3314,518,1722,2178,0,213,0,72638845,127.2,22443441,43.5,127.2,47.4
1034
  2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,58.4
1035
  2014-06-09,372150,1710,187955,17791,34058,17011,0,6229,35084,14076,42413,7270,753,3432,3958,0,410,0,133600249,229.0,38276170,45.6,229.0,47.9
1036
- 2014-06-10,400717,1738,200567,19534,37328,18715,0,7161,39101,15414,44684,7385,944,3496,4281,0,369,0,144124985,268.5,40691408,51.1,268.5,0.0
 
1037
  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
1038
  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
 
1033
  2014-06-07,228855,1329,124445,10539,15797,8473,0,1789,21638,9124,27776,3314,518,1722,2178,0,213,0,72638845,127.2,22443441,43.5,127.2,47.4
1034
  2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,58.4
1035
  2014-06-09,372150,1710,187955,17791,34058,17011,0,6229,35084,14076,42413,7270,753,3432,3958,0,410,0,133600249,229.0,38276170,45.6,229.0,47.9
1036
+ 2014-06-10,400717,1738,200567,19534,37328,18715,0,7161,39101,15414,44684,7385,944,3496,4281,0,369,0,144124985,268.5,40691408,51.1,268.5,44.4
1037
+ 2014-06-11,413326,1690,198024,19118,37490,18989,0,5961,36290,15149,64931,6851,967,3201,4297,0,368,0,142249064,271.2,40177157,48.3,271.2,0.0
1038
  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
1039
  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