Add 2011-08-20 to 2011-08-26 — 7 days, 380.8K events, 7 files
Browse files- README.md +19 -19
- data/stars/2011/08/20.parquet +2 -2
- data/stars/2011/08/21.parquet +2 -2
- data/stars/2011/08/22.parquet +2 -2
- data/stars/2011/08/23.parquet +2 -2
- data/stars/2011/08/24.parquet +2 -2
- data/stars/2011/08/25.parquet +2 -2
- data/stars/2011/08/26.parquet +2 -2
- stats.csv +2 -1
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,
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 54.
|
| 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 |
|
|
@@ -136,7 +136,7 @@ duckdb.sql("""
|
|
| 136 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
|
| 137 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
-
2014 █████████████████████████░░░░░ 63.
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
|
@@ -145,7 +145,7 @@ duckdb.sql("""
|
|
| 145 |
| 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 826.0 MB | 1h02m | 50m08s | 1h16m |
|
| 146 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
-
| 2014 |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
@@ -157,7 +157,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 157 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
|
| 158 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 159 |
2013 ██████████████████████████████ 38.1M
|
| 160 |
-
2014 █████████████████████████░░░░░ 32.
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
@@ -178,7 +178,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
|
|
| 178 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 864.6K
|
| 179 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 180 |
2013 ██████████████████████████████ 4.3M
|
| 181 |
-
2014 ███████████████████████░░
|
| 182 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 183 |
```
|
| 184 |
|
|
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
-
| `pushes` | PushEvent |
|
| 641 |
-
| `issues` | IssuesEvent | 10,
|
| 642 |
-
| `issue_comments` | IssueCommentEvent | 16,
|
| 643 |
-
| `pull_requests` | PullRequestEvent | 7,
|
| 644 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 645 |
-
| `stars` | WatchEvent | 17,
|
| 646 |
-
| `forks` | ForkEvent | 6,
|
| 647 |
-
| `creates` | CreateEvent | 23,
|
| 648 |
-
| `deletes` | DeleteEvent | 2,
|
| 649 |
-
| `releases` | ReleaseEvent |
|
| 650 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 651 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 652 |
| `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
|
| 653 |
-
| `public_events` | PublicEvent | 174,
|
| 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,134 days), totaling **189,180,850 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 54.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 |
|
|
|
|
| 136 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 16.6M
|
| 137 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 138 |
2013 ██████████████████████████████ 74.5M
|
| 139 |
+
2014 █████████████████████████░░░░░ 63.3M
|
| 140 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 141 |
```
|
| 142 |
|
|
|
|
| 145 |
| 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 826.0 MB | 1h02m | 50m08s | 1h16m |
|
| 146 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
+
| 2014 | 195 | 63,300,867 | 324,619 | 19.6 GB | 5.8 GB | 2h06m | 11h08m | 2h54m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
|
|
|
| 157 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.0M
|
| 158 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 159 |
2013 ██████████████████████████████ 38.1M
|
| 160 |
+
2014 █████████████████████████░░░░░ 32.2M
|
| 161 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 162 |
```
|
| 163 |
|
|
|
|
| 178 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 864.6K
|
| 179 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 180 |
2013 ██████████████████████████████ 4.3M
|
| 181 |
+
2014 ███████████████████████░░░░░░░ 3.4M
|
| 182 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 183 |
```
|
| 184 |
|
|
|
|
| 637 |
|
| 638 |
| Table | GitHub Event | Events | % | Description |
|
| 639 |
|-------|-------------|-------:|---:|-------------|
|
| 640 |
+
| `pushes` | PushEvent | 95,075,342 | 50.3% | Git pushes with commits |
|
| 641 |
+
| `issues` | IssuesEvent | 10,465,948 | 5.5% | Issue lifecycle events |
|
| 642 |
+
| `issue_comments` | IssueCommentEvent | 16,453,820 | 8.7% | Comments on issues/PRs |
|
| 643 |
+
| `pull_requests` | PullRequestEvent | 7,676,369 | 4.1% | PR lifecycle events |
|
| 644 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,760,328 | 0.9% | Line-level PR comments |
|
| 645 |
+
| `stars` | WatchEvent | 17,797,896 | 9.4% | Repository stars |
|
| 646 |
+
| `forks` | ForkEvent | 6,797,449 | 3.6% | Repository forks |
|
| 647 |
+
| `creates` | CreateEvent | 23,777,941 | 12.6% | Branch/tag/repo creation |
|
| 648 |
+
| `deletes` | DeleteEvent | 2,437,721 | 1.3% | Branch/tag deletion |
|
| 649 |
+
| `releases` | ReleaseEvent | 229,178 | 0.1% | Release publications |
|
| 650 |
+
| `commit_comments` | CommitCommentEvent | 1,766,550 | 0.9% | Comments on commits |
|
| 651 |
+
| `wiki_pages` | GollumEvent | 3,110,770 | 1.6% | Wiki page edits |
|
| 652 |
| `members` | MemberEvent | 121,620 | 0.1% | Collaborator additions |
|
| 653 |
+
| `public_events` | PublicEvent | 174,672 | 0.1% | Repo made public |
|
| 654 |
|
| 655 |
## How it's built
|
| 656 |
|
data/stars/2011/08/20.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:d170c9489e94a8031dbba8dee1a96c0ea40358ac46f3e0c8eab9d6681ab12993
|
| 3 |
+
size 223946
|
data/stars/2011/08/21.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:0582822422141c9720b1b4f05fd5d6e7928e3ca2eea8697a612e4a3af9c9acfa
|
| 3 |
+
size 209165
|
data/stars/2011/08/22.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:cfc4d6764c23aa86b09ddc43b1d9aee0ef7ba1a1b80ad132e8e06d79ac8be757
|
| 3 |
+
size 319226
|
data/stars/2011/08/23.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:8ab0b439176f468e5c2b828bab01e7d42a8fee7ae4ec350e8698947bb8c1c439
|
| 3 |
+
size 340362
|
data/stars/2011/08/24.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:ea0771bddac3c576d25ee487a9663442119e9143c0e414c4ad22ff1dd9f6a928
|
| 3 |
+
size 321876
|
data/stars/2011/08/25.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:a19c7a8dc6113d8e2764c71b15044e611856d60827af523aafd51d41bb007561
|
| 3 |
+
size 303622
|
data/stars/2011/08/26.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:088b4b2a94580b986557c244375e91da61385c2b76f6970ffdbf39e822cdd2f9
|
| 3 |
+
size 290027
|
stats.csv
CHANGED
|
@@ -1128,7 +1128,8 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1128 |
2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
|
| 1129 |
2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
|
| 1130 |
2014-07-23,413121,1427,193108,20556,37630,19204,0,6206,35171,14458,70089,7022,968,3133,3844,0,305,0,144329550,352.1,41284207,39.0,352.1,47.4
|
| 1131 |
-
2014-07-24,396865,1539,190219,20855,40348,18423,0,6073,35150,13614,56146,6954,983,3002,3230,0,329,0,165477647,383.5,39157974,46.0,383.5,
|
|
|
|
| 1132 |
2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,0.0
|
| 1133 |
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
|
| 1134 |
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
|
|
|
|
| 1128 |
2014-07-19,236661,1010,131923,10377,16595,8570,0,2234,21916,9384,26772,3110,567,1662,2323,0,218,0,74195067,57.7,0,30.7,57.7,4.9
|
| 1129 |
2014-07-20,274459,884,151654,11530,19348,10341,0,2393,26184,10470,32188,4070,757,1857,2583,0,200,0,86809408,70.2,0,34.5,70.2,6.3
|
| 1130 |
2014-07-23,413121,1427,193108,20556,37630,19204,0,6206,35171,14458,70089,7022,968,3133,3844,0,305,0,144329550,352.1,41284207,39.0,352.1,47.4
|
| 1131 |
+
2014-07-24,396865,1539,190219,20855,40348,18423,0,6073,35150,13614,56146,6954,983,3002,3230,0,329,0,165477647,383.5,39157974,46.0,383.5,53.7
|
| 1132 |
+
2014-07-25,337217,1297,168832,16349,30507,16248,0,5100,30043,11148,40790,6268,1014,5416,3957,0,248,0,193075138,412.6,34159157,38.2,412.6,0.0
|
| 1133 |
2014-07-26,233635,917,118941,9805,15904,8286,0,1790,21475,8834,39374,3751,698,1510,2192,0,158,0,122087793,272.5,22277284,47.0,272.5,0.0
|
| 1134 |
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
|
| 1135 |
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
|