tamnd commited on
Commit
e614407
·
verified ·
1 Parent(s): a08e72c

Add 2015-02-08 — 383.0K events, 14 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-02-07** (1,425 days), totaling **277,439,822 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 95.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16.1M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 35 | 16,134,144 | 460,975 | 5.6 GB | 2.7 GB | 26m26s | 57m46s | 39m52s |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.1M
164
  ```
165
 
166
 
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
- 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 803.3K
185
  ```
186
 
187
 
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
- 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 786.3K
208
  ```
209
 
210
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 139,325,478 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,882,774 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,360,965 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,556,078 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,948,810 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,673,836 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,725,524 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 34,687,786 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,871,933 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 443,855 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,427,612 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,163,209 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 215,662 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 259,223 | 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-02-08** (1,426 days), totaling **277,822,800 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 95.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16.5M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
+ | 2015 | 36 | 16,517,122 | 458,808 | 5.8 GB | 2.7 GB | 26m52s | 59m09s | 41m01s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8.3M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 820.4K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 802.2K
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 139,534,052 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,899,861 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,390,809 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,571,979 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,952,522 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,706,782 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,737,923 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 34,733,812 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,879,187 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 445,011 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,429,599 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,167,148 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 217,413 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 259,625 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f9d176164de3f6e9df0b1ab606390d7c647a7d065c926d20d636a3dfb54597a
3
+ size 268197
data/creates/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d8f4de85656567b3b9348e6de3ab49798ac05345e37fc67970d9d2592436561
3
+ size 1844237
data/deletes/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ce7fcbd19f20c8984a34fcc684637ad72e36336bb2aa61519a50a1cec1a42e7
3
+ size 233601
data/forks/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76985fbf5f58233376aaefe56c5905780b92593f6b1d5a211571b1ff68a1a639
3
+ size 1292933
data/issue_comments/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da923bec8b12ee3537c8c312d1526a552c685a5576362c48c6273d93bc20461d
3
+ size 5744282
data/issues/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb5dd77a69066d4087044a497eedd6eda5ecdc6a6eb122bed6e9af2d3a1d7d38
3
+ size 4216956
data/members/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a6433dbfe1bad0e30c448abca52abf570f2c5d2389d581387d661092910b843
3
+ size 71908
data/pr_review_comments/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f420ff76b74da706581d22578a972e577f72c8eaa5a520d50d0708a538d541c
3
+ size 1173075
data/public_events/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:629e8962ea18ba07f04b53acf35555a51f56d8bc565fbebeba310f8d147d88fe
3
+ size 18546
data/pull_requests/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:085ed56a9465291ac1462338958d8df3e97c2c713cbed092b613bd13fc36e9d3
3
+ size 2869061
data/pushes/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f46313d5ad888556cd6cb4d55ee67a7aae28fba4a37caa0ca5bc3c4b2fa73eca
3
+ size 48087367
data/releases/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d4e9cecf52d6ea2f62f510468a699412c696f93492ee2b1ca47fb372f02e5f
3
+ size 186698
data/stars/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5420393a3379c1973d49895a0dcf92d8621faee8f2a309f07e46e647ee5a54c6
3
+ size 1128167
data/wiki_pages/2015/02/08.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:669866b207c244ac0a1bbc51763a24d1ef73c61919327f0df7daa19d5b604fae
3
+ size 306257
stats.csv CHANGED
@@ -1423,4 +1423,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1423
  2015-02-04,580496,0,280464,32221,62289,29245,0,9701,53302,20960,66026,10494,1768,4076,6365,2912,673,0,228243275,121.1,103506525,88.5,121.1,69.4
1424
  2015-02-05,551421,0,272969,27191,56499,27984,0,9339,48680,19549,63982,11192,1582,3717,5207,2991,539,0,212115672,116.4,99142645,72.8,116.4,93.9
1425
  2015-02-06,538218,0,268436,26601,51693,27943,0,8890,47949,18876,63033,10548,1545,3843,5320,2989,552,0,206370337,125.9,97030815,77.3,125.9,149.5
1426
- 2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,0.0
 
 
1423
  2015-02-04,580496,0,280464,32221,62289,29245,0,9701,53302,20960,66026,10494,1768,4076,6365,2912,673,0,228243275,121.1,103506525,88.5,121.1,69.4
1424
  2015-02-05,551421,0,272969,27191,56499,27984,0,9339,48680,19549,63982,11192,1582,3717,5207,2991,539,0,212115672,116.4,99142645,72.8,116.4,93.9
1425
  2015-02-06,538218,0,268436,26601,51693,27943,0,8890,47949,18876,63033,10548,1545,3843,5320,2989,552,0,206370337,125.9,97030815,77.3,125.9,149.5
1426
+ 2015-02-07,364891,0,194907,16858,28203,15812,0,3586,31932,12928,44514,6186,1025,1939,3974,2609,418,0,124586249,83.8,62357071,32.8,83.8,68.7
1427
+ 2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,0.0