tamnd commited on
Commit
38f9a69
·
verified ·
1 Parent(s): 22d607a

Add 2014-06-02 — 393.8K 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,028 days), totaling **170,843,794 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 49.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.0 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 ███████████████████░░░░░░░░░░░ 47.5M
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 | 148 | 47,495,648 | 320,916 | 14.4 GB | 4.3 GB | 1h35m | 8h14m | 2h15m |
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 ███████████████████░░░░░░░░░░░ 24.3M
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.5M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
@@ -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.3M
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 | 85,782,260 | 50.2% | Git pushes with commits |
614
- | `issues` | IssuesEvent | 9,535,678 | 5.6% | Issue lifecycle events |
615
- | `issue_comments` | IssueCommentEvent | 14,896,952 | 8.7% | Comments on issues/PRs |
616
- | `pull_requests` | PullRequestEvent | 6,900,499 | 4.0% | PR lifecycle events |
617
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,542,300 | 0.9% | Line-level PR comments |
618
- | `stars` | WatchEvent | 16,022,023 | 9.4% | Repository stars |
619
- | `forks` | ForkEvent | 6,136,730 | 3.6% | Repository forks |
620
- | `creates` | CreateEvent | 21,527,985 | 12.6% | Branch/tag/repo creation |
621
- | `deletes` | DeleteEvent | 2,095,893 | 1.2% | Branch/tag deletion |
622
- | `releases` | ReleaseEvent | 188,294 | 0.1% | Release publications |
623
- | `commit_comments` | CommitCommentEvent | 1,601,030 | 0.9% | Comments on commits |
624
- | `wiki_pages` | GollumEvent | 2,882,080 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
- | `public_events` | PublicEvent | 158,095 | 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,029 days), totaling **171,237,551 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 49.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.0 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 ███████████████████░░░░░░░░░░░ 47.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 | 149 | 47,889,405 | 321,405 | 14.5 GB | 4.4 GB | 1h35m | 8h18m | 2h16m |
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 ███████████████████░░░░░░░░░░░ 24.4M
159
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
160
  ```
161
 
 
175
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
176
  2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
177
  2013 ██████████████████████████████ 4.3M
178
+ 2014 █████████████████░░░░░░░░░░░░ 2.6M
179
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
180
  ```
181
 
 
218
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
219
  2012 ██████████████░░░░░░░░░░░░░░░░ 3.3M
220
  2013 ██████████████████████████████ 7.0M
221
+ 2014 ██████████████████░░░░░░░░░░░░ 4.4M
222
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
223
  ```
224
 
 
610
 
611
  | Table | GitHub Event | Events | % | Description |
612
  |-------|-------------|-------:|---:|-------------|
613
+ | `pushes` | PushEvent | 85,969,770 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,554,099 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,932,857 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,918,236 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,547,950 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,052,761 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,150,132 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,571,812 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,125,703 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 189,343 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,603,996 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,886,502 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 158,527 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ce604e6ae057e3031528a79b47eecfb1fe584a051ad5e319642f8439a7b0eb
3
+ size 102563
data/creates/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d789c81416c1733a728237bb72b774e9a06697515545fa66de3d3651a826a574
3
+ size 1573183
data/deletes/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:835d17b0bccab635cbfc9ce12142348c6bcb3c6a9354c4c8a129e65cb85a2b98
3
+ size 421235
data/forks/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4351a12167628da7958e131868fcafe783132264713235efc574ef931520ffd6
3
+ size 407889
data/issue_comments/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a437a786dd8bdea84c493a4d49f2c5b35dcdc6ddc1c7fc683435734bb03a1bc9
3
+ size 842195
data/issues/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:482c61401783870e4c8f3f3a9797603cc36d8aba243f71f691ff0112cd2dd0f9
3
+ size 474243
data/public_events/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88aff29b48ee947009bc2e8816598fa2b0031a77cf39ee5a58761671ab309cf1
3
+ size 15816
data/pull_requests/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dce54c5145ec74c8f60ddd27c7d5e69dae920a29b48b50d7f55dc68ed134df7
3
+ size 3113911
data/pushes/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f1902cd66e525f6f09a2eae8e02450caf5c72e02e2d1abcf1ab0964e25c389
3
+ size 29591046
data/stars/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbb680b4cd365e6705c171d850837ebb511d34b349d391faae4491d3e7c052f7
3
+ size 685498
data/wiki_pages/2014/06/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab8a1c4ec88862a4bb0fa96f393d86570d9f8e714d8ab2f4701541b876cbb434
3
+ size 317539
stats.csv CHANGED
@@ -1024,6 +1024,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1024
  2014-05-28,396656,1809,200524,20153,40346,19198,0,5930,34206,14029,43861,7318,1038,3425,4426,0,393,0,133681715,253.5,40424033,33.0,253.5,38.3
1025
  2014-05-29,388259,1906,189879,25204,38718,18016,0,5311,32473,13177,42255,12569,1078,3067,4224,0,382,0,124875059,238.7,37025452,38.1,238.7,22.5
1026
  2014-05-30,331073,1309,166956,19515,30265,15781,0,4097,29104,11680,37894,7061,863,2753,3486,0,309,0,109652472,185.2,33316937,7.1,185.2,37.0
1027
- 2014-06-01,255818,964,137722,11779,18630,9306,0,1864,22578,8431,29378,9829,702,1660,2757,0,218,0,78795368,132.3,25249641,17.0,132.3,0.0
 
1028
  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
1029
  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
 
1024
  2014-05-28,396656,1809,200524,20153,40346,19198,0,5930,34206,14029,43861,7318,1038,3425,4426,0,393,0,133681715,253.5,40424033,33.0,253.5,38.3
1025
  2014-05-29,388259,1906,189879,25204,38718,18016,0,5311,32473,13177,42255,12569,1078,3067,4224,0,382,0,124875059,238.7,37025452,38.1,238.7,22.5
1026
  2014-05-30,331073,1309,166956,19515,30265,15781,0,4097,29104,11680,37894,7061,863,2753,3486,0,309,0,109652472,185.2,33316937,7.1,185.2,37.0
1027
+ 2014-06-01,255818,964,137722,11779,18630,9306,0,1864,22578,8431,29378,9829,702,1660,2757,0,218,0,78795368,132.3,25249641,17.0,132.3,42.9
1028
+ 2014-06-02,393757,1888,187510,18421,35905,17737,0,5650,30738,13402,43827,29810,1049,2966,4422,0,432,0,126730837,215.2,37545118,30.4,215.2,0.0
1029
  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
1030
  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