Add 2014-04-01 — 345.0K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2014/04/01.parquet +3 -0
- data/creates/2014/04/01.parquet +3 -0
- data/deletes/2014/04/01.parquet +3 -0
- data/forks/2014/04/01.parquet +3 -0
- data/issue_comments/2014/04/01.parquet +3 -0
- data/issues/2014/04/01.parquet +3 -0
- data/public_events/2014/04/01.parquet +3 -0
- data/pull_requests/2014/04/01.parquet +3 -0
- data/pushes/2014/04/01.parquet +3 -0
- data/stars/2014/04/01.parquet +3 -0
- data/wiki_pages/2014/04/01.parquet +3 -0
- stats.csv +3 -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 **2014-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 43.
|
| 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 |
|
|
@@ -723,7 +723,7 @@ duckdb.sql("""
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
-
2014 ███████████░░░░░░░░░░░░░░░░░░░
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -731,7 +731,7 @@ duckdb.sql("""
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
-
| 2014 |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
@@ -740,7 +740,7 @@ duckdb.sql("""
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
-
2014 ███████████░░░░░░░░░░░░░░░░░░░ 14.
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 75,
|
| 1158 |
-
| `issues` | IssuesEvent | 8,
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 13,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 14,
|
| 1163 |
-
| `forks` | ForkEvent | 5,
|
| 1164 |
-
| `creates` | CreateEvent | 19,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent |
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent | 139,
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
|
|
|
| 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 **2014-04-02** (970 days), totaling **151,178,964 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 43.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.2 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 |
|
|
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
+
2014 ███████████░░░░░░░░░░░░░░░░░░░ 28.3M
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
+
| 2014 | 92 | 28,342,567 | 308,071 | 8.6 GB | 2.6 GB | 1h01m | 4h39m | 1h23m |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 ███████████░░░░░░░░░░░░░░░░░░░ 14.4M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 75,649,619 | 50.0% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 8,495,279 | 5.6% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 13,131,611 | 8.7% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 6,046,671 | 4.0% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,293,890 | 0.9% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 14,253,184 | 9.4% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 5,435,440 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 19,289,087 | 12.8% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,736,487 | 1.1% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 140,459 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,450,049 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,643,222 | 1.7% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 139,787 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a1b5819dfe28447902d6abec86fd985fbfe79dbc096f10e404271fe63be6acb
|
| 3 |
+
size 103445
|
data/creates/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95749116c19e9620b25b74938f215729b4eabc7b5526a245d46ffa7d0f06f25d
|
| 3 |
+
size 1522914
|
data/deletes/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed1d35880137b1ca8b24922c5ff016b5fc645184edb2f7e7f965c67af46ff74e
|
| 3 |
+
size 183240
|
data/forks/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5efeb2f772412a1b0aafed54fc838ca4df69762997de2351f2e54cc35f2e495
|
| 3 |
+
size 329030
|
data/issue_comments/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3088f3a2e013ef9f13765694f6338481de7d14ac30f56ef1a443c795f04d9792
|
| 3 |
+
size 764903
|
data/issues/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d054d3088500d1a8c39de5d602ad7cc7d04680f2339cbbe23d48456a012c278
|
| 3 |
+
size 442612
|
data/public_events/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2aa873de9c7f918b3f744afad78a42a5f8b7b29173e3684a44052171a94f75a4
|
| 3 |
+
size 14640
|
data/pull_requests/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9cf3179022061d55e4c3f29615c1c38728198417b36df0b205a3b6b402a547c
|
| 3 |
+
size 2701587
|
data/pushes/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d50217a000b39b3f0a688d9e2fe6137d8e6c9bbb9b10f2feb9bc333dab3eb8f4
|
| 3 |
+
size 27408211
|
data/stars/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70631ea072943424a7f53372303bd7f89d7d7a1689b349a6e3fe0ddf62c3bbdd
|
| 3 |
+
size 687916
|
data/wiki_pages/2014/04/01.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc691e120e8e38ace085bfc16c16a5eb6ff4cfda4744b404e303a6ebf86cfaaf
|
| 3 |
+
size 327362
|
stats.csv
CHANGED
|
@@ -966,4 +966,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 966 |
2014-03-28,265437,1649,136351,12368,22975,12296,0,3295,24756,9839,30027,5147,657,2093,3719,0,265,0,88457134,179.8,26641468,28.5,179.8,86.7
|
| 967 |
2014-03-29,200581,1248,110400,8919,14722,7018,0,1407,18084,6803,23427,3376,463,1358,3184,0,172,0,61622245,113.3,20047612,25.5,113.3,84.9
|
| 968 |
2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,45.0
|
| 969 |
-
2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,
|
|
|
|
|
|
|
|
|
| 966 |
2014-03-28,265437,1649,136351,12368,22975,12296,0,3295,24756,9839,30027,5147,657,2093,3719,0,265,0,88457134,179.8,26641468,28.5,179.8,86.7
|
| 967 |
2014-03-29,200581,1248,110400,8919,14722,7018,0,1407,18084,6803,23427,3376,463,1358,3184,0,172,0,61622245,113.3,20047612,25.5,113.3,84.9
|
| 968 |
2014-03-30,261493,1127,139795,13181,20329,9391,0,2077,25821,8896,29466,5065,623,2063,3383,0,276,0,80143865,155.9,24936000,37.2,155.9,45.0
|
| 969 |
+
2014-03-31,267950,1502,135797,14167,24750,12160,0,3577,25195,9088,29957,4695,595,2463,3704,0,300,0,88878612,179.6,27363171,23.1,179.6,40.0
|
| 970 |
+
2014-04-01,344984,2112,173344,17672,32350,15674,0,4301,31936,12224,39529,6687,839,2984,4959,0,373,0,114574798,235.6,34485860,48.4,235.6,0.0
|
| 971 |
+
2014-04-02,337853,1910,164916,15974,33229,14823,0,4569,28922,11302,36452,17324,769,2603,4712,0,348,0,108878982,223.1,32760928,42.1,223.1,0.0
|