tamnd commited on
Commit
cbe76e6
·
verified ·
1 Parent(s): 8a00c88

Add 2014-12-25 — 240.0K 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,385 days), totaling **259,708,499 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 89.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
- 2014 ██████████████████████████████ 122.5M
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 | 341 | 122,472,386 | 359,156 | 50.8 GB | 11.5 GB | 4h08m | 20h29m | 4h58m |
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 ██████████████████████████████ 62.0M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
@@ -180,7 +180,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
- 2014 ██████████████████████████████ 7.1M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
@@ -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 ██████████████████████████████ 5.4M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
@@ -222,7 +222,7 @@ GROUP BY repo_name ORDER BY merged_prs DESC LIMIT 20;
222
  Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
223
 
224
  ```
225
- 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.0M
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 130,469,023 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 14,958,510 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 22,699,377 | 8.7% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 10,705,041 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,683,521 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,000,978 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 9,105,520 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 32,608,337 | 12.6% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,545,247 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 389,303 | 0.1% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,307,262 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 3,969,981 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 240,877 | 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,386 days), totaling **259,948,462 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 89.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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
 
 
138
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
+ 2014 ██████████████████████████████ 122.7M
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 | 342 | 122,712,349 | 358,808 | 50.9 GB | 11.6 GB | 4h09m | 20h30m | 4h59m |
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 ██████████████████████████████ 62.1M
163
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
164
  ```
165
 
 
180
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
181
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
+ 2014 ██████████████████████████████ 7.2M
184
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
185
  ```
186
 
 
203
  2011 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
+ 2014 ██████████████████████████████ 5.5M
207
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
208
  ```
209
 
 
222
  Stars (WatchEvent in the GitHub API) reflect community interest and discovery. Starring patterns often correlate with Hacker News, Reddit, or Twitter posts. For 2012–2014 events, `repo_language`, `repo_stars_count`, and `repo_forks_count` are populated from the legacy Timeline API repository snapshot.
223
 
224
  ```
225
+ 2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
226
  2012 ███████████░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.0M
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 130,589,964 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 14,973,561 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 22,714,234 | 8.7% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 10,713,557 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,685,550 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,028,644 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 9,114,636 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 32,640,710 | 12.6% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,549,395 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 389,990 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,308,552 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 3,972,471 | 1.5% | Wiki page edits |
654
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 241,077 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b899a4fc76fbd800245dddcd73c9e43ab2de59b356d4a1cd22ee6e6e3a6762e
3
+ size 51502
data/creates/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6ed4482e4af48b066bb9c9b258222a693320032146ef7103eacda8bc68dc7f
3
+ size 7218894
data/deletes/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8845708362dd493b49410ec9412005d87c730f6de0d4d6c5a405cdf0fb33f77
3
+ size 105278
data/forks/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d6166673e529ac2c2937788ef8259091da8b167581beb1e46580099b7cd35dc
3
+ size 262657
data/issue_comments/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4dae8aadd9a23d3b62c49a7be91175d7290769196d93fe0d7e3bf16155c6d2e
3
+ size 373836
data/issues/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043a5e4155d8a45f6333ba59fe117d7af0ed1ed4286adcc4c52416e5cf12ac68
3
+ size 395686
data/public_events/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6bd6b07bd950d4b4c1e1fc7a7cd8ca04278adceecf88e0e361df62364691e4
3
+ size 8728
data/pull_requests/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57e03da46ac49e97c85ae3dffcc903498d1638f5bde185ab5812570d1c45f95
3
+ size 1442364
data/pushes/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff555e2d6517b9f2b2f6fad531ecca2697ec3e07009837ad371c581838331218
3
+ size 16996758
data/stars/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af42d107bcb9a007e8f03111aa821ce86d4eb91b4b7495c7059257cb104ff583
3
+ size 1251804
data/wiki_pages/2014/12/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f060d81a94374c032f1345bb9f3df8bcd668504075f947b9c31c7ca33aa875
3
+ size 139976
stats.csv CHANGED
@@ -1381,6 +1381,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1381
  2014-12-21,318996,1001,164448,17148,22561,11558,0,2513,31758,12846,44062,4932,912,1908,3076,0,273,0,173318264,71.1,33679633,49.7,71.1,104.0
1382
  2014-12-22,410126,1300,189604,24179,36058,17597,0,6030,35918,12625,72125,7004,1089,2597,3625,0,375,0,229958428,105.1,41506593,70.1,105.1,95.6
1383
  2014-12-23,411008,1336,188736,20841,34328,17891,0,5899,35999,12605,78272,7028,1214,2501,4044,0,314,0,226075356,111.5,40298953,50.1,111.5,71.0
1384
- 2014-12-24,277949,707,139945,16396,20316,10775,0,3124,30037,9868,36732,4485,853,1668,2810,0,233,0,164616559,79.2,33134686,43.9,79.2,0.0
 
1385
  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
1386
  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
 
1381
  2014-12-21,318996,1001,164448,17148,22561,11558,0,2513,31758,12846,44062,4932,912,1908,3076,0,273,0,173318264,71.1,33679633,49.7,71.1,104.0
1382
  2014-12-22,410126,1300,189604,24179,36058,17597,0,6030,35918,12625,72125,7004,1089,2597,3625,0,375,0,229958428,105.1,41506593,70.1,105.1,95.6
1383
  2014-12-23,411008,1336,188736,20841,34328,17891,0,5899,35999,12605,78272,7028,1214,2501,4044,0,314,0,226075356,111.5,40298953,50.1,111.5,71.0
1384
+ 2014-12-24,277949,707,139945,16396,20316,10775,0,3124,30037,9868,36732,4485,853,1668,2810,0,233,0,164616559,79.2,33134686,43.9,79.2,54.2
1385
+ 2014-12-25,239963,599,120941,15051,14857,8516,0,2029,27666,9116,32373,4148,687,1290,2490,0,200,0,137704476,66.8,28247483,42.1,66.8,0.0
1386
  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
1387
  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