Add 2012-11-03 to 2012-11-09 — 7 days, 993.3K events, 7 files
Browse files- README.md +16 -16
- data/stars/2012/11/03.parquet +2 -2
- data/stars/2012/11/04.parquet +2 -2
- data/stars/2012/11/05.parquet +2 -2
- data/stars/2012/11/06.parquet +2 -2
- data/stars/2012/11/07.parquet +2 -2
- data/stars/2012/11/08.parquet +2 -2
- data/stars/2012/11/09.parquet +2 -2
- stats.csv +3 -3
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,243 days), totaling **206,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 62.
|
| 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 |
|
|
@@ -143,9 +143,9 @@ duckdb.sql("""
|
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
-
| 2012 | 349 | 40,
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
-
| 2014 | 225 | 73,835,657 | 328,158 | 25.2 GB | 6.8 GB | 2h28m | 14h20m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
-
| `pushes` | PushEvent | 103,
|
| 641 |
-
| `issues` | IssuesEvent | 11,
|
| 642 |
-
| `issue_comments` | IssueCommentEvent | 18,
|
| 643 |
-
| `pull_requests` | PullRequestEvent | 8,
|
| 644 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 645 |
-
| `stars` | WatchEvent | 19,
|
| 646 |
-
| `forks` | ForkEvent | 7,
|
| 647 |
-
| `creates` | CreateEvent | 26,
|
| 648 |
-
| `deletes` | DeleteEvent | 2,691,
|
| 649 |
| `releases` | ReleaseEvent | 258,733 | 0.1% | Release publications |
|
| 650 |
-
| `commit_comments` | CommitCommentEvent | 1,928,
|
| 651 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
-
| `public_events` | PublicEvent | 190,
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
|
|
|
| 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,243 days), totaling **206,973,105 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 62.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.5 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 |
|
|
|
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
+
| 2012 | 349 | 40,109,704 | 114,927 | 10.7 GB | 581.3 MB | 1h24m | 2h41m | 50m25s |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
+
| 2014 | 225 | 73,835,657 | 328,158 | 25.2 GB | 6.8 GB | 2h28m | 14h20m | 3h28m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
+
| `pushes` | PushEvent | 103,829,643 | 50.2% | Git pushes with commits |
|
| 641 |
+
| `issues` | IssuesEvent | 11,430,583 | 5.5% | Issue lifecycle events |
|
| 642 |
+
| `issue_comments` | IssueCommentEvent | 18,013,778 | 8.7% | Comments on issues/PRs |
|
| 643 |
+
| `pull_requests` | PullRequestEvent | 8,377,903 | 4.0% | PR lifecycle events |
|
| 644 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,946,185 | 0.9% | Line-level PR comments |
|
| 645 |
+
| `stars` | WatchEvent | 19,478,620 | 9.4% | Repository stars |
|
| 646 |
+
| `forks` | ForkEvent | 7,388,344 | 3.6% | Repository forks |
|
| 647 |
+
| `creates` | CreateEvent | 26,330,518 | 12.7% | Branch/tag/repo creation |
|
| 648 |
+
| `deletes` | DeleteEvent | 2,691,370 | 1.3% | Branch/tag deletion |
|
| 649 |
| `releases` | ReleaseEvent | 258,733 | 0.1% | Release publications |
|
| 650 |
+
| `commit_comments` | CommitCommentEvent | 1,928,808 | 0.9% | Comments on commits |
|
| 651 |
+
| `wiki_pages` | GollumEvent | 3,357,351 | 1.6% | Wiki page edits |
|
| 652 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 653 |
+
| `public_events` | PublicEvent | 190,732 | 0.1% | Repo made public |
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
data/stars/2012/11/03.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dbe945ae2363b2d340144d9ba010634769aeb2b729c25b90b7826665b6c1091
|
| 3 |
+
size 396538
|
data/stars/2012/11/04.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebfeb4b9401288eae33d193eb309c7b0e5d958879f8ac78d15e0887e37c37527
|
| 3 |
+
size 464926
|
data/stars/2012/11/05.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77d23f2c254c201a02bda33d0805be97f836db7e82d6159958b78e1bf6634775
|
| 3 |
+
size 627324
|
data/stars/2012/11/06.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2fde59bee43628321a763acfff4b8fdf2f5ffee5314fac6312929d231cba287
|
| 3 |
+
size 637221
|
data/stars/2012/11/07.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f0e6a8aeffaebbcfa571a2864216c361d41358fd0f15a68df8ff4fe4bc6279d
|
| 3 |
+
size 619598
|
data/stars/2012/11/08.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e457702b4f954e26179579b5e8947da82930fb2a248d27cf16653737871ede47
|
| 3 |
+
size 634857
|
data/stars/2012/11/09.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a6cb6549230130a56e8a28e31efdba23c3f46fb9ea5f1a24e74886aef5ac000
|
| 3 |
+
size 547500
|
stats.csv
CHANGED
|
@@ -635,9 +635,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 635 |
2012-11-06,157177,1231,81734,7828,13088,5793,0,1801,14462,6275,18509,1029,0,1842,3469,0,116,0,48338231,36.4,637221,7.7,36.4,0.0
|
| 636 |
2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,35.4,619598,6.9,35.4,0.0
|
| 637 |
2012-11-08,160102,1283,83347,9019,13557,5871,0,2012,14010,6475,18168,1122,0,1820,3289,0,129,0,48557125,29.5,634857,24.4,29.5,0.0
|
| 638 |
-
2012-11-09,
|
| 639 |
2012-11-10,99754,905,56260,4914,6594,2767,0,492,8418,3570,12088,564,0,827,2248,0,107,0,29405064,10.5,10130660,34.5,10.5,36.8
|
| 640 |
-
2012-11-11,118341,797,63709,6634,8393,3251,0,710,10376,4180,15807,705,0,1019,2656,0,104,0,34125551,
|
| 641 |
2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,33.8,16169937,56.1,33.8,30.0
|
| 642 |
2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,29.3,16854553,27.5,29.3,32.3
|
| 643 |
2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,28.3,16859073,27.5,28.3,19.6
|
|
@@ -1239,6 +1239,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1239 |
2014-08-22,380583,1520,190255,22187,41293,17551,0,5632,33408,12643,41894,6686,1017,2574,3590,0,333,0,216226930,398.5,37002370,12.2,398.5,54.5
|
| 1240 |
2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,56.1
|
| 1241 |
2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
|
| 1242 |
-
2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,
|
| 1243 |
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
|
| 1244 |
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
|
|
|
|
| 635 |
2012-11-06,157177,1231,81734,7828,13088,5793,0,1801,14462,6275,18509,1029,0,1842,3469,0,116,0,48338231,36.4,637221,7.7,36.4,0.0
|
| 636 |
2012-11-07,167371,1340,82774,10898,14069,5909,0,1996,13743,6213,19365,1152,0,1832,7940,0,140,0,49655063,35.4,619598,6.9,35.4,0.0
|
| 637 |
2012-11-08,160102,1283,83347,9019,13557,5871,0,2012,14010,6475,18168,1122,0,1820,3289,0,129,0,48557125,29.5,634857,24.4,29.5,0.0
|
| 638 |
+
2012-11-09,140775,1100,72482,9655,12326,4937,0,1396,11999,5168,16691,846,0,1461,2572,0,142,0,42006830,21.2,547500,19.3,21.3,0.0
|
| 639 |
2012-11-10,99754,905,56260,4914,6594,2767,0,492,8418,3570,12088,564,0,827,2248,0,107,0,29405064,10.5,10130660,34.5,10.5,36.8
|
| 640 |
+
2012-11-11,118341,797,63709,6634,8393,3251,0,710,10376,4180,15807,705,0,1019,2656,0,104,0,34125551,16.0,473955,8.4,16.0,0.0
|
| 641 |
2012-11-12,161722,1342,84069,9880,13968,5655,0,1479,14344,5865,18750,1144,0,1805,3249,0,172,0,48698894,33.8,16169937,56.1,33.8,30.0
|
| 642 |
2012-11-13,163377,1223,85894,8631,14275,5843,0,1998,14099,6033,19101,1128,0,1695,3180,0,277,0,50131964,29.3,16854553,27.5,29.3,32.3
|
| 643 |
2012-11-14,164338,1205,84684,8123,14070,5952,0,2179,13509,5947,18593,1149,0,1777,6986,0,164,0,50326968,28.3,16859073,27.5,28.3,19.6
|
|
|
|
| 1239 |
2014-08-22,380583,1520,190255,22187,41293,17551,0,5632,33408,12643,41894,6686,1017,2574,3590,0,333,0,216226930,398.5,37002370,12.2,398.5,54.5
|
| 1240 |
2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,56.1
|
| 1241 |
2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
|
| 1242 |
+
2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
|
| 1243 |
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
|
| 1244 |
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
|