tamnd commited on
Commit
5af9462
·
verified ·
1 Parent(s): b95b3d6

Add 2015-02-14 — 330.3K 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-13** (1,431 days), totaling **280,627,565 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 96.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.3 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.3M
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 | 41 | 19,321,887 | 471,265 | 6.8 GB | 3.2 GB | 30m13s | 1h10m | 49m05s |
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.7M
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 959.9K
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 946.0K
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 | 140,928,707 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,039,405 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,668,072 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,715,711 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,002,391 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,954,353 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,831,106 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,058,924 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,938,550 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 453,634 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,448,690 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,195,500 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 233,051 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 262,394 | 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-14** (1,432 days), totaling **280,957,853 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 96.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.4 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 19.7M
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 | 42 | 19,652,175 | 467,908 | 6.9 GB | 3.3 GB | 30m40s | 1h11m | 49m41s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.9M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 974.6K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 960.4K
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 141,105,124 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,054,086 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,694,492 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,730,096 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,006,045 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,984,280 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,841,926 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 35,098,059 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,944,532 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 454,706 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,450,567 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,199,320 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 234,826 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 262,717 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9caba6feb886cbaab17f822e47e4f5546fe7e64fbadd5878149eb136f54783
3
+ size 261908
data/creates/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6954cc5a4633c31712339621d0f3fb0fcbfaf4ace4da8a8ab1b1a5aa0ab34f1e
3
+ size 1659486
data/deletes/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb84d0d24792fa181dfadb71afd34fcbcb98f70be2dc02393388241ec946e557
3
+ size 204532
data/forks/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc426fa0fc1e04266ab2b6afbef05192a6622499ee508013816a2efeec1410e7
3
+ size 1159013
data/issue_comments/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52db44765820128c789376e61a0008fd1ac94aac062470598249bf2d300bdaa6
3
+ size 4956759
data/issues/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa3bd96bfc192583ed2f5fff11f289f272ab1e1ba6f129bc9194613d00c0d86d
3
+ size 3505723
data/members/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e36e21fcf3a08a28e95ed5fe22746d3d6b355673e75e2b777ffe81fc2dd63035
3
+ size 70406
data/pr_review_comments/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e408eee3eb00713d0c76c1ce61e1fc3770c3cd6f38bab2c65ea589c7949edef
3
+ size 1237192
data/public_events/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc68e43c3c9763cc26df6fe1657e37abd7a795c7a5ac41d59a28108003835f9
3
+ size 15352
data/pull_requests/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898acc216e9fcb39b27b6f3240fd41877244c6eae80d6a718612bedf705f1caf
3
+ size 2658553
data/pushes/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13b37e5c6677a51424d0c4608dd9f56fc7f1c2fd9b10a75d03a5af232eb0cdd4
3
+ size 40578949
data/releases/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85f2670b2e43f65cd6505b8ac261a5c73ff55853a27f5f3d2771fcf1398696c6
3
+ size 175914
data/stars/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a45166c1104fec56f169ef4f9ddc1d429284988ed00ee17d443451a091aebcf
3
+ size 1016329
data/wiki_pages/2015/02/14.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:442611c2d679344d92a948a592778c0a166d5303f5ddf3de320dddec618e350f
3
+ size 217625
stats.csv CHANGED
@@ -1429,4 +1429,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1429
  2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,84.0
1430
  2015-02-11,562266,0,279259,28160,55233,29204,0,10504,49503,18482,64659,12821,1730,3818,5299,3022,572,0,217673282,125.6,101944191,30.0,125.6,81.8
1431
  2015-02-12,584187,0,289487,28324,58414,30666,0,10998,49903,19736,67545,12848,1737,4111,6668,3208,542,0,226282561,133.7,105067325,54.5,133.7,112.1
1432
- 2015-02-13,552053,0,275936,27901,54445,28649,0,9928,46214,17703,65043,11549,1763,3739,5721,2972,490,0,212094099,123.1,98969177,29.7,123.1,0.0
 
 
1429
  2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,84.0
1430
  2015-02-11,562266,0,279259,28160,55233,29204,0,10504,49503,18482,64659,12821,1730,3818,5299,3022,572,0,217673282,125.6,101944191,30.0,125.6,81.8
1431
  2015-02-12,584187,0,289487,28324,58414,30666,0,10998,49903,19736,67545,12848,1737,4111,6668,3208,542,0,226282561,133.7,105067325,54.5,133.7,112.1
1432
+ 2015-02-13,552053,0,275936,27901,54445,28649,0,9928,46214,17703,65043,11549,1763,3739,5721,2972,490,0,212094099,123.1,98969177,29.7,123.1,36.0
1433
+ 2015-02-14,330288,0,176417,14681,26420,14385,0,3654,29927,10820,39135,5982,1072,1877,3820,1775,323,0,114486279,53.8,57717741,27.2,53.8,0.0