Add 2011-12-30 — 70.4K events, 11 files
Browse files- README.md +17 -17
- data/commit_comments/2011/12/30.parquet +3 -0
- data/creates/2011/12/30.parquet +3 -0
- data/deletes/2011/12/30.parquet +3 -0
- data/forks/2011/12/30.parquet +3 -0
- data/issues/2011/12/30.parquet +3 -0
- data/members/2011/12/30.parquet +3 -0
- data/public_events/2011/12/30.parquet +3 -0
- data/pull_requests/2011/12/30.parquet +3 -0
- data/pushes/2011/12/30.parquet +3 -0
- data/stars/2011/12/30.parquet +3 -0
- data/wiki_pages/2011/12/30.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 **2011-12-
|
| 65 |
|
| 66 |
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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 |
|
|
@@ -136,27 +136,27 @@ duckdb.sql("""
|
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
-
2011 ██████████████████████████████ 6.
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
-
2011 ██████████████████████████████
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
-
2011 ██████████████████████████████
|
| 160 |
```
|
| 161 |
|
| 162 |
|
|
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
-
| `pushes` | PushEvent | 6,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent | 1,
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 2,
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 77,
|
| 561 |
-
| `public_events` | PublicEvent | 12,
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
|
|
|
| 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 **2011-12-30** (242 days), totaling **14,044,990 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 2.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.4 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 |
|
|
|
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 242 | 14,044,990 | 58,037 | 2.7 GB | 1.4 GB | 1h06m | 50m21s | 1h54m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
| 143 |
|
| 144 |
```
|
| 145 |
+
2011 ██████████████████████████████ 6.7M
|
| 146 |
```
|
| 147 |
|
| 148 |
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 735.0K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 369.7K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 6,652,632 | 47.4% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 734,968 | 5.2% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 928,446 | 6.6% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 369,707 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 1,412,785 | 10.1% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 395,584 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 2,198,201 | 15.7% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 165,527 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 172,174 | 1.2% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 284,853 | 2.0% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 77,892 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 12,615 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:250db1f1fb1fafee8b5a274809e2a52e65df9c6689d29493e61f323830cc7288
|
| 3 |
+
size 115931
|
data/creates/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cdbe9b79b392f18d44ece27dd5fbc08aae826feacfa27652b62f9587f6d50eae
|
| 3 |
+
size 350568
|
data/deletes/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b7920574830b9873fb3744d6fb0abb64d56238f361aedae36530e2e3dc40c45
|
| 3 |
+
size 21581
|
data/forks/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:882af951305ed7eef0b1bfc4d297cd4b4ec616f8e080c4f42bd42c0943b0191e
|
| 3 |
+
size 178209
|
data/issues/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb66ef90d100187e032262a119443b2326f1211e41233d75d12942781eefc4a5
|
| 3 |
+
size 1048953
|
data/members/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:626b154c2a2142a715a4d3f5133049e6d61f20abc7abeeec096978538a124429
|
| 3 |
+
size 12218
|
data/public_events/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f6c9805ae735fbe16f91296fda8e466d657d833c793abdb74e0400cf993c0c9
|
| 3 |
+
size 4969
|
data/pull_requests/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd13f8aed1ba17036ebf9e11a199093c16521a5eeff912daa6d8fdfe4f35260e
|
| 3 |
+
size 312098
|
data/pushes/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5be712a73542286526a6df8a09110bcd6c7fa467f5154745ea7db7f88fd41dc2
|
| 3 |
+
size 6296139
|
data/stars/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d9daad099cb1b1b15e2acc4912ed8fff8dd21aeca1d0dbc4790b487e8ac4413
|
| 3 |
+
size 201992
|
data/wiki_pages/2011/12/30.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dcc89d311aed0640f1a9c3df607f3f446843c36e2c2610c6b1027ec0a8453c6
|
| 3 |
+
size 69901
|
stats.csv
CHANGED
|
@@ -239,4 +239,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 239 |
2011-12-26,43161,0,19835,1877,2627,1070,0,0,5003,1259,9712,371,0,398,836,147,26,0,10618201,6.8,5607691,17.2,6.8,36.6
|
| 240 |
2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
|
| 241 |
2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
|
| 242 |
-
2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,
|
|
|
|
|
|
| 239 |
2011-12-26,43161,0,19835,1877,2627,1070,0,0,5003,1259,9712,371,0,398,836,147,26,0,10618201,6.8,5607691,17.2,6.8,36.6
|
| 240 |
2011-12-27,62614,0,26668,3362,4370,1462,0,0,7037,1663,15660,635,0,519,994,189,55,0,15105587,9.6,7773348,19.5,9.6,24.8
|
| 241 |
2011-12-28,63244,0,27441,3251,4035,1591,0,0,6862,1714,15587,715,0,684,1055,267,42,0,15248413,10.8,7727556,19.3,10.8,32.4
|
| 242 |
+
2011-12-29,70937,0,31821,3721,5199,1805,0,0,6933,1888,16628,571,0,693,1399,228,51,0,17845054,9.3,9003476,17.8,9.3,25.8
|
| 243 |
+
2011-12-30,70421,0,29386,5150,6734,1626,0,0,6972,1758,16041,576,0,740,1168,211,59,0,17699033,11.3,8612559,33.6,11.3,0.0
|