Add 2013-11-29 — 229.2K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2013/11/29.parquet +3 -0
- data/creates/2013/11/29.parquet +3 -0
- data/deletes/2013/11/29.parquet +3 -0
- data/forks/2013/11/29.parquet +3 -0
- data/issue_comments/2013/11/29.parquet +3 -0
- data/issues/2013/11/29.parquet +3 -0
- data/public_events/2013/11/29.parquet +3 -0
- data/pull_requests/2013/11/29.parquet +3 -0
- data/pushes/2013/11/29.parquet +3 -0
- data/stars/2013/11/29.parquet +3 -0
- data/wiki_pages/2013/11/29.parquet +3 -0
- stats.csv +3 -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-11-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 32.
|
| 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 |
|
|
@@ -722,14 +722,14 @@ duckdb.sql("""
|
|
| 722 |
```
|
| 723 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 ███████████████░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
-
2013 ██████████████████████████████ 66.
|
| 726 |
```
|
| 727 |
|
| 728 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 729 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 730 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 731 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 732 |
-
| 2013 |
|
| 733 |
|
| 734 |
|
| 735 |
### Pushes per year
|
|
@@ -737,7 +737,7 @@ duckdb.sql("""
|
|
| 737 |
```
|
| 738 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 739 |
2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
|
| 740 |
-
2013 ██████████████████████████████
|
| 741 |
```
|
| 742 |
|
| 743 |
|
|
@@ -746,7 +746,7 @@ duckdb.sql("""
|
|
| 746 |
```
|
| 747 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 748 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.9M
|
| 749 |
-
2013 ██████████████████████████████ 3.
|
| 750 |
```
|
| 751 |
|
| 752 |
|
|
@@ -754,7 +754,7 @@ duckdb.sql("""
|
|
| 754 |
|
| 755 |
```
|
| 756 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 757 |
-
2012 █████████████████
|
| 758 |
2013 ██████████████████████████████ 2.6M
|
| 759 |
```
|
| 760 |
|
|
@@ -1148,20 +1148,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1148 |
|
| 1149 |
| Table | GitHub Event | Events | % | Description |
|
| 1150 |
|-------|-------------|-------:|---:|-------------|
|
| 1151 |
-
| `pushes` | PushEvent | 57,
|
| 1152 |
-
| `issues` | IssuesEvent | 6,
|
| 1153 |
-
| `issue_comments` | IssueCommentEvent | 9,
|
| 1154 |
-
| `pull_requests` | PullRequestEvent | 4,
|
| 1155 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent |
|
| 1156 |
-
| `stars` | WatchEvent | 10,
|
| 1157 |
-
| `forks` | ForkEvent | 4,
|
| 1158 |
-
| `creates` | CreateEvent | 15,
|
| 1159 |
-
| `deletes` | DeleteEvent | 1,
|
| 1160 |
-
| `releases` | ReleaseEvent |
|
| 1161 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1162 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1163 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1164 |
-
| `public_events` | PublicEvent | 104,
|
| 1165 |
|
| 1166 |
## How it's built
|
| 1167 |
|
|
|
|
| 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-11-30** (847 days), totaling **115,107,006 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 32.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 10.9 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 |
|
|
|
|
| 722 |
```
|
| 723 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 ███████████████░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
+
2013 ██████████████████████████████ 66.8M
|
| 726 |
```
|
| 727 |
|
| 728 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 729 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 730 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 731 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 732 |
+
| 2013 | 313 | 66,754,021 | 213,271 | 20.3 GB | 6.3 GB | 3h08m | 9h41m | 4h05m |
|
| 733 |
|
| 734 |
|
| 735 |
### Pushes per year
|
|
|
|
| 737 |
```
|
| 738 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 739 |
2012 ██████████████░░░░░░░░░░░░░░░░ 16.5M
|
| 740 |
+
2013 ██████████████████████████████ 34.1M
|
| 741 |
```
|
| 742 |
|
| 743 |
|
|
|
|
| 746 |
```
|
| 747 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 748 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.9M
|
| 749 |
+
2013 ██████████████████████████████ 3.9M
|
| 750 |
```
|
| 751 |
|
| 752 |
|
|
|
|
| 754 |
|
| 755 |
```
|
| 756 |
2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 757 |
+
2012 █████████████████░░░░░░░░░░░░░ 1.5M
|
| 758 |
2013 ██████████████████████████████ 2.6M
|
| 759 |
```
|
| 760 |
|
|
|
|
| 1148 |
|
| 1149 |
| Table | GitHub Event | Events | % | Description |
|
| 1150 |
|-------|-------------|-------:|---:|-------------|
|
| 1151 |
+
| `pushes` | PushEvent | 57,282,770 | 49.8% | Git pushes with commits |
|
| 1152 |
+
| `issues` | IssuesEvent | 6,530,689 | 5.7% | Issue lifecycle events |
|
| 1153 |
+
| `issue_comments` | IssueCommentEvent | 9,842,831 | 8.6% | Comments on issues/PRs |
|
| 1154 |
+
| `pull_requests` | PullRequestEvent | 4,487,213 | 3.9% | PR lifecycle events |
|
| 1155 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 888,806 | 0.8% | Line-level PR comments |
|
| 1156 |
+
| `stars` | WatchEvent | 10,883,367 | 9.5% | Repository stars |
|
| 1157 |
+
| `forks` | ForkEvent | 4,147,339 | 3.6% | Repository forks |
|
| 1158 |
+
| `creates` | CreateEvent | 15,224,112 | 13.2% | Branch/tag/repo creation |
|
| 1159 |
+
| `deletes` | DeleteEvent | 1,083,835 | 0.9% | Branch/tag deletion |
|
| 1160 |
+
| `releases` | ReleaseEvent | 61,445 | 0.1% | Release publications |
|
| 1161 |
+
| `commit_comments` | CommitCommentEvent | 1,146,428 | 1.0% | Comments on commits |
|
| 1162 |
+
| `wiki_pages` | GollumEvent | 2,136,687 | 1.9% | Wiki page edits |
|
| 1163 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1164 |
+
| `public_events` | PublicEvent | 104,854 | 0.1% | Repo made public |
|
| 1165 |
|
| 1166 |
## How it's built
|
| 1167 |
|
data/commit_comments/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:146f77fb915be44058802adb0ec15a0c436a749962895299ed2ab720037a99e0
|
| 3 |
+
size 64914
|
data/creates/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1237aa226d9002bc42138fde4440cc3f0987bcdbc52bb72beec9ba20a8ee952c
|
| 3 |
+
size 994165
|
data/deletes/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37cf66b5486d9cc409685a810a462b6bad61ed3e6e86812f15547b2a8f8c4b17
|
| 3 |
+
size 104604
|
data/forks/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:154def56dad956d752a1125f2b7e3fe1d2deadd6cbc1d00f379bf7b5934b8bd5
|
| 3 |
+
size 243526
|
data/issue_comments/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:178f17c80204b4f30630e1680033e66c9a0d1eefa3204997e1a836e4876dc6b5
|
| 3 |
+
size 451975
|
data/issues/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7667e1c9b79f9b73185c60e79c1698e07710b2b1b68280532da117025910f80d
|
| 3 |
+
size 298710
|
data/public_events/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffe14cafe56fe83fe0e5a4b768739723e3c16247d64782d4e2ccab94e37ab943
|
| 3 |
+
size 8833
|
data/pull_requests/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:296794e1e140c307c00b167a7a5d297ccd156aaa3852ffd86c15d9e45cb2329c
|
| 3 |
+
size 1695303
|
data/pushes/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:456410a1f044239eb2e8ff3134be1ff260a525f17cbbf8a6ba0f2a835a366738
|
| 3 |
+
size 18013063
|
data/stars/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b36d09c619cae1a29a4e13d54be7d2a8ecba21c53af325f2d32e37152bd0878
|
| 3 |
+
size 462627
|
data/wiki_pages/2013/11/29.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb5d532a945acb2dd22dc827e4f25d602b47fe248cb6ed93f876881ac36d0c30
|
| 3 |
+
size 237183
|
stats.csv
CHANGED
|
@@ -843,4 +843,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 843 |
2013-11-25,313617,1793,159858,20062,27821,13426,0,3737,27980,11233,34750,5174,488,2706,4315,0,274,0,101968680,157.3,30587085,7.0,157.3,43.4
|
| 844 |
2013-11-26,326418,1948,166723,21742,28883,13841,0,3907,29378,11549,34915,5050,718,2963,4540,0,261,0,106037603,167.4,32342394,27.6,167.4,154.6
|
| 845 |
2013-11-27,303616,1584,153237,18476,28280,12970,0,3377,27198,11193,33884,5331,589,2561,4673,0,263,0,98350246,161.6,30832659,49.8,161.6,52.7
|
| 846 |
-
2013-11-28,250415,1326,130289,12966,20356,10324,0,2419,23852,9356,28353,4814,447,1896,3809,0,208,0,80454441,122.8,24929667,29.9,122.8,
|
|
|
|
|
|
|
|
|
| 843 |
2013-11-25,313617,1793,159858,20062,27821,13426,0,3737,27980,11233,34750,5174,488,2706,4315,0,274,0,101968680,157.3,30587085,7.0,157.3,43.4
|
| 844 |
2013-11-26,326418,1948,166723,21742,28883,13841,0,3907,29378,11549,34915,5050,718,2963,4540,0,261,0,106037603,167.4,32342394,27.6,167.4,154.6
|
| 845 |
2013-11-27,303616,1584,153237,18476,28280,12970,0,3377,27198,11193,33884,5331,589,2561,4673,0,263,0,98350246,161.6,30832659,49.8,161.6,52.7
|
| 846 |
+
2013-11-28,250415,1326,130289,12966,20356,10324,0,2419,23852,9356,28353,4814,447,1896,3809,0,208,0,80454441,122.8,24929667,29.9,122.8,42.0
|
| 847 |
+
2013-11-29,229172,1202,121040,11904,18988,9447,0,1914,21055,8499,25846,3536,512,1797,3236,0,196,0,73613550,140.3,22574903,26.7,140.3,0.0
|
| 848 |
+
2013-11-30,184482,906,101473,8844,12965,6563,0,1071,17916,7038,20607,2203,393,1718,2661,0,124,0,56798402,110.3,18077940,26.0,110.3,0.0
|