tamnd commited on
Commit
c2e3c78
·
verified ·
1 Parent(s): ad22de3

Add 2014-11-30 — 376.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,360 days), totaling **248,844,949 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 83.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.8 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 ██████████████████████████████ 111.6M
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 | 316 | 111,608,836 | 353,192 | 45.0 GB | 10.4 GB | 3h45m | 19h42m | 4h40m |
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 ██████████████████████████████ 56.5M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -203,7 +203,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 █████████████████░░░░░░░░░░░░░ 3.0M
206
- 2014 ██████████████████████���███████ 4.9M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
@@ -225,7 +225,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ████████████░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 █████████████████████░░░░░░░░░ 7.1M
228
- 2014 ██████████████████████████████ 10.0M
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 | 124,960,604 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,299,095 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 21,747,454 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,208,924 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,523,291 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 23,072,239 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 8,759,635 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 31,257,521 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,356,383 | 1.3% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 358,508 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,233,302 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,859,057 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 230,095 | 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,361 days), totaling **249,221,138 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 83.5 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.9 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 ██████████████████████████████ 112.0M
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 | 317 | 111,985,025 | 353,265 | 45.2 GB | 10.4 GB | 3h46m | 19h44m | 4h40m |
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 ██████████████████████████████ 56.7M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 █████████████████░░░░░░░░░░░░░ 3.0M
206
+ 2014 █████████████████████████████ 5.0M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
 
225
  2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ████████████░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 █████████████████████░░░░░░░░░ 7.1M
228
+ 2014 ██████████████████████████████ 10.1M
229
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
230
  ```
231
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 125,163,266 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,321,877 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 21,773,159 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,223,005 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,527,036 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 23,105,616 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 8,770,936 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 31,305,630 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,361,882 | 1.3% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 359,490 | 0.1% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,235,284 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,863,019 | 1.6% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 230,466 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be3f88a81cc174aa2827dd6da83222cf2b7a5690f1b019210a85bce1b8228c8a
3
+ size 74512
data/creates/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7b26c59e8f1cfb959d8954560e3386a0737a92b7c4e88b623c0eb76641d3ab
3
+ size 9251258
data/deletes/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e50e504804fa4c78a9db14257204f168a807bac524f13de77ce7497ca34492
3
+ size 147420
data/forks/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e63bface18a211a86e947773ed710b35c6318341039faa366b446f40773a0ee
3
+ size 304105
data/issue_comments/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036d06b62704c035d2f7c0057145c80d7e16d97191326df7afb137a4c2a4d28a
3
+ size 611390
data/issues/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad27f0c32ed38c4e3350905ef33d15f61f4e632db335bdbf5a44b0fdb7fdc5b
3
+ size 585891
data/public_events/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce095b1a513c43a51f236242820d6815f3040d7454b1fe0cce16040ca440494
3
+ size 14279
data/pull_requests/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf2ad869fc581a6862ed077a2dacf8ccfc71eca5c04e7fe73b334bd0696d8c95
3
+ size 2372252
data/pushes/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e4260bd456937c3e3ebef96b20f6fe3e35dc613cf02b93a30fa011cbc5a74a
3
+ size 28630957
data/stars/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ecdb1bb1543fdd11371d2ae81fc3693ffd95574442f283d39d5e8bec4dcaa7b
3
+ size 1532984
data/wiki_pages/2014/11/30.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ce04a0fd23c99bdcb70a265fa6cede88bb91f94a00d8c737cd236ff7ee26ea
3
+ size 279320
stats.csv CHANGED
@@ -1356,6 +1356,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1356
  2014-11-26,493043,2460,250911,31591,44580,23249,0,7963,40653,15197,57728,8415,1279,3231,5379,0,407,0,285600544,133.0,55221327,54.4,133.0,29.7
1357
  2014-11-27,425816,1946,215762,29017,41443,17645,0,5369,36947,13379,49395,6827,1260,2851,3622,0,353,0,239671720,114.9,46730792,52.2,114.9,60.6
1358
  2014-11-28,376288,1897,196769,22400,30661,16529,0,4787,31893,11696,46058,5975,1004,2454,3835,0,330,0,218647338,100.7,43512130,41.6,100.7,24.1
1359
- 2014-11-29,311250,1384,166046,18948,20815,11824,0,5251,25951,9773,39609,6038,905,1754,2684,0,268,0,178164224,84.4,35771874,45.0,84.4,0.0
 
1360
  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
1361
  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
 
1356
  2014-11-26,493043,2460,250911,31591,44580,23249,0,7963,40653,15197,57728,8415,1279,3231,5379,0,407,0,285600544,133.0,55221327,54.4,133.0,29.7
1357
  2014-11-27,425816,1946,215762,29017,41443,17645,0,5369,36947,13379,49395,6827,1260,2851,3622,0,353,0,239671720,114.9,46730792,52.2,114.9,60.6
1358
  2014-11-28,376288,1897,196769,22400,30661,16529,0,4787,31893,11696,46058,5975,1004,2454,3835,0,330,0,218647338,100.7,43512130,41.6,100.7,24.1
1359
+ 2014-11-29,311250,1384,166046,18948,20815,11824,0,5251,25951,9773,39609,6038,905,1754,2684,0,268,0,178164224,84.4,35771874,45.0,84.4,34.2
1360
+ 2014-11-30,376189,1631,202662,22782,25705,14081,0,3745,33377,11301,48109,5499,982,1982,3962,0,371,0,214851922,97.8,43804368,50.6,97.8,0.0
1361
  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
1362
  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