Add 2011-12-06 — 88.5K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2011/12/06.parquet +3 -0
- data/creates/2011/12/06.parquet +3 -0
- data/deletes/2011/12/06.parquet +3 -0
- data/forks/2011/12/06.parquet +3 -0
- data/issues/2011/12/06.parquet +3 -0
- data/members/2011/12/06.parquet +3 -0
- data/public_events/2011/12/06.parquet +3 -0
- data/pull_requests/2011/12/06.parquet +3 -0
- data/pushes/2011/12/06.parquet +3 -0
- data/stars/2011/12/06.parquet +3 -0
- data/wiki_pages/2011/12/06.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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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 |
|
|
@@ -131,12 +131,12 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 12.
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
-
| 2011 |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
@@ -149,21 +149,21 @@ duckdb.sql("""
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
-
2011 ██████████████████████████████
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
-
2011 ██████████████████████████████
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
-
2011 ██████████████████████████████ 1.
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
@@ -547,18 +547,18 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
-
| `pushes` | PushEvent | 5,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent | 1,
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 1,
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent |
|
| 561 |
-
| `public_events` | PublicEvent | 11,
|
| 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-06** (218 days), totaling **12,357,682 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.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 1.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 |
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 12.4M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 218 | 12,357,682 | 56,686 | 2.3 GB | 1.2 GB | 56m58s | 45m56s | 1h40m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 650.2K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 323.7K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 1.3M
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 5,908,977 | 47.8% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 650,172 | 5.3% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 808,822 | 6.5% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 323,708 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 1,251,047 | 10.1% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 350,253 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 1,790,487 | 14.5% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 143,296 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 154,100 | 1.2% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 254,954 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 71,072 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 11,188 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dc0d6c7a3ed04a258a7eda3794b132b08b468cacaf2e3ad9006745db3c0c09f
|
| 3 |
+
size 147269
|
data/creates/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa81941089a8e8082099330f00976607a3ffd18680223494b0895ebfaf624dd0
|
| 3 |
+
size 447586
|
data/deletes/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c14e134abb7b2aa53d5d88d2fea7c41cb5b46b30108295a6485b669b397972b
|
| 3 |
+
size 33441
|
data/forks/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610ecfd223cd00b9c4e835c4e626cce04439146747384e9127dd70bca916fc1c
|
| 3 |
+
size 218587
|
data/issues/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5c2032132bd4792f0c40ac19fbd79c7d7f75927366ad0895c41100a834cf547
|
| 3 |
+
size 776091
|
data/members/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6158563d7e46ead88274e50b3577c8259c7b6b3f487635e08f1a87ed46c7f19
|
| 3 |
+
size 21187
|
data/public_events/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56025385255773f575d95726ecb8570e98ca8c112feda88a80128855d372c22b
|
| 3 |
+
size 5432
|
data/pull_requests/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c889d35ea6960c954085157c04d409b35154f5585cad70e5ab4cef68fa991a5
|
| 3 |
+
size 419872
|
data/pushes/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b8dc1611251354b0ac7f07e0fc85a7936adf227ce180fdc4db67a5e9a1ff05c
|
| 3 |
+
size 8726297
|
data/stars/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2001c86c083da10bcad0ac1b05c795825772741108c959991098934a45b0898
|
| 3 |
+
size 244806
|
data/wiki_pages/2011/12/06.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cb4be77f8c5c1ead4d3a15c6a826a2c95c89f109113904eef2bbfd49be3ab0b
|
| 3 |
+
size 124728
|
stats.csv
CHANGED
|
@@ -215,4 +215,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 215 |
2011-12-02,85270,0,37777,3527,5376,2372,0,0,7654,2325,22306,1042,0,907,1504,418,62,0,21154484,9.1,10550313,19.7,9.1,29.4
|
| 216 |
2011-12-03,62894,0,28797,3054,3701,1437,0,0,5535,1784,15588,593,0,545,1345,464,51,0,14982780,8.8,7597772,18.6,8.8,28.6
|
| 217 |
2011-12-04,66025,0,31852,2820,3612,1464,0,0,5435,1697,15965,657,0,813,1362,299,49,0,15690212,9.1,8259169,19.1,9.1,25.7
|
| 218 |
-
2011-12-05,78067,0,37239,4033,7225,2179,0,0,8513,2158,12852,889,0,918,1588,409,64,0,20882321,11.2,10429388,20.4,11.2,
|
|
|
|
|
|
| 215 |
2011-12-02,85270,0,37777,3527,5376,2372,0,0,7654,2325,22306,1042,0,907,1504,418,62,0,21154484,9.1,10550313,19.7,9.1,29.4
|
| 216 |
2011-12-03,62894,0,28797,3054,3701,1437,0,0,5535,1784,15588,593,0,545,1345,464,51,0,14982780,8.8,7597772,18.6,8.8,28.6
|
| 217 |
2011-12-04,66025,0,31852,2820,3612,1464,0,0,5435,1697,15965,657,0,813,1362,299,49,0,15690212,9.1,8259169,19.1,9.1,25.7
|
| 218 |
+
2011-12-05,78067,0,37239,4033,7225,2179,0,0,8513,2158,12852,889,0,918,1588,409,64,0,20882321,11.2,10429388,20.4,11.2,26.0
|
| 219 |
+
2011-12-06,88479,0,39498,3634,5650,2438,0,0,8422,2408,22250,1063,0,1022,1599,426,69,0,22059348,12.4,11165296,22.9,12.4,0.0
|