tamnd commited on
Commit
a770323
·
verified ·
1 Parent(s): ed96a80

Add 2014-05-16 — 345.9K 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,012 days), totaling **165,334,263 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 47.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.5 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 ████████████████░░░░░░░░░░░░░ 42.0M
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 | 132 | 41,986,117 | 318,076 | 12.7 GB | 3.8 GB | 1h26m | 7h17m | 2h04m |
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 ████████████████░░░░░░░░░░░░░ 21.4M
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.2M
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 ██████████████████░░░░░░░░░░░ 1.8M
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 ████████████████░░░░░░░░░░░░░ 3.9M
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 | 82,954,055 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,225,954 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 14,392,239 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 6,662,453 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,473,148 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 15,542,707 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 5,937,343 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 20,903,918 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 1,991,197 | 1.2% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 174,497 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,558,737 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,816,521 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 153,184 | 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,015 days), totaling **166,200,114 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 47.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.6 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 ████████████████░░░░░░░░░░░░░ 42.9M
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 | 135 | 42,851,968 | 317,421 | 13.0 GB | 3.9 GB | 1h28m | 7h27m | 2h05m |
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 ████████████████░░░░░░░░░░░░░ 21.9M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 ███████████████░░░░░░░░░░░░░░ 2.3M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
197
  2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
198
  2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
199
  2013 ██████████████████████████████ 2.9M
200
+ 2014 ██████████████████░░░░░░░░░░░ 1.9M
201
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
202
  ```
203
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ████████████████░░░░░░░░░░░░░ 3.9M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 83,411,703 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,268,980 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,466,482 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,696,922 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,482,973 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 15,620,904 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 5,969,007 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,003,803 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,004,763 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 176,809 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,565,230 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,826,081 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 154,018 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f2a39d4858d052074c2a262cc8954c292bbeec0a756af24a42d3d3bba0934e5
3
+ size 95471
data/creates/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6ee5301ef3d70e698682d3f10d22764e3583b7dd02b07c534b2d25b5188c3ac
3
+ size 1411894
data/deletes/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1dcade43b1c73bcb9ff25716ba6cc7cad36252102cbadcbe42a1b630ec3e756
3
+ size 177175
data/forks/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143be756a147e0dae0ca0091d5c44433edc6317cb98dc465434a9ce7941e61ed
3
+ size 327038
data/issue_comments/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d884d75c6eb55d7844d09ccb69ea3b6b5ce67a0101fe04b052ab62fa13bb9c
3
+ size 764349
data/issues/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40897a3ccbcec1d02ce139e3bfbbde008d8e64ca68025b4976cf69537f3f7393
3
+ size 444621
data/public_events/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fc3be172fbb0bb180e4051f43fb033d639ca164ab7cf263da05915195bc2119
3
+ size 13773
data/pull_requests/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fc248e60feda54403a5e86726aa0955d681c02187a92a905953a45b1027231
3
+ size 2781073
data/pushes/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff12e063f3d58d1fbeef85938ac340ca7c2a51cc50cdecdca4a692b9ec5366ff
3
+ size 28108290
data/stars/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4997e0b30cdd90e88b77f881b93a7a6c55b6d42af0840f655e7696ab0c4fdb95
3
+ size 678202
data/wiki_pages/2014/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28a19b45b02c1a7a84b588d656992eac079b67594f95a0821c2bb425e7ee7651
3
+ size 275718
stats.csv CHANGED
@@ -1008,6 +1008,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1008
  2014-05-12,400110,2081,204307,18942,37191,18393,0,5947,37361,14533,45519,6643,975,3499,4329,0,390,0,134062015,232.8,40387176,36.1,232.8,51.7
1009
  2014-05-13,408559,2147,205771,20520,37274,18325,0,6127,38353,15076,49215,6506,881,3542,4357,0,465,0,134633880,241.4,40375737,51.9,241.4,52.5
1010
  2014-05-14,394769,1964,200396,20175,36996,17658,0,6063,37308,14835,44087,6393,965,3257,4308,0,364,0,131117427,230.4,39045591,41.5,230.4,125.5
1011
- 2014-05-15,393259,1782,204783,18677,35475,18071,0,6046,35027,14083,43425,6733,1021,3164,4607,0,365,0,130968797,226.5,39860521,48.8,226.5,0.0
 
 
 
1012
  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
1013
  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
 
1008
  2014-05-12,400110,2081,204307,18942,37191,18393,0,5947,37361,14533,45519,6643,975,3499,4329,0,390,0,134062015,232.8,40387176,36.1,232.8,51.7
1009
  2014-05-13,408559,2147,205771,20520,37274,18325,0,6127,38353,15076,49215,6506,881,3542,4357,0,465,0,134633880,241.4,40375737,51.9,241.4,52.5
1010
  2014-05-14,394769,1964,200396,20175,36996,17658,0,6063,37308,14835,44087,6393,965,3257,4308,0,364,0,131117427,230.4,39045591,41.5,230.4,125.5
1011
+ 2014-05-15,393259,1782,204783,18677,35475,18071,0,6046,35027,14083,43425,6733,1021,3164,4607,0,365,0,130968797,226.5,39860521,48.8,226.5,44.8
1012
+ 2014-05-16,345905,1722,176970,17270,31216,16348,0,5396,30464,12314,40177,6215,944,2741,3785,0,343,0,115202631,238.5,35077604,40.7,238.5,0.0
1013
+ 2014-05-17,244963,1236,129907,12455,22749,8670,0,2252,21879,9015,27904,3302,719,1897,2730,0,248,0,73890389,156.3,23481381,27.4,156.3,0.0
1014
+ 2014-05-18,274983,1171,150771,13301,20278,9451,0,2177,25854,10335,31804,4049,649,1855,3045,0,243,0,83406933,175.9,27154785,29.8,175.9,0.0
1015
  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
1016
  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