Add 2014-03-04 — 388.3K events, 11 files
Browse files- README.md +20 -20
- data/commit_comments/2014/03/04.parquet +3 -0
- data/creates/2014/03/04.parquet +3 -0
- data/deletes/2014/03/04.parquet +3 -0
- data/forks/2014/03/04.parquet +3 -0
- data/issue_comments/2014/03/04.parquet +3 -0
- data/issues/2014/03/04.parquet +3 -0
- data/public_events/2014/03/04.parquet +3 -0
- data/pull_requests/2014/03/04.parquet +3 -0
- data/pushes/2014/03/04.parquet +3 -0
- data/stars/2014/03/04.parquet +3 -0
- data/wiki_pages/2014/03/04.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 **2014-03-
|
| 65 |
|
| 66 |
-
We believe this is the most complete and regularly updated structured mirror of public GitHub activity available on Hugging Face. The original 40.
|
| 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 |
|
|
@@ -723,7 +723,7 @@ duckdb.sql("""
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
-
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
@@ -731,7 +731,7 @@ duckdb.sql("""
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
-
| 2014 |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
@@ -740,7 +740,7 @@ duckdb.sql("""
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
-
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░ 9.
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
@@ -760,7 +760,7 @@ duckdb.sql("""
|
|
| 760 |
2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 761 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
|
| 762 |
2013 ██████████████████████████████ 2.9M
|
| 763 |
-
2014 ████████░░░░░░░░░░░░░░░░░░░░░░
|
| 764 |
```
|
| 765 |
|
| 766 |
|
|
@@ -770,7 +770,7 @@ duckdb.sql("""
|
|
| 770 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 771 |
2012 ████████���█████░░░░░░░░░░░░░░░░ 3.3M
|
| 772 |
2013 ██████████████████████████████ 7.0M
|
| 773 |
-
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.
|
| 774 |
```
|
| 775 |
|
| 776 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 70,
|
| 1158 |
-
| `issues` | IssuesEvent |
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 12,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 5,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 13,
|
| 1163 |
-
| `forks` | ForkEvent | 5,
|
| 1164 |
-
| `creates` | CreateEvent | 18,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent |
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent | 130,
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
|
|
|
| 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 **2014-03-04** (941 days), totaling **141,875,612 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 40.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.3 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 |
|
|
|
|
| 723 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 724 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 725 |
2013 ██████████████████████████████ 74.5M
|
| 726 |
+
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░ 19.0M
|
| 727 |
```
|
| 728 |
|
| 729 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
|
|
|
| 731 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 732 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 733 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 734 |
+
| 2014 | 63 | 19,039,215 | 302,209 | 5.8 GB | 1.7 GB | 42m16s | 3h01m | 49m47s |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░ 9.7M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 760 |
2011 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 370.9K
|
| 761 |
2012 ███████████████░░░░░░░░░░░░░░░ 1.5M
|
| 762 |
2013 ██████████████████████████████ 2.9M
|
| 763 |
+
2014 ████████░░░░░░░░░░░░░░░░░░░░░░ 828.2K
|
| 764 |
```
|
| 765 |
|
| 766 |
|
|
|
|
| 770 |
2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 771 |
2012 ████████���█████░░░░░░░░░░░░░░░░ 3.3M
|
| 772 |
2013 ██████████████████████████████ 7.0M
|
| 773 |
+
2014 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
|
| 774 |
```
|
| 775 |
|
| 776 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 70,944,886 | 50.0% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 8,005,554 | 5.6% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 12,285,138 | 8.7% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 5,638,603 | 4.0% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,178,916 | 0.8% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 13,402,070 | 9.4% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 5,105,134 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 18,208,075 | 12.8% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,548,431 | 1.1% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 119,376 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,374,376 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,511,491 | 1.8% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 130,481 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00a4b149af92c394a6cd42fca5dbcc58fcf4ac798f0488da408f1f2d0b37e187
|
| 3 |
+
size 112433
|
data/creates/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a385a366560a3ddac82885a66b8ad3357162ce4bba17ad571b64c2624f593f5e
|
| 3 |
+
size 1619698
|
data/deletes/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67c37f0005a85dbef6b8948e33db87b707422839d5cb2fbff4e076981487d287
|
| 3 |
+
size 233625
|
data/forks/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc4334f7a0a0b2b387319e5d8267d3e346754ef0ad3675a0ca881ce2fdfffa3b
|
| 3 |
+
size 383919
|
data/issue_comments/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d822ad96484d3ea772c1a466310af5dba0e35e841623cb09a0889c1ed748c74
|
| 3 |
+
size 861213
|
data/issues/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8814e3e8e337cfffb27b004b34c17456dd02cc47ce9ecb9cf1ace48cf72e74
|
| 3 |
+
size 519746
|
data/public_events/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4ab1bbdbeab8ab57fd900633824ac62732afe7864a2b7573d513a09c74bbc70
|
| 3 |
+
size 13751
|
data/pull_requests/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d625ee93bd6544fe17ef33f46c8e7424b6d222aa2c175fd2fed9e5619d5c1fc5
|
| 3 |
+
size 3182770
|
data/pushes/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bb7fce5f01dbc21e8306dc88b8e1e6b1552d39f3ffeebdefd8fd78327e771e3
|
| 3 |
+
size 29691333
|
data/stars/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a31e3c8e43af83e8f8f20d75baad7437c736bf7348dd7a483d8f7656f90ec6a8
|
| 3 |
+
size 785347
|
data/wiki_pages/2014/03/04.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b28327e7e544b70605b5087394647799ed4573c2cbd1f1a2d0b679a13786184b
|
| 3 |
+
size 264200
|
stats.csv
CHANGED
|
@@ -938,4 +938,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 938 |
2014-02-28,326197,1948,164442,16755,30774,16188,0,4135,27891,11794,37500,6696,720,2735,4308,0,311,0,109358746,219.7,32197931,35.3,219.7,40.1
|
| 939 |
2014-03-01,237142,1345,126069,11508,18422,9120,0,1840,21385,8693,28418,4616,534,1613,3339,0,240,0,73230034,141.4,22614144,39.8,141.4,39.8
|
| 940 |
2014-03-02,268435,1212,142444,12110,21020,10558,0,2341,25002,9528,31545,5326,650,2254,4176,0,269,0,84394355,159.5,26133408,43.0,159.5,62.6
|
| 941 |
-
2014-03-03,377237,2097,186284,21495,37777,17915,0,5042,35412,12641,41560,6762,826,3249,5765,0,412,0,125747286,232.7,36966479,37.2,232.7,
|
|
|
|
|
|
| 938 |
2014-02-28,326197,1948,164442,16755,30774,16188,0,4135,27891,11794,37500,6696,720,2735,4308,0,311,0,109358746,219.7,32197931,35.3,219.7,40.1
|
| 939 |
2014-03-01,237142,1345,126069,11508,18422,9120,0,1840,21385,8693,28418,4616,534,1613,3339,0,240,0,73230034,141.4,22614144,39.8,141.4,39.8
|
| 940 |
2014-03-02,268435,1212,142444,12110,21020,10558,0,2341,25002,9528,31545,5326,650,2254,4176,0,269,0,84394355,159.5,26133408,43.0,159.5,62.6
|
| 941 |
+
2014-03-03,377237,2097,186284,21495,37777,17915,0,5042,35412,12641,41560,6762,826,3249,5765,0,412,0,125747286,232.7,36966479,37.2,232.7,38.3
|
| 942 |
+
2014-03-04,388308,2154,188111,21432,40025,18280,0,4959,36337,14296,44284,8901,883,3267,5044,0,335,0,128196910,240.2,37668035,36.3,240.2,0.0
|