tamnd commited on
Commit
332e334
·
verified ·
1 Parent(s): fff8711

Add 2015-02-25 — 613.6K 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-22** (1,440 days), totaling **284,758,656 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 98.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 23.5M
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 | 50 | 23,452,978 | 469,059 | 8.2 GB | 3.9 GB | 37m08s | 1h23m | 58m53s |
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 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 11.8M
164
  ```
165
 
166
 
@@ -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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.1M
208
  ```
209
 
210
 
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
- 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.1M
230
  ```
231
 
232
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 143,036,646 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,246,477 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,065,667 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,914,077 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,063,579 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,286,145 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,974,879 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,552,210 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,020,742 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 467,234 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,475,682 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,237,168 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 254,565 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 266,508 | 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-25** (1,441 days), totaling **285,372,263 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 98.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 24.1M
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 | 51 | 24,066,585 | 471,893 | 8.4 GB | 4.0 GB | 37m32s | 1h26m | 58m53s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 12.1M
164
  ```
165
 
166
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.2M
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 2.2M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 143,330,637 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,286,830 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,136,066 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,945,108 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,074,041 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 26,335,243 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,994,211 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 35,621,909 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,033,987 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 469,024 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,480,050 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,242,862 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 258,018 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 267,200 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58b7a8fd6c85a64bb2e382745aded088573046ba7548f8293b5d9679831bdd9f
3
+ size 620082
data/creates/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b1660445d1fdf743c82d49a420a93e21e5002ab90fc5ccb9b350ad317e1619a
3
+ size 2860326
data/deletes/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee73d11a874209bec10cae498ce4b0c63923bec70cbe77c4051dbf4edaee39fe
3
+ size 444106
data/forks/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a0ab2d3d24ddba4d9df49bc2db9fb9edca84533e6376260bba7d0682ebd61a
3
+ size 2093214
data/issue_comments/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:440118122246e6636ca9a7c622617f68a85c357d22c31d1c7b3900705260c978
3
+ size 12158277
data/issues/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:218ce726a7e8c5b8b08a2e36998774ab16cc42579cce2270fbef2a0366e4e22c
3
+ size 8987176
data/members/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b385abc2b0a4892905e66d145934b90c192fd6276a101e5986dcb0eea02b117d
3
+ size 131179
data/pr_review_comments/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:298bcadd82e5a3bf1dc0f2b082822b7af0d62ad6a368687b2eee999dd53f0132
3
+ size 3674287
data/public_events/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc097f2dd713069d34be46c5b00dc48ab882c8bb8673acec34e35911e4f25b5
3
+ size 31188
data/pull_requests/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc15cce3e1768ca71fb5f1ad3af28366a8d48a74bfbe20bac6584c413b32236
3
+ size 5580176
data/pushes/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1115e1bcf304587a21c15af31452605c843f69168cd4279603f8c3fdf11fd2c2
3
+ size 71937655
data/releases/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b982ff043ec085cb4e6e1074852db9f80f6878ffb592506629fcd42ab3ace652
3
+ size 245905
data/stars/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3eb74d8b6c980ff06f80cb321d939a4296d906c8e8e99071f3170d6fc6361ac
3
+ size 1650276
data/wiki_pages/2015/02/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:204281353871d2289039b85b04c35ec7bc69c69d5adc5e30c043b8924a450dac
3
+ size 343170
stats.csv CHANGED
@@ -1439,3 +1439,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1439
  2015-02-20,510092,0,251394,28431,51491,27709,0,8997,37874,15323,65151,10585,1744,3451,4684,2724,534,0,200491483,114.6,92545058,67.3,114.6,126.6
1440
  2015-02-21,405473,0,198841,20477,31729,16589,0,3833,30867,30381,54680,7622,1181,2392,3926,2593,362,0,135592698,82.1,65481712,42.2,82.1,41.4
1441
  2015-02-22,425235,0,224566,20668,42596,16294,0,4189,34232,14130,51262,6919,1342,2558,4158,1923,398,0,139021935,88.4,70350626,34.4,88.4,0.0
 
 
1439
  2015-02-20,510092,0,251394,28431,51491,27709,0,8997,37874,15323,65151,10585,1744,3451,4684,2724,534,0,200491483,114.6,92545058,67.3,114.6,126.6
1440
  2015-02-21,405473,0,198841,20477,31729,16589,0,3833,30867,30381,54680,7622,1181,2392,3926,2593,362,0,135592698,82.1,65481712,42.2,82.1,41.4
1441
  2015-02-22,425235,0,224566,20668,42596,16294,0,4189,34232,14130,51262,6919,1342,2558,4158,1923,398,0,139021935,88.4,70350626,34.4,88.4,0.0
1442
+ 2015-02-25,613607,0,293991,40353,70399,31031,0,10462,49098,19332,69699,13245,1790,4368,5694,3453,692,0,240391101,143.9,110757017,23.4,143.9,0.0