Add 2015-07-10 — 587.1K events, 14 files
Browse files- README.md +20 -20
- data/commit_comments/2015/07/10.parquet +3 -0
- data/creates/2015/07/10.parquet +3 -0
- data/deletes/2015/07/10.parquet +3 -0
- data/forks/2015/07/10.parquet +3 -0
- data/issue_comments/2015/07/10.parquet +3 -0
- data/issues/2015/07/10.parquet +3 -0
- data/members/2015/07/10.parquet +3 -0
- data/pr_review_comments/2015/07/10.parquet +3 -0
- data/public_events/2015/07/10.parquet +3 -0
- data/pull_requests/2015/07/10.parquet +3 -0
- data/pushes/2015/07/10.parquet +3 -0
- data/releases/2015/07/10.parquet +3 -0
- data/stars/2015/07/10.parquet +3 -0
- data/wiki_pages/2015/07/10.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 13.
|
| 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 ██████████████████████████████ 44.
|
| 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 ██████████████████████████████ 21.
|
| 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 ██████████████████████████████
|
| 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 | 21,
|
| 588 |
-
| `issues` | IssuesEvent | 2,
|
| 589 |
-
| `issue_comments` | IssueCommentEvent | 4,
|
| 590 |
-
| `pull_requests` | PullRequestEvent | 2,
|
| 591 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 592 |
-
| `stars` | WatchEvent | 3,
|
| 593 |
-
| `forks` | ForkEvent | 1,
|
| 594 |
-
| `creates` | CreateEvent | 6,
|
| 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-10** (88 days), totaling **44,648,933 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 13.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 7.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 |
|
|
|
|
| 104 |
## Events per year
|
| 105 |
|
| 106 |
```
|
| 107 |
+
2015 ██████████████████████████████ 44.6M
|
| 108 |
```
|
| 109 |
|
| 110 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 111 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 112 |
+
| 2015 | 88 | 44,648,933 | 507,374 | 13.4 GB | 7.2 GB | 1h03m | 10h25m | 2h04m |
|
| 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 ██████████████████████████████ 21.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 ██████████████████████████████ 4.0M
|
| 175 |
```
|
| 176 |
|
| 177 |
|
|
|
|
| 584 |
|
| 585 |
| Table | GitHub Event | Events | % | Description |
|
| 586 |
|-------|-------------|-------:|---:|-------------|
|
| 587 |
+
| `pushes` | PushEvent | 21,641,867 | 48.5% | Git pushes with commits |
|
| 588 |
+
| `issues` | IssuesEvent | 2,083,551 | 4.7% | Issue lifecycle events |
|
| 589 |
+
| `issue_comments` | IssueCommentEvent | 4,077,380 | 9.1% | Comments on issues/PRs |
|
| 590 |
+
| `pull_requests` | PullRequestEvent | 2,236,557 | 5.0% | PR lifecycle events |
|
| 591 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 737,750 | 1.7% | Line-level PR comments |
|
| 592 |
+
| `stars` | WatchEvent | 3,978,123 | 8.9% | Repository stars |
|
| 593 |
+
| `forks` | ForkEvent | 1,498,557 | 3.4% | Repository forks |
|
| 594 |
+
| `creates` | CreateEvent | 6,323,670 | 14.2% | Branch/tag/repo creation |
|
| 595 |
+
| `deletes` | DeleteEvent | 979,259 | 2.2% | Branch/tag deletion |
|
| 596 |
+
| `releases` | ReleaseEvent | 145,368 | 0.3% | Release publications |
|
| 597 |
+
| `commit_comments` | CommitCommentEvent | 274,085 | 0.6% | Comments on commits |
|
| 598 |
+
| `wiki_pages` | GollumEvent | 415,981 | 0.9% | Wiki page edits |
|
| 599 |
+
| `members` | MemberEvent | 212,306 | 0.5% | Collaborator additions |
|
| 600 |
+
| `public_events` | PublicEvent | 44,479 | 0.1% | Repo made public |
|
| 601 |
|
| 602 |
## How it's built
|
| 603 |
|
data/commit_comments/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3cc573e97b04ed2a4fb1c0c8b7595e7ec1a2f9a05e73dbe7a144636b69652de
|
| 3 |
+
size 486582
|
data/creates/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e8633b30cadcb35c9c0dbda151edecf416fb28b84915e3ae80911384029758a
|
| 3 |
+
size 3026805
|
data/deletes/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495e9954715d0803e9a921ccb40cc0f4c58218be8e959b626ed73cad436c2ec2
|
| 3 |
+
size 424436
|
data/forks/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d14dadc8a2352422baead635be658c1af9739052f3fc2157c96c02552ecbc285
|
| 3 |
+
size 2157482
|
data/issue_comments/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a22663687facadd21253badf307d31d2960af86a59788008c81877eda452f9e
|
| 3 |
+
size 10622899
|
data/issues/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a6b4db0b2f890eceacbb7b4193c2678b8ba849f76e799daf213b5e4d4e94deb
|
| 3 |
+
size 7313005
|
data/members/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eda0ed113af958e890a4a20371b41a8e22afbe5e6757fa6ea077a3cfd2cfd44
|
| 3 |
+
size 87575
|
data/pr_review_comments/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4d27ded1adeb296e93f78bc95f684d62a62989ad4755c5c4efc80d147be2e91
|
| 3 |
+
size 3827748
|
data/public_events/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50b669f50de66cd0949b91373885fd13da9114e16dd026da6fea323bd1ce7516
|
| 3 |
+
size 23205
|
data/pull_requests/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66e8a78f2da76cd0aecf707cf43f9ec5d1f23c4dd4cdb7650795675fd49ba15e
|
| 3 |
+
size 5671698
|
data/pushes/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2847c59a920ab6e1f00143b6337be22099066901bfa0015569e632761575ebba
|
| 3 |
+
size 67717943
|
data/releases/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f00e8c44151c5abcb69acbc778f6055f34540f19f6c1c0741a442a4cfb0aceee
|
| 3 |
+
size 330008
|
data/stars/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:281b306e59503cec5c8c2f6e30f4aade1dfac05978351a33ae77fd10f1681265
|
| 3 |
+
size 1856966
|
data/wiki_pages/2015/07/10.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:001979010b444a80d887ad2c87db9fa1437ffc91d4f4a16cb2c7fd6b95523c32
|
| 3 |
+
size 306405
|
stats.csv
CHANGED
|
@@ -85,4 +85,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 85 |
2015-07-06,606905,0,286025,29965,58447,31452,0,12072,57765,22037,81388,12925,2060,3887,5811,2480,591,0,233158959,393.5,106938651,92.0,393.5,44.5
|
| 86 |
2015-07-07,638430,0,300442,30137,61646,32931,0,13510,62147,23533,85295,13568,2205,3874,5590,2878,674,0,245556010,433.9,111271146,88.3,433.9,48.4
|
| 87 |
2015-07-08,660454,0,309231,30865,64683,34807,0,13190,61383,24305,91920,13665,2179,4240,6736,2630,620,0,253716521,457.3,115484448,97.7,457.3,40.1
|
| 88 |
-
2015-07-09,645483,0,304619,30190,64371,34367,0,13359,57830,23945,88583,12661,2169,3994,6110,2694,591,0,251902325,446.0,114270917,94.8,446.0,
|
|
|
|
|
|
| 85 |
2015-07-06,606905,0,286025,29965,58447,31452,0,12072,57765,22037,81388,12925,2060,3887,5811,2480,591,0,233158959,393.5,106938651,92.0,393.5,44.5
|
| 86 |
2015-07-07,638430,0,300442,30137,61646,32931,0,13510,62147,23533,85295,13568,2205,3874,5590,2878,674,0,245556010,433.9,111271146,88.3,433.9,48.4
|
| 87 |
2015-07-08,660454,0,309231,30865,64683,34807,0,13190,61383,24305,91920,13665,2179,4240,6736,2630,620,0,253716521,457.3,115484448,97.7,457.3,40.1
|
| 88 |
+
2015-07-09,645483,0,304619,30190,64371,34367,0,13359,57830,23945,88583,12661,2169,3994,6110,2694,591,0,251902325,446.0,114270917,94.8,446.0,39.0
|
| 89 |
+
2015-07-10,587057,0,278801,28051,57503,31276,0,11107,55280,21009,78315,11791,2179,3917,5161,2143,524,0,227282850,412.3,103852757,39.5,412.3,0.0
|