Add 2015-07-02 — 571.1K events, 14 files
Browse files- README.md +20 -20
- data/commit_comments/2015/07/02.parquet +3 -0
- data/creates/2015/07/02.parquet +3 -0
- data/deletes/2015/07/02.parquet +3 -0
- data/forks/2015/07/02.parquet +3 -0
- data/issue_comments/2015/07/02.parquet +3 -0
- data/issues/2015/07/02.parquet +3 -0
- data/members/2015/07/02.parquet +3 -0
- data/pr_review_comments/2015/07/02.parquet +3 -0
- data/public_events/2015/07/02.parquet +3 -0
- data/pull_requests/2015/07/02.parquet +3 -0
- data/pushes/2015/07/02.parquet +3 -0
- data/releases/2015/07/02.parquet +3 -0
- data/stars/2015/07/02.parquet +3 -0
- data/wiki_pages/2015/07/02.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 **2015-04-14** to **2015-07-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 11.
|
| 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 |
|
|
@@ -104,12 +104,12 @@ duckdb.sql("""
|
|
| 104 |
## Events per year
|
| 105 |
|
| 106 |
```
|
| 107 |
-
2015 ██████████████████████████████
|
| 108 |
```
|
| 109 |
|
| 110 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 111 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 112 |
-
| 2015 |
|
| 113 |
|
| 114 |
|
| 115 |
### Pushes per year
|
|
@@ -117,7 +117,7 @@ duckdb.sql("""
|
|
| 117 |
Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
|
| 118 |
|
| 119 |
```
|
| 120 |
-
2015 ██████████████████████████████ 19.
|
| 121 |
```
|
| 122 |
|
| 123 |
|
|
@@ -171,7 +171,7 @@ GROUP BY repo_name ORDER BY merged_prs DESC LIMIT 20;
|
|
| 171 |
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.
|
| 172 |
|
| 173 |
```
|
| 174 |
-
2015 ██████████████████████████████ 3.
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
@@ -584,20 +584,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 584 |
|
| 585 |
| Table | GitHub Event | Events | % | Description |
|
| 586 |
|-------|-------------|-------:|---:|-------------|
|
| 587 |
-
| `pushes` | PushEvent | 19,
|
| 588 |
-
| `issues` | IssuesEvent | 1,
|
| 589 |
-
| `issue_comments` | IssueCommentEvent | 3,
|
| 590 |
-
| `pull_requests` | PullRequestEvent |
|
| 591 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 592 |
-
| `stars` | WatchEvent | 3,
|
| 593 |
-
| `forks` | ForkEvent | 1,
|
| 594 |
-
| `creates` | CreateEvent | 5,
|
| 595 |
-
| `deletes` | DeleteEvent |
|
| 596 |
-
| `releases` | ReleaseEvent |
|
| 597 |
-
| `commit_comments` | CommitCommentEvent |
|
| 598 |
-
| `wiki_pages` | GollumEvent |
|
| 599 |
-
| `members` | MemberEvent |
|
| 600 |
-
| `public_events` | PublicEvent |
|
| 601 |
|
| 602 |
## How it's built
|
| 603 |
|
|
|
|
| 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 **2015-04-14** to **2015-07-02** (80 days), totaling **40,317,949 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 11.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 6.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 |
|
|
|
|
| 104 |
## Events per year
|
| 105 |
|
| 106 |
```
|
| 107 |
+
2015 ██████████████████████████████ 40.3M
|
| 108 |
```
|
| 109 |
|
| 110 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 111 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 112 |
+
| 2015 | 80 | 40,317,949 | 503,974 | 11.9 GB | 6.5 GB | 54m41s | 9h37m | 1h58m |
|
| 113 |
|
| 114 |
|
| 115 |
### Pushes per year
|
|
|
|
| 117 |
Pushes are the most common event type, representing roughly half of all GitHub activity. Each push can contain multiple commits. Bots (Dependabot, Renovate, CI pipelines) account for a significant share.
|
| 118 |
|
| 119 |
```
|
| 120 |
+
2015 ██████████████████████████████ 19.6M
|
| 121 |
```
|
| 122 |
|
| 123 |
|
|
|
|
| 171 |
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.
|
| 172 |
|
| 173 |
```
|
| 174 |
+
2015 ██████████████████████████████ 3.6M
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 584 |
|
| 585 |
| Table | GitHub Event | Events | % | Description |
|
| 586 |
|-------|-------------|-------:|---:|-------------|
|
| 587 |
+
| `pushes` | PushEvent | 19,561,628 | 48.5% | Git pushes with commits |
|
| 588 |
+
| `issues` | IssuesEvent | 1,881,832 | 4.7% | Issue lifecycle events |
|
| 589 |
+
| `issue_comments` | IssueCommentEvent | 3,675,832 | 9.1% | Comments on issues/PRs |
|
| 590 |
+
| `pull_requests` | PullRequestEvent | 2,019,820 | 5.0% | PR lifecycle events |
|
| 591 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 660,395 | 1.6% | Line-level PR comments |
|
| 592 |
+
| `stars` | WatchEvent | 3,569,263 | 8.9% | Repository stars |
|
| 593 |
+
| `forks` | ForkEvent | 1,342,929 | 3.3% | Repository forks |
|
| 594 |
+
| `creates` | CreateEvent | 5,726,885 | 14.2% | Branch/tag/repo creation |
|
| 595 |
+
| `deletes` | DeleteEvent | 889,848 | 2.2% | Branch/tag deletion |
|
| 596 |
+
| `releases` | ReleaseEvent | 130,370 | 0.3% | Release publications |
|
| 597 |
+
| `commit_comments` | CommitCommentEvent | 247,589 | 0.6% | Comments on commits |
|
| 598 |
+
| `wiki_pages` | GollumEvent | 375,967 | 0.9% | Wiki page edits |
|
| 599 |
+
| `members` | MemberEvent | 195,141 | 0.5% | Collaborator additions |
|
| 600 |
+
| `public_events` | PublicEvent | 40,450 | 0.1% | Repo made public |
|
| 601 |
|
| 602 |
## How it's built
|
| 603 |
|
data/commit_comments/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:755a9052106587fed06900cbb4bd7d448285229d068ac3ee3426d3761423bd4f
|
| 3 |
+
size 509405
|
data/creates/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0bd81c172be25eac814ae3f3d5497e2c33f4716abead9ed8871252a7150288
|
| 3 |
+
size 3035413
|
data/deletes/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5bf82a41aa7b13498efcfdd830acc3b605565cd9311aa71591db7ea9ba0edbf
|
| 3 |
+
size 437536
|
data/forks/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73dea9420d22c4d3f615c30d01285db4dfc00b98c4266544361abc57568f30d2
|
| 3 |
+
size 2069455
|
data/issue_comments/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaf379bc2a009a9ecd7fd4ec45190c577d75578143f1c147c5b3afe878955066
|
| 3 |
+
size 10117678
|
data/issues/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ba33e75bebf1667864699c7c9a3e71602c29557259099a3a091150ca7072ee0
|
| 3 |
+
size 6986199
|
data/members/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a1f1d382a38f74f20d9000d0e5e98b27f12967ccb4851e75220214919c8dabb
|
| 3 |
+
size 94049
|
data/pr_review_comments/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886babbbf16a023f19b208f31bd835df775410d463d0d6664bf1333035e23fc0
|
| 3 |
+
size 4154547
|
data/public_events/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15770fbf731eee23fd1e09e251ff2f61ea0485f2a47ac792ef9484ba88b8cef5
|
| 3 |
+
size 29904
|
data/pull_requests/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa10d30dd32f9281af8c620c3341198c30335a0bc53d99407f722899e90727f9
|
| 3 |
+
size 5469563
|
data/pushes/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f84d4af5b6c85310370b9896df2464e97345e6f33d6351ff82a98a485a3d74ae
|
| 3 |
+
size 65788161
|
data/releases/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54bdd28713379413f070d8e2b3dced1a2c18145e23db945dc1625cc36ab249d1
|
| 3 |
+
size 319470
|
data/stars/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:559c847d5d5e14451c71314c6770703b9603083bd085ffcb73e34b0271539664
|
| 3 |
+
size 1845410
|
data/wiki_pages/2015/07/02.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f73c3d5a9788e0f072bdad036821f2549f1e2cdbd6ea02d42b5ab6e788fef941
|
| 3 |
+
size 292444
|
stats.csv
CHANGED
|
@@ -77,4 +77,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 77 |
2015-06-28,372368,0,198421,15988,27437,15476,0,3634,32890,11852,51087,7144,1247,1857,3616,1349,370,0,122576430,221.1,62151068,29.2,221.1,46.0
|
| 78 |
2015-06-29,602964,0,286105,29540,60190,31999,0,12608,55893,19445,80332,12145,1984,3697,5809,2653,564,0,234573054,438.2,107733461,90.6,438.2,37.1
|
| 79 |
2015-06-30,628073,0,297205,29585,63158,33556,0,14386,57158,20938,83403,13350,2294,4119,5800,2504,617,0,249903209,467.9,113475490,95.8,467.9,43.7
|
| 80 |
-
2015-07-01,577176,0,272943,27450,56863,30825,0,13370,51519,19670,79063,11748,1982,3650,4969,2590,534,0,229599457,432.2,104312103,42.5,432.2,
|
|
|
|
|
|
| 77 |
2015-06-28,372368,0,198421,15988,27437,15476,0,3634,32890,11852,51087,7144,1247,1857,3616,1349,370,0,122576430,221.1,62151068,29.2,221.1,46.0
|
| 78 |
2015-06-29,602964,0,286105,29540,60190,31999,0,12608,55893,19445,80332,12145,1984,3697,5809,2653,564,0,234573054,438.2,107733461,90.6,438.2,37.1
|
| 79 |
2015-06-30,628073,0,297205,29585,63158,33556,0,14386,57158,20938,83403,13350,2294,4119,5800,2504,617,0,249903209,467.9,113475490,95.8,467.9,43.7
|
| 80 |
+
2015-07-01,577176,0,272943,27450,56863,30825,0,13370,51519,19670,79063,11748,1982,3650,4969,2590,534,0,229599457,432.2,104312103,42.5,432.2,39.0
|
| 81 |
+
2015-07-02,571085,0,268858,27299,55111,30615,0,11576,53702,19621,77974,12654,1886,3770,4988,2351,680,0,221977408,426.6,101149234,43.3,426.6,0.0
|