Add 2011-10-07 — 68.3K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2011/10/07.parquet +3 -0
- data/creates/2011/10/07.parquet +3 -0
- data/deletes/2011/10/07.parquet +3 -0
- data/forks/2011/10/07.parquet +3 -0
- data/issues/2011/10/07.parquet +3 -0
- data/members/2011/10/07.parquet +3 -0
- data/public_events/2011/10/07.parquet +3 -0
- data/pull_requests/2011/10/07.parquet +3 -0
- data/pushes/2011/10/07.parquet +3 -0
- data/stars/2011/10/07.parquet +3 -0
- data/wiki_pages/2011/10/07.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 **2011-02-12** to **2011-10-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 1.
|
| 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 |
|
|
@@ -131,12 +131,12 @@ duckdb.sql("""
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
-
2011 ██████████████████████████████ 9.
|
| 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 ██████████████████████████████
|
| 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 | 4,
|
| 551 |
-
| `issues` | IssuesEvent |
|
| 552 |
-
| `issue_comments` | IssueCommentEvent |
|
| 553 |
-
| `pull_requests` | PullRequestEvent |
|
| 554 |
-
| `stars` | WatchEvent |
|
| 555 |
-
| `forks` | ForkEvent |
|
| 556 |
-
| `creates` | CreateEvent | 1,
|
| 557 |
-
| `deletes` | DeleteEvent |
|
| 558 |
-
| `commit_comments` | CommitCommentEvent |
|
| 559 |
-
| `wiki_pages` | GollumEvent |
|
| 560 |
-
| `members` | MemberEvent | 54,
|
| 561 |
-
| `public_events` | PublicEvent | 8,
|
| 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-10-07** (179 days), totaling **9,582,772 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 1.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 856.7 MB 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 |
|
|
|
|
| 131 |
## Events per year
|
| 132 |
|
| 133 |
```
|
| 134 |
+
2011 ██████████████████████████████ 9.6M
|
| 135 |
```
|
| 136 |
|
| 137 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 138 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 139 |
+
| 2011 | 179 | 9,582,772 | 53,535 | 1.7 GB | 856.7 MB | 43m24s | 32m17s | 1h20m |
|
| 140 |
|
| 141 |
|
| 142 |
### Pushes per year
|
|
|
|
| 149 |
### Issues per year
|
| 150 |
|
| 151 |
```
|
| 152 |
+
2011 ██████████████████████████████ 495.4K
|
| 153 |
```
|
| 154 |
|
| 155 |
|
| 156 |
### Pull requests per year
|
| 157 |
|
| 158 |
```
|
| 159 |
+
2011 ██████████████████████████████ 248.1K
|
| 160 |
```
|
| 161 |
|
| 162 |
|
| 163 |
### Stars per year
|
| 164 |
|
| 165 |
```
|
| 166 |
+
2011 ██████████████████████████████ 996.3K
|
| 167 |
```
|
| 168 |
|
| 169 |
|
|
|
|
| 547 |
|
| 548 |
| Table | GitHub Event | Events | % | Description |
|
| 549 |
|-------|-------------|-------:|---:|-------------|
|
| 550 |
+
| `pushes` | PushEvent | 4,635,383 | 48.4% | Git pushes with commits |
|
| 551 |
+
| `issues` | IssuesEvent | 495,378 | 5.2% | Issue lifecycle events |
|
| 552 |
+
| `issue_comments` | IssueCommentEvent | 589,307 | 6.1% | Comments on issues/PRs |
|
| 553 |
+
| `pull_requests` | PullRequestEvent | 248,132 | 2.6% | PR lifecycle events |
|
| 554 |
+
| `stars` | WatchEvent | 996,297 | 10.4% | Repository stars |
|
| 555 |
+
| `forks` | ForkEvent | 272,754 | 2.8% | Repository forks |
|
| 556 |
+
| `creates` | CreateEvent | 1,201,610 | 12.5% | Branch/tag/repo creation |
|
| 557 |
+
| `deletes` | DeleteEvent | 113,553 | 1.2% | Branch/tag deletion |
|
| 558 |
+
| `commit_comments` | CommitCommentEvent | 124,220 | 1.3% | Comments on commits |
|
| 559 |
+
| `wiki_pages` | GollumEvent | 202,879 | 2.1% | Wiki page edits |
|
| 560 |
+
| `members` | MemberEvent | 54,823 | 0.6% | Collaborator additions |
|
| 561 |
+
| `public_events` | PublicEvent | 8,830 | 0.1% | Repo made public |
|
| 562 |
|
| 563 |
## How it's built
|
| 564 |
|
data/commit_comments/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d210c425d4acf2fc11dd9ec4a4a39396a2bf0d479bb2a8d58042cd375efc696
|
| 3 |
+
size 40743
|
data/creates/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5cc8d7d5faf4c17a131d2d35d17a17a13e32e65ea5d8f437a5cd5bcf80d962a
|
| 3 |
+
size 342954
|
data/deletes/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b26614bd139bb6a46ae49ec295481e10fabf129507e3cce86cbed72aabc7af81
|
| 3 |
+
size 51653
|
data/forks/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e20d3473eb8ec5207319c1b5097c5229b20b0c963e60eeba69d128ddde203a7e
|
| 3 |
+
size 108973
|
data/issues/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34089c479061f25e926cdf8130d6969dcffa1f6a92bf4a65f2ac4f40e5f13e44
|
| 3 |
+
size 469052
|
data/members/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2b3e877003d1c10b4925c8206e6f4d9f4d7afbbf7635485da6425ff7854c03
|
| 3 |
+
size 19170
|
data/public_events/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02e823ac2a38e915287759e927575953395385b3fe31cd860d5845860aabaa29
|
| 3 |
+
size 4693
|
data/pull_requests/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e973f022b2baeb11ce436c780956c3100dae2faa25ed4a299ab485ea720d8c
|
| 3 |
+
size 221240
|
data/pushes/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8225e0d5bf18df42634ba128cdfde27ec2c64f52bdefb117d0a91d47f7f31c72
|
| 3 |
+
size 5501880
|
data/stars/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ca4fdcf356556e12a75dfd23feafeccc0a95629c53a307da316405b3a402f83
|
| 3 |
+
size 191552
|
data/wiki_pages/2011/10/07.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b297501930703e0955708d4d6942b0b48977f84f9a13dccb6c1545f61a0d6928
|
| 3 |
+
size 112897
|
stats.csv
CHANGED
|
@@ -176,4 +176,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 176 |
2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
|
| 177 |
2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
|
| 178 |
2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
|
| 179 |
-
2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,
|
|
|
|
|
|
| 176 |
2011-10-03,69675,0,32834,5829,7410,2006,0,0,7111,1935,8699,631,0,893,1764,471,92,0,11764755,9.2,6412189,15.5,9.2,33.6
|
| 177 |
2011-10-04,80405,0,44723,3990,5668,2312,0,0,7230,2169,10365,740,0,987,1585,559,77,0,13097541,9.1,7550661,24.0,9.1,20.3
|
| 178 |
2011-10-05,82048,0,48302,3883,5268,2146,0,0,6746,2387,9309,957,0,932,1585,434,99,0,13342187,9.3,7785022,26.2,9.3,26.2
|
| 179 |
+
2011-10-06,69264,0,37721,3458,5242,2189,0,0,6051,1936,8737,872,0,936,1549,506,67,0,12305534,9.0,6951714,15.7,9.0,19.3
|
| 180 |
+
2011-10-07,68337,0,33322,4850,5821,2049,0,0,6396,1999,8498,2505,0,970,1468,406,53,0,13873868,9.5,7064807,17.8,9.5,0.0
|