Add 2013-10-28 — 307.9K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2013/10/28.parquet +3 -0
- data/creates/2013/10/28.parquet +3 -0
- data/deletes/2013/10/28.parquet +3 -0
- data/forks/2013/10/28.parquet +3 -0
- data/issue_comments/2013/10/28.parquet +3 -0
- data/issues/2013/10/28.parquet +3 -0
- data/public_events/2013/10/28.parquet +3 -0
- data/pull_requests/2013/10/28.parquet +3 -0
- data/pushes/2013/10/28.parquet +3 -0
- data/stars/2013/10/28.parquet +3 -0
- data/wiki_pages/2013/10/28.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 **2013-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
|
| 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 |
|
|
@@ -688,14 +688,14 @@ duckdb.sql("""
|
|
| 688 |
```
|
| 689 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 690 |
2012 █████████████████░░░░░░░░░░░░░ 34.3M
|
| 691 |
-
2013 ██████████████████████████████ 59.
|
| 692 |
```
|
| 693 |
|
| 694 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 695 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 696 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 697 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 698 |
-
| 2013 |
|
| 699 |
|
| 700 |
|
| 701 |
### Pushes per year
|
|
@@ -703,7 +703,7 @@ duckdb.sql("""
|
|
| 703 |
```
|
| 704 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 705 |
2012 ████████████████░░░░░░░░░░░░░░ 16.5M
|
| 706 |
-
2013 ██████████████████████████████ 30.
|
| 707 |
```
|
| 708 |
|
| 709 |
|
|
@@ -1114,20 +1114,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1114 |
|
| 1115 |
| Table | GitHub Event | Events | % | Description |
|
| 1116 |
|-------|-------------|-------:|---:|-------------|
|
| 1117 |
-
| `pushes` | PushEvent | 53,
|
| 1118 |
-
| `issues` | IssuesEvent | 6,
|
| 1119 |
-
| `issue_comments` | IssueCommentEvent | 9,
|
| 1120 |
-
| `pull_requests` | PullRequestEvent | 4,
|
| 1121 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 1122 |
-
| `stars` | WatchEvent | 10,
|
| 1123 |
-
| `forks` | ForkEvent | 3,
|
| 1124 |
-
| `creates` | CreateEvent | 14,
|
| 1125 |
-
| `deletes` | DeleteEvent |
|
| 1126 |
-
| `releases` | ReleaseEvent | 47,
|
| 1127 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1128 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1129 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1130 |
-
| `public_events` | PublicEvent | 98,
|
| 1131 |
|
| 1132 |
## How it's built
|
| 1133 |
|
|
|
|
| 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 **2013-10-28** (820 days), totaling **107,734,027 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 30.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.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 |
|
|
|
|
| 688 |
```
|
| 689 |
2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 690 |
2012 █████████████████░░░░░░░░░░░░░ 34.3M
|
| 691 |
+
2013 ██████████████████████████████ 59.4M
|
| 692 |
```
|
| 693 |
|
| 694 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 695 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 696 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 697 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 698 |
+
| 2013 | 286 | 59,381,042 | 207,626 | 18.1 GB | 5.6 GB | 2h55m | 8h26m | 3h43m |
|
| 699 |
|
| 700 |
|
| 701 |
### Pushes per year
|
|
|
|
| 703 |
```
|
| 704 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 705 |
2012 ████████████████░░░░░░░░░░░░░░ 16.5M
|
| 706 |
+
2013 ██████████████████████████████ 30.3M
|
| 707 |
```
|
| 708 |
|
| 709 |
|
|
|
|
| 1114 |
|
| 1115 |
| Table | GitHub Event | Events | % | Description |
|
| 1116 |
|-------|-------------|-------:|---:|-------------|
|
| 1117 |
+
| `pushes` | PushEvent | 53,511,737 | 49.7% | Git pushes with commits |
|
| 1118 |
+
| `issues` | IssuesEvent | 6,089,437 | 5.7% | Issue lifecycle events |
|
| 1119 |
+
| `issue_comments` | IssueCommentEvent | 9,195,669 | 8.5% | Comments on issues/PRs |
|
| 1120 |
+
| `pull_requests` | PullRequestEvent | 4,175,323 | 3.9% | PR lifecycle events |
|
| 1121 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 812,884 | 0.8% | Line-level PR comments |
|
| 1122 |
+
| `stars` | WatchEvent | 10,216,068 | 9.5% | Repository stars |
|
| 1123 |
+
| `forks` | ForkEvent | 3,875,753 | 3.6% | Repository forks |
|
| 1124 |
+
| `creates` | CreateEvent | 14,402,979 | 13.4% | Branch/tag/repo creation |
|
| 1125 |
+
| `deletes` | DeleteEvent | 956,025 | 0.9% | Branch/tag deletion |
|
| 1126 |
+
| `releases` | ReleaseEvent | 47,659 | 0.0% | Release publications |
|
| 1127 |
+
| `commit_comments` | CommitCommentEvent | 1,083,232 | 1.0% | Comments on commits |
|
| 1128 |
+
| `wiki_pages` | GollumEvent | 2,027,846 | 1.9% | Wiki page edits |
|
| 1129 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1130 |
+
| `public_events` | PublicEvent | 98,371 | 0.1% | Repo made public |
|
| 1131 |
|
| 1132 |
## How it's built
|
| 1133 |
|
data/commit_comments/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2424f23582e833f16aa780b066908ac06e7e9fb553047c5338b95822be49a4a6
|
| 3 |
+
size 91442
|
data/creates/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:70bf7ff0ba30cf449d10141014a10976e94d802dc899254a22b4000b6b49c075
|
| 3 |
+
size 1379209
|
data/deletes/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da15db5f5893f8a85c3935a7701987a69e3977f8f500ba6d1ab0c35c1cab8696
|
| 3 |
+
size 160990
|
data/forks/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11cc0bda096a764ceaa71b4bda22e8123b56ea079f516a05c50c3af327b6356a
|
| 3 |
+
size 291978
|
data/issue_comments/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb2fff48d8e1a795ecaa23737638f63c00208b942417b84e4fa8779e40a61c80
|
| 3 |
+
size 635848
|
data/issues/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:52859423032606969203a6fa2208c6978215a925ebdfe6818de5403b1eac4661
|
| 3 |
+
size 406272
|
data/public_events/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb7acc607d3640542cc50b67ab6c8ee117a38126d418656e0b76d0c46e72a0d3
|
| 3 |
+
size 13329
|
data/pull_requests/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:630a5f812ebc9530859fda08dcb99f801fd6bc97e9b1076ebbf5517d859b2688
|
| 3 |
+
size 2536452
|
data/pushes/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deb7fcb6317eb613811fa0dcc2e370e01d344b6d42c77701266b40b1e6e0a41b
|
| 3 |
+
size 24581889
|
data/stars/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:208f4fed4e412948703658cfe9213676b75e9624afc53f5ccf8e1231d69b3927
|
| 3 |
+
size 609706
|
data/wiki_pages/2013/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b60c391ac56477c6ff5f66dafe383f64ee90e921a31e1fbbe72fce0fbf92edd
|
| 3 |
+
size 245600
|
stats.csv
CHANGED
|
@@ -817,4 +817,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 817 |
2013-10-24,284228,1685,138989,19831,29699,12797,0,3184,24917,10396,30463,4869,563,2413,4169,0,253,0,93516314,160.5,28769335,63.1,160.5,39.7
|
| 818 |
2013-10-25,260254,1787,132912,13452,22310,11538,0,2697,23296,9265,30746,5107,525,2121,4271,0,227,0,88191541,147.1,27079321,33.9,147.1,53.4
|
| 819 |
2013-10-26,182821,1341,100650,9172,12751,6463,0,1162,16419,6611,20637,2625,356,1324,3132,0,178,0,58604102,110.3,18881881,31.7,110.3,45.6
|
| 820 |
-
2013-10-27,211435,1031,115007,10361,14548,7730,0,1345,19650,7423,24988,2867,471,1904,3932,0,178,0,67947939,124.9,22315353,51.9,124.9,
|
|
|
|
|
|
| 817 |
2013-10-24,284228,1685,138989,19831,29699,12797,0,3184,24917,10396,30463,4869,563,2413,4169,0,253,0,93516314,160.5,28769335,63.1,160.5,39.7
|
| 818 |
2013-10-25,260254,1787,132912,13452,22310,11538,0,2697,23296,9265,30746,5107,525,2121,4271,0,227,0,88191541,147.1,27079321,33.9,147.1,53.4
|
| 819 |
2013-10-26,182821,1341,100650,9172,12751,6463,0,1162,16419,6611,20637,2625,356,1324,3132,0,178,0,58604102,110.3,18881881,31.7,110.3,45.6
|
| 820 |
+
2013-10-27,211435,1031,115007,10361,14548,7730,0,1345,19650,7423,24988,2867,471,1904,3932,0,178,0,67947939,124.9,22315353,51.9,124.9,52.5
|
| 821 |
+
2013-10-28,307864,1780,150926,15955,26374,13847,0,3336,27170,11071,41007,7528,590,3332,4613,0,335,0,102038718,194.9,30952715,46.3,194.9,0.0
|