Add 2012-08-15 — 117.3K events, 11 files
Browse files- README.md +17 -17
- data/commit_comments/2012/08/15.parquet +3 -0
- data/creates/2012/08/15.parquet +3 -0
- data/deletes/2012/08/15.parquet +3 -0
- data/forks/2012/08/15.parquet +3 -0
- data/issue_comments/2012/08/15.parquet +3 -0
- data/issues/2012/08/15.parquet +3 -0
- data/public_events/2012/08/15.parquet +3 -0
- data/pull_requests/2012/08/15.parquet +3 -0
- data/pushes/2012/08/15.parquet +3 -0
- data/stars/2012/08/15.parquet +3 -0
- data/wiki_pages/2012/08/15.parquet +3 -0
- stats.csv +2 -1
README.md
CHANGED
|
@@ -61,7 +61,7 @@ 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 **2012-08-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 7.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
@@ -132,20 +132,20 @@ duckdb.sql("""
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 █████████████████████░░░░░░░░░ 14.1M
|
| 135 |
-
2012 ██████████████████████████████ 19.
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
-
| 2012 |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████░░░░░░░░ 6.7M
|
| 148 |
-
2012 ██████████████████████████████ 9.
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
@@ -169,7 +169,7 @@ duckdb.sql("""
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 █████████████████████░░░░░░░░░ 1.4M
|
| 172 |
-
2012 ██████████████████████████████
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
@@ -553,19 +553,19 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
-
| `pushes` | PushEvent | 15,
|
| 557 |
-
| `issues` | IssuesEvent | 1,
|
| 558 |
-
| `issue_comments` | IssueCommentEvent | 2,
|
| 559 |
-
| `pull_requests` | PullRequestEvent | 1,
|
| 560 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 561 |
-
| `stars` | WatchEvent | 3,
|
| 562 |
-
| `forks` | ForkEvent | 1,
|
| 563 |
-
| `creates` | CreateEvent | 5,
|
| 564 |
-
| `deletes` | DeleteEvent |
|
| 565 |
-
| `commit_comments` | CommitCommentEvent |
|
| 566 |
-
| `wiki_pages` | GollumEvent |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
-
| `public_events` | PublicEvent | 30,
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
|
|
|
| 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 **2012-08-15** (425 days), totaling **33,855,129 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 7.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 3.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 |
|
|
|
|
| 132 |
|
| 133 |
```
|
| 134 |
2011 █████████████████████░░░░░░░░░ 14.1M
|
| 135 |
+
2012 ██████████████████████████████ 19.8M
|
| 136 |
```
|
| 137 |
|
| 138 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 139 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 140 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 141 |
+
| 2012 | 182 | 19,758,985 | 108,565 | 5.1 GB | 1.9 GB | 1h21m | 1h50m | 1h43m |
|
| 142 |
|
| 143 |
|
| 144 |
### Pushes per year
|
| 145 |
|
| 146 |
```
|
| 147 |
2011 ██████████████████████░░░░░░░░ 6.7M
|
| 148 |
+
2012 ██████████████████████████████ 9.1M
|
| 149 |
```
|
| 150 |
|
| 151 |
|
|
|
|
| 169 |
|
| 170 |
```
|
| 171 |
2011 █████████████████████░░░░░░░░░ 1.4M
|
| 172 |
+
2012 ██████████████████████████████ 2.0M
|
| 173 |
```
|
| 174 |
|
| 175 |
|
|
|
|
| 553 |
|
| 554 |
| Table | GitHub Event | Events | % | Description |
|
| 555 |
|-------|-------------|-------:|---:|-------------|
|
| 556 |
+
| `pushes` | PushEvent | 15,752,964 | 46.5% | Git pushes with commits |
|
| 557 |
+
| `issues` | IssuesEvent | 1,758,284 | 5.2% | Issue lifecycle events |
|
| 558 |
+
| `issue_comments` | IssueCommentEvent | 2,507,083 | 7.4% | Comments on issues/PRs |
|
| 559 |
+
| `pull_requests` | PullRequestEvent | 1,416,486 | 4.2% | PR lifecycle events |
|
| 560 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 116,997 | 0.3% | Line-level PR comments |
|
| 561 |
+
| `stars` | WatchEvent | 3,371,749 | 10.0% | Repository stars |
|
| 562 |
+
| `forks` | ForkEvent | 1,034,189 | 3.1% | Repository forks |
|
| 563 |
+
| `creates` | CreateEvent | 5,720,423 | 16.9% | Branch/tag/repo creation |
|
| 564 |
+
| `deletes` | DeleteEvent | 298,171 | 0.9% | Branch/tag deletion |
|
| 565 |
+
| `commit_comments` | CommitCommentEvent | 386,257 | 1.1% | Comments on commits |
|
| 566 |
+
| `wiki_pages` | GollumEvent | 646,937 | 1.9% | Wiki page edits |
|
| 567 |
| `members` | MemberEvent | 102,637 | 0.3% | Collaborator additions |
|
| 568 |
+
| `public_events` | PublicEvent | 30,220 | 0.1% | Repo made public |
|
| 569 |
|
| 570 |
## How it's built
|
| 571 |
|
data/commit_comments/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daa2f1ac34a633f74da75707b86fb8f63239282ae6cc64425cbfc58053f6e04e
|
| 3 |
+
size 44635
|
data/creates/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69efd8e7adde91460ee1a058b0bcf61f198f86ee2aa2806373934b15a260f9be
|
| 3 |
+
size 442451
|
data/deletes/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0526f88443ac6ae15552353df8047031903851957c6e24a5152d012aa4ba3af5
|
| 3 |
+
size 26748
|
data/forks/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:191bdfc4b2a4c41ca7004507f3bca8f386ea19243612e0634427a21580e1af60
|
| 3 |
+
size 107067
|
data/issue_comments/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24a3debff8ebafcb12d2b0bbf62ef79605579a7bd2eca97ce148b2bcfe1394b0
|
| 3 |
+
size 221100
|
data/issues/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ddaf906961f23d7e54a7732183d6b2d8988ed7ad11cc1cf53b1f7c22f4e63cd
|
| 3 |
+
size 146173
|
data/public_events/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a63425e3db70fb1e0dc52347a2b2c8512504b697fdcdfd938997b714199e73b4
|
| 3 |
+
size 5830
|
data/pull_requests/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:560a7c98a05d31703d507893f6e24f58467e9424a65c3a4d2c8318a1f926cef6
|
| 3 |
+
size 720996
|
data/pushes/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdac197373007fc53ae5ff538b175c9de916f2d967f6e03e9fe19dcc747ca442
|
| 3 |
+
size 9555044
|
data/stars/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0295a13aabe8687bcc3c409afb375762e8360647ff0386b4ed9c1fead7cadc
|
| 3 |
+
size 203200
|
data/wiki_pages/2012/08/15.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c3d3288996408d10e66c9b9a8205532774480e4333d6a8479928e48d7ddc184
|
| 3 |
+
size 155957
|
stats.csv
CHANGED
|
@@ -422,4 +422,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 422 |
2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,8.4,7874105,22.1,8.4,43.5
|
| 423 |
2012-08-12,88621,397,49055,4344,6544,2264,0,451,8866,3164,10585,460,0,725,1704,0,62,0,24782511,15.8,8596636,27.2,15.8,52.3
|
| 424 |
2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,22.2,12961374,46.6,22.2,56.8
|
| 425 |
-
2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,19.1,13179745,23.1,19.1,
|
|
|
|
|
|
| 422 |
2012-08-11,79688,431,44295,3927,5588,1955,0,378,7334,3099,9746,514,0,687,1681,0,53,0,22228492,8.4,7874105,22.1,8.4,43.5
|
| 423 |
2012-08-12,88621,397,49055,4344,6544,2264,0,451,8866,3164,10585,460,0,725,1704,0,62,0,24782511,15.8,8596636,27.2,15.8,52.3
|
| 424 |
2012-08-13,132998,760,68210,8123,13804,4672,0,1081,12188,4898,14034,824,0,1765,2538,0,101,0,38990005,22.2,12961374,46.6,22.2,56.8
|
| 425 |
+
2012-08-14,131811,710,69425,7375,11977,4741,0,1149,11981,4908,14536,878,0,1568,2434,0,129,0,39316756,19.1,13179745,23.1,19.1,22.6
|
| 426 |
+
2012-08-15,117313,629,63087,6151,10070,3923,0,1077,10532,4299,13180,838,0,1239,2168,0,120,0,35038402,19.1,11629201,22.8,19.1,0.0
|