tamnd commited on
Commit
fd7e318
·
verified ·
1 Parent(s): a6104cb

Add 2015-01-15 — 513.9K 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-01-14** (1,401 days), totaling **265,813,603 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 91.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4.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 | 11 | 4,507,925 | 409,811 | 1.6 GB | 770.6 MB | 5m36s | 17m29s | 8m53s |
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.3M
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 225.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216.3K
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 432.1K
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 | 133,509,352 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,304,840 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,265,996 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,986,013 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,772,144 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,599,844 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,319,757 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 33,305,914 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,656,452 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 408,530 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,349,518 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,038,056 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 153,143 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 246,967 | 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-15** (1,402 days), totaling **266,327,467 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 91.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.0M
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 | 12 | 5,021,789 | 418,482 | 1.8 GB | 859.2 MB | 6m17s | 19m10s | 10m00s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.5M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250.8K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 242.8K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 479.6K
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 133,763,034 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,330,276 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 23,317,382 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,012,567 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,780,897 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,647,379 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,337,697 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 33,364,213 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,666,943 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 410,059 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,353,338 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,043,356 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 155,706 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 247,543 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:467608ac52cbab6cfd2a878718979b9c433e74bdc57196131ba280f6cc79cee8
3
+ size 497328
data/creates/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cec55518fd0b0ab00eb91822b3969e01bbaa638923b80be794b9633d5448755
3
+ size 2507310
data/deletes/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931ae893713fef89c3da8dc49d8637836e67db8624c81d1c731380b9e2a48f4a
3
+ size 354240
data/forks/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce59fe7091b12af548d31959e20707e140e7a9d19ecd381cc771181ae65f5f6
3
+ size 1856907
data/issue_comments/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5f368d509672bf969e8f05fbad3f35bf6115193d5dab7850663c3c100ccc14
3
+ size 9342353
data/issues/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1be82c691362289df546a8f8e579802c7e6ff050dcc1d51c4c88b2a7aa40330
3
+ size 6079382
data/members/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3503bf1f719d2bf562d2be4676a168909fe627c854778631751671ea63703ad7
3
+ size 101414
data/pr_review_comments/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e27a7203a3cebafd1a568ee0f26326401c3c8199ebae279ef1a822b696b186c
3
+ size 2895612
data/public_events/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:245771efee34dde759910bb87db6aede08f04c21cd7694482cfecbc6010728f1
3
+ size 27074
data/pull_requests/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c1de997f9f493da7b542df0536697bdc8c6168662b37b1d25640c7bb8e6e7a
3
+ size 4798749
data/pushes/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b637c2a2326418f4dd8a8043644decf8ef1bc45e4fd837c282c16988ce399d45
3
+ size 62211283
data/releases/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7a425c54c22c72c1b09f867121277d2b69c0a14176cb17107850ed10f11571
3
+ size 240101
data/stars/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:585821ded717805562a38077c1d0ab16fae671c9ca3b81675e8d949ec50dd3f8
3
+ size 1683426
data/wiki_pages/2015/01/15.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9de971d16baeb316c25fa0e68c447b2e5490cd6dd6af77474cb9fc18ef2f85a4
3
+ size 311610
stats.csv CHANGED
@@ -1399,4 +1399,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1399
  2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,60.8
1400
  2015-01-11,336486,0,183180,15278,26628,13728,0,3134,30670,11471,38849,5315,1080,2021,3643,1159,330,0,114344032,66.6,58814934,46.7,66.6,0.0
1401
  2015-01-13,526997,0,257471,26927,54008,26652,0,9223,49524,18202,61245,9507,1698,3930,5376,2605,629,0,203827875,121.9,95158848,18.5,121.9,104.7
1402
- 2015-01-14,530849,0,261129,27470,53780,27476,0,9588,48822,18472,60207,9700,1633,3687,5480,2851,554,0,208106259,123.7,97031765,38.0,123.7,0.0
 
 
1399
  2015-01-10,319135,0,168371,15160,26074,14033,0,3259,29320,11392,37613,5323,1112,2017,3466,1664,331,0,110885233,62.9,55648578,35.6,62.9,60.8
1400
  2015-01-11,336486,0,183180,15278,26628,13728,0,3134,30670,11471,38849,5315,1080,2021,3643,1159,330,0,114344032,66.6,58814934,46.7,66.6,0.0
1401
  2015-01-13,526997,0,257471,26927,54008,26652,0,9223,49524,18202,61245,9507,1698,3930,5376,2605,629,0,203827875,121.9,95158848,18.5,121.9,104.7
1402
+ 2015-01-14,530849,0,261129,27470,53780,27476,0,9588,48822,18472,60207,9700,1633,3687,5480,2851,554,0,208106259,123.7,97031765,38.0,123.7,66.4
1403
+ 2015-01-15,513864,0,253682,25436,51386,26554,0,8753,47535,17940,58299,10491,1529,3820,5300,2563,576,0,198015950,100.8,92906789,41.0,100.8,0.0