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

Add 2014-06-03 — 414.2K 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,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,7 +134,7 @@ duckdb.sql("""
134
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
135
  2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
136
  2013 ██████████████████████████████ 74.5M
137
- 2014 ███████████████████░░░░░░░░░░░ 47.9M
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 | 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,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.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.6M
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.4M
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,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
 
 
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,030 days), totaling **171,651,798 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.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.1 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 ███████████████████░░░░░░░░░░░ 48.3M
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 | 150 | 48,303,652 | 322,024 | 14.6 GB | 4.4 GB | 1h36m | 8h21m | 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.6M
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 | 86,169,886 | 50.2% | Git pushes with commits |
614
+ | `issues` | IssuesEvent | 9,580,635 | 5.6% | Issue lifecycle events |
615
+ | `issue_comments` | IssueCommentEvent | 14,973,407 | 8.7% | Comments on issues/PRs |
616
+ | `pull_requests` | PullRequestEvent | 6,936,971 | 4.0% | PR lifecycle events |
617
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,554,470 | 0.9% | Line-level PR comments |
618
+ | `stars` | WatchEvent | 16,089,108 | 9.4% | Repository stars |
619
+ | `forks` | ForkEvent | 6,165,517 | 3.6% | Repository forks |
620
+ | `creates` | CreateEvent | 21,618,078 | 12.6% | Branch/tag/repo creation |
621
+ | `deletes` | DeleteEvent | 2,138,829 | 1.2% | Branch/tag deletion |
622
+ | `releases` | ReleaseEvent | 190,275 | 0.1% | Release publications |
623
+ | `commit_comments` | CommitCommentEvent | 1,607,177 | 0.9% | Comments on commits |
624
+ | `wiki_pages` | GollumEvent | 2,890,785 | 1.7% | Wiki page edits |
625
  | `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
626
+ | `public_events` | PublicEvent | 158,921 | 0.1% | Repo made public |
627
 
628
  ## How it's built
629
 
data/commit_comments/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06ecca218d7858f6285160feaaa6cf0324770a932bd332e1f2b406bf39a833f3
3
+ size 112410
data/creates/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef5ee23d9b8db010dc8a2646313024eb77a5052eb07d57302ff323ae55017d43
3
+ size 1655533
data/deletes/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:235703c72932a35703701214222dfca3e4599412246caac6a3e9208e9eb258b4
3
+ size 259979
data/forks/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e2d8f00a495e688ca0b2e4c276da1f1240ed92a6612a73919907b2d28f4fad
3
+ size 392140
data/issue_comments/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e34ddf18ec16c21ea08f265126d33921e8d4a05564f30c3959d8506bde5b180b
3
+ size 898890
data/issues/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f266cd32060141ae6e9aa59a5f57417231ed2fc698145ae00f06490a86ac828
3
+ size 569717
data/public_events/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f3a9959e3bd71550b7a8359bfee8dfe273f670322bb28e295a34657b60eb41c
3
+ size 14651
data/pull_requests/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142d0c4778f0b81efbea9041286dff5f3f36946534199324f72824c8cdafd426
3
+ size 3214512
data/pushes/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21193fee90da5cb7792cf30daef545742cb66d965da5c67c527c98588f6a2a6d
3
+ size 32206643
data/stars/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aba411bbc0c42507c2cb6b982075b0717c4eaa6f210337a25209c4172fefec9
3
+ size 775942
data/wiki_pages/2014/06/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07026dc25ef6f20a9479eca965787e3390e6050b2c9f2d6bf48bdc51305712f8
3
+ size 225527
stats.csv CHANGED
@@ -1025,6 +1025,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
 
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,40.0
1029
+ 2014-06-03,414247,1876,200116,26536,40550,18735,0,6520,36347,15385,46266,13126,932,3181,4283,0,394,0,135488017,227.0,40325944,44.9,227.0,0.0
1030
  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
1031
  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