tamnd commited on
Commit
8d38997
·
verified ·
1 Parent(s): d32aeda

Add 2014-11-11 — 502.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,341 days), totaling **240,207,299 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 78.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 103.0M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
@@ -147,7 +147,7 @@ duckdb.sql("""
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
- | 2014 | 297 | 102,971,186 | 346,704 | 40.4 GB | 9.5 GB | 3h28m | 19h04m | 4h26m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████████░░░░░░░░ 38.9M
162
- 2014 ██████████████████████████████ 52.2M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -179,8 +179,8 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
179
  ```
180
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ████████████░░░░░░░░░░░░░░░░░░ 2.4M
182
- 2013 ██████████████████████░░░░░░░ 4.4M
183
- 2014 ██████████████████████████████ 5.7M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
@@ -223,9 +223,9 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
223
 
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
- 2012 ████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ██████████████████████░░░░░░░░ 7.1M
228
- 2014 ██████████████████████████████ 9.3M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 120,654,915 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 13,562,687 | 5.6% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,008,951 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 9,829,780 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,395,433 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 22,349,442 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,487,053 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 30,274,198 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,207,793 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 335,707 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,175,079 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,772,577 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 222,042 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
 
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,342 days), totaling **240,710,054 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 79.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
138
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ████████████░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████████░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 103.5M
142
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
143
  ```
144
 
 
147
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
148
  | 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
149
  | 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
150
+ | 2014 | 298 | 103,473,941 | 347,227 | 40.7 GB | 9.6 GB | 3h29m | 19h07m | 4h26m |
151
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
152
 
153
 
 
159
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
160
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████████░░░░░░░░ 38.9M
162
+ 2014 ██████████████████████████████ 52.4M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
179
  ```
180
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ████████████░░░░░░░░░░░░░░░░░░ 2.4M
182
+ 2013 ██████████████████████░░░░░░░ 4.4M
183
+ 2014 ██████████████████████████████ 5.8M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
 
223
 
224
  ```
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
+ 2012 ████████████░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ██████████████████████░░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 9.4M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 120,904,986 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 13,591,880 | 5.6% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,059,636 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 9,853,052 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,403,521 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 22,391,803 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,503,688 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 30,332,481 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,218,742 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 337,036 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,178,673 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,777,484 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 222,545 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d3f151322a47edc74c6157ae31df5b9b6efe65e5004c113d07a79eed3713df3
3
+ size 124288
data/creates/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62fa47c3e6a6be3e095a25f0d83a3581c0d95d93a195d7237d7d45e3e8499e2d
3
+ size 5458347
data/deletes/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:311afd03598162ba28ffac7fa38c8f8b7565688cebe2dc56ceb4aa82917ccfc1
3
+ size 279498
data/forks/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64967a8a228647c4cadedfd0b4429722a5e480cce40413b51c1c63749c923214
3
+ size 431243
data/issue_comments/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f4fa4d78c77cc96de9cb4d2a3eb5169893f1bc913862f8e18689db14edbe40
3
+ size 1098259
data/issues/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61ede2a944af52d685af8c7e1e112b355a7b1c0aeb448c151b40b97f29bf4803
3
+ size 720626
data/public_events/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa23af394e21a87ecffebe0d5cde94edeafa0e7d75e4b8b1eee028aad4960813
3
+ size 19675
data/pull_requests/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a1d90d34a12a22767a98566540bf15921f085f2ae6289840c6af5047a8df85
3
+ size 3969134
data/pushes/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ca60080cf69054431f97ed8f80319cf3bbdfad6b6f1d5dd44b0443873759422
3
+ size 39864276
data/stars/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2765733f9a8272f30347052c5c0f0e28d72ab7c7c6ae1d7e13decbf7c78baab
3
+ size 1924803
data/wiki_pages/2014/11/11.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22c956c06156ec939d60e9964701782bfd55242234e41fce60248ce93907d5c
3
+ size 362778
stats.csv CHANGED
@@ -1337,6 +1337,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1337
  2014-11-07,435971,2852,216227,24929,45325,20576,0,6780,35554,13690,52125,8852,1161,2911,4580,0,409,0,247135737,106.0,47466768,57.7,106.0,32.2
1338
  2014-11-08,325603,2374,176094,16659,21774,12302,0,2435,27826,11874,42325,5221,890,1852,3659,0,318,0,178040933,81.2,35255454,67.4,81.2,24.8
1339
  2014-11-09,367302,1816,199652,18156,25406,13957,0,2856,35359,12748,44316,4988,1121,2095,4475,0,357,0,200099370,95.4,39876423,45.3,95.4,52.9
1340
- 2014-11-10,487220,2896,247164,24827,45830,24030,0,8301,41109,15703,56989,9427,1451,3387,5615,0,491,0,277823493,129.5,51906986,55.6,129.5,0.0
 
1341
  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
1342
  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
 
1337
  2014-11-07,435971,2852,216227,24929,45325,20576,0,6780,35554,13690,52125,8852,1161,2911,4580,0,409,0,247135737,106.0,47466768,57.7,106.0,32.2
1338
  2014-11-08,325603,2374,176094,16659,21774,12302,0,2435,27826,11874,42325,5221,890,1852,3659,0,318,0,178040933,81.2,35255454,67.4,81.2,24.8
1339
  2014-11-09,367302,1816,199652,18156,25406,13957,0,2856,35359,12748,44316,4988,1121,2095,4475,0,357,0,200099370,95.4,39876423,45.3,95.4,52.9
1340
+ 2014-11-10,487220,2896,247164,24827,45830,24030,0,8301,41109,15703,56989,9427,1451,3387,5615,0,491,0,277823493,129.5,51906986,55.6,129.5,53.9
1341
+ 2014-11-11,502755,2885,250071,29193,50685,23272,0,8088,42361,16635,58283,10949,1329,3594,4907,0,503,0,282512454,136.0,54252927,57.7,136.0,0.0
1342
  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
1343
  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