Add 2014-09-28 — 312.1K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2014/09/28.parquet +3 -0
- data/creates/2014/09/28.parquet +3 -0
- data/deletes/2014/09/28.parquet +3 -0
- data/forks/2014/09/28.parquet +3 -0
- data/issue_comments/2014/09/28.parquet +3 -0
- data/issues/2014/09/28.parquet +3 -0
- data/public_events/2014/09/28.parquet +3 -0
- data/pull_requests/2014/09/28.parquet +3 -0
- data/pushes/2014/09/28.parquet +3 -0
- data/stars/2014/09/28.parquet +3 -0
- data/wiki_pages/2014/09/28.parquet +3 -0
- 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 70.
|
| 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 ██████████████████████████████ 86.
|
| 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 |
|
| 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 ██████████████████████████████ 43.
|
| 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 ██████████████████████████████ 4.
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
| 186 |
|
|
@@ -224,7 +224,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
|
|
| 224 |
```
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
2012 ███████████████░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
-
2013 ██████████████████████████
|
| 228 |
2014 ██████████████████████████████ 7.9M
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 112,
|
| 643 |
-
| `issues` | IssuesEvent | 12,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 19,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 9,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 20,
|
| 648 |
-
| `forks` | ForkEvent | 7,
|
| 649 |
-
| `creates` | CreateEvent | 28,
|
| 650 |
-
| `deletes` | DeleteEvent | 2,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
-
| `public_events` | PublicEvent | 205,
|
| 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,302 days), totaling **223,763,845 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 70.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.3 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 ██████████████████████████████ 86.5M
|
| 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 | 258 | 86,527,732 | 335,378 | 31.9 GB | 7.9 GB | 2h53m | 17h56m | 3h58m |
|
| 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 ██████████████████████████████ 43.8M
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
|
|
| 180 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
|
| 181 |
2012 ██████████████░░░░░░░░░░░░░░░░ 2.4M
|
| 182 |
2013 ███████████████████████████░░░ 4.4M
|
| 183 |
+
2014 ██████████████████████████████ 4.9M
|
| 184 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
|
| 185 |
```
|
| 186 |
|
|
|
|
| 224 |
```
|
| 225 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 226 |
2012 ███████████████░░░░░░░░░░░░░░░ 4.0M
|
| 227 |
+
2013 ██████████████████████████░░░░ 7.1M
|
| 228 |
2014 ██████████████████████████████ 7.9M
|
| 229 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
|
| 230 |
```
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 112,225,876 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 12,679,306 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 19,537,084 | 8.7% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 9,086,128 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,166,857 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 20,940,815 | 9.4% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 7,950,294 | 3.6% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 28,251,601 | 12.6% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 2,932,468 | 1.3% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 292,316 | 0.1% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,061,290 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 3,593,534 | 1.6% | Wiki page edits |
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 205,600 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f09692f3e7bc5c023d8504cad788e207483f517ef53e9d9549bdc4dbc4c207f
|
| 3 |
+
size 79573
|
data/creates/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:647e32872957a6ba1309001a5b1563dab68e2dd4755b5e7b03e214d87037cf47
|
| 3 |
+
size 2543849
|
data/deletes/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fd570ad28d4e8a77dc739431b94ba7765ef6bc4eb2a71aad3e9354b797c0156
|
| 3 |
+
size 124837
|
data/forks/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9082891d4d58641eae08c536e3fcf24b900c923619e207cc073f87e2b9631b26
|
| 3 |
+
size 277499
|
data/issue_comments/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a778e2e09638a0b64bfbeb975e1a139db02ee386921cbe7898290d5b6d5c8f45
|
| 3 |
+
size 551694
|
data/issues/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68b41ca74f4d7ead0f47799d5a5fc0c81c8b55ab130f17ee0245cb13dd07ad66
|
| 3 |
+
size 419579
|
data/public_events/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6753ba7a3db597809fe9f3041f3419042f2e2a734a608bfebbc50f0b5dc986a8
|
| 3 |
+
size 13091
|
data/pull_requests/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70cd5181e2940ea2d90fd657a5e5194baacf3fe94f5147c68691cc30045412fc
|
| 3 |
+
size 1997886
|
data/pushes/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7af38595562e4bf2751f7e0f3424c483336f15dd965e80a36d3b0783be7ce6fe
|
| 3 |
+
size 24520004
|
data/stars/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ddccb8d94b40caeac310af0c137f23d97e32d2374aeb4a7e7e22f4e2446b3280
|
| 3 |
+
size 1307399
|
data/wiki_pages/2014/09/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e63089f0239bad6c0e4c9fbf6e5b7f9558bc2471e3dcb601487549bd003e09b
|
| 3 |
+
size 178238
|
stats.csv
CHANGED
|
@@ -1297,6 +1297,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1297 |
2014-09-24,459037,2179,214687,55063,42652,21128,0,7634,35602,14197,48370,7479,1100,3144,5373,0,429,0,261416936,446.3,44210306,53.0,446.3,60.9
|
| 1298 |
2014-09-25,439908,2282,210324,45968,39655,20432,0,7547,35285,13919,47300,7165,1146,3384,5077,0,424,0,253513488,426.5,43303328,40.4,426.5,46.4
|
| 1299 |
2014-09-26,435128,2191,195735,69598,36959,19389,0,6866,31370,12453,44311,7247,1053,3170,4455,0,331,0,244110814,398.5,39427292,51.7,398.5,53.5
|
| 1300 |
-
2014-09-27,317895,1606,148415,51490,18890,10909,0,2012,24401,9561,32202,4929,754,1712,10773,0,241,0,168289763,82.5,28562975,50.7,82.5,
|
|
|
|
| 1301 |
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
|
| 1302 |
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
|
|
|
|
| 1297 |
2014-09-24,459037,2179,214687,55063,42652,21128,0,7634,35602,14197,48370,7479,1100,3144,5373,0,429,0,261416936,446.3,44210306,53.0,446.3,60.9
|
| 1298 |
2014-09-25,439908,2282,210324,45968,39655,20432,0,7547,35285,13919,47300,7165,1146,3384,5077,0,424,0,253513488,426.5,43303328,40.4,426.5,46.4
|
| 1299 |
2014-09-26,435128,2191,195735,69598,36959,19389,0,6866,31370,12453,44311,7247,1053,3170,4455,0,331,0,244110814,398.5,39427292,51.7,398.5,53.5
|
| 1300 |
+
2014-09-27,317895,1606,148415,51490,18890,10909,0,2012,24401,9561,32202,4929,754,1712,10773,0,241,0,168289763,82.5,28562975,50.7,82.5,31.3
|
| 1301 |
+
2014-09-28,312064,1396,165788,19457,22157,11952,0,2831,29520,10185,37981,4314,818,1995,3348,0,322,0,171614176,83.8,32013649,50.2,83.8,0.0
|
| 1302 |
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
|
| 1303 |
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
|