Add 2014-03-26 — 322.4K events, 11 files
Browse files- README.md +19 -19
- data/commit_comments/2014/03/26.parquet +3 -0
- data/creates/2014/03/26.parquet +3 -0
- data/deletes/2014/03/26.parquet +3 -0
- data/forks/2014/03/26.parquet +3 -0
- data/issue_comments/2014/03/26.parquet +3 -0
- data/issues/2014/03/26.parquet +3 -0
- data/public_events/2014/03/26.parquet +3 -0
- data/pull_requests/2014/03/26.parquet +3 -0
- data/pushes/2014/03/26.parquet +3 -0
- data/stars/2014/03/26.parquet +3 -0
- data/wiki_pages/2014/03/26.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 42.
|
| 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 ██████████░░░░░░░░░░░░░░░░░░░░ 26.
|
| 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 ██████████░░░░░░░░░░░░░░░░░░░░ 13.
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
@@ -750,7 +750,7 @@ duckdb.sql("""
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
-
2014 █████████░░░░░░░░░░░░░░░░░░░░
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
@@ -1154,20 +1154,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
-
| `pushes` | PushEvent | 74,
|
| 1158 |
-
| `issues` | IssuesEvent | 8,
|
| 1159 |
-
| `issue_comments` | IssueCommentEvent | 12,
|
| 1160 |
-
| `pull_requests` | PullRequestEvent | 5,
|
| 1161 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1162 |
-
| `stars` | WatchEvent | 14,
|
| 1163 |
-
| `forks` | ForkEvent | 5,
|
| 1164 |
-
| `creates` | CreateEvent | 19,
|
| 1165 |
-
| `deletes` | DeleteEvent | 1,
|
| 1166 |
-
| `releases` | ReleaseEvent | 135,
|
| 1167 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1168 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
-
| `public_events` | PublicEvent | 137,
|
| 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-26** (963 days), totaling **149,119,532 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 42.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.0 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 ██████████░░░░░░░░░░░░░░░░░░░░ 26.3M
|
| 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 | 85 | 26,283,135 | 309,213 | 8.0 GB | 2.4 GB | 56m58s | 4h17m | 1h13m |
|
| 735 |
|
| 736 |
|
| 737 |
### Pushes per year
|
|
|
|
| 740 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 741 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 742 |
2013 ██████████████████████████████ 38.1M
|
| 743 |
+
2014 ██████████░░░░░░░░░░░░░░░░░░░░ 13.3M
|
| 744 |
```
|
| 745 |
|
| 746 |
|
|
|
|
| 750 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 737.1K
|
| 751 |
2012 █████████████░░░░░░░░░░░░░░░░░ 1.9M
|
| 752 |
2013 ██████████████████████████████ 4.3M
|
| 753 |
+
2014 ██████████░░░░░░░░░░░░░░░░░░░░ 1.4M
|
| 754 |
```
|
| 755 |
|
| 756 |
|
|
|
|
| 1154 |
|
| 1155 |
| Table | GitHub Event | Events | % | Description |
|
| 1156 |
|-------|-------------|-------:|---:|-------------|
|
| 1157 |
+
| `pushes` | PushEvent | 74,599,362 | 50.0% | Git pushes with commits |
|
| 1158 |
+
| `issues` | IssuesEvent | 8,394,049 | 5.6% | Issue lifecycle events |
|
| 1159 |
+
| `issue_comments` | IssueCommentEvent | 12,948,228 | 8.7% | Comments on issues/PRs |
|
| 1160 |
+
| `pull_requests` | PullRequestEvent | 5,957,417 | 4.0% | PR lifecycle events |
|
| 1161 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,270,042 | 0.9% | Line-level PR comments |
|
| 1162 |
+
| `stars` | WatchEvent | 14,065,223 | 9.4% | Repository stars |
|
| 1163 |
+
| `forks` | ForkEvent | 5,364,681 | 3.6% | Repository forks |
|
| 1164 |
+
| `creates` | CreateEvent | 19,050,871 | 12.8% | Branch/tag/repo creation |
|
| 1165 |
+
| `deletes` | DeleteEvent | 1,686,686 | 1.1% | Branch/tag deletion |
|
| 1166 |
+
| `releases` | ReleaseEvent | 135,675 | 0.1% | Release publications |
|
| 1167 |
+
| `commit_comments` | CommitCommentEvent | 1,432,790 | 1.0% | Comments on commits |
|
| 1168 |
+
| `wiki_pages` | GollumEvent | 2,614,339 | 1.8% | Wiki page edits |
|
| 1169 |
| `members` | MemberEvent | 102,637 | 0.1% | Collaborator additions |
|
| 1170 |
+
| `public_events` | PublicEvent | 137,726 | 0.1% | Repo made public |
|
| 1171 |
|
| 1172 |
## How it's built
|
| 1173 |
|
data/commit_comments/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf4bbae28f41f0b65069b12fe85803c818720ce6d50e4afd4d7a4b3ee052ebe9
|
| 3 |
+
size 99169
|
data/creates/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4715056cc022ddfd92548515622a0404dbe7b3148d26acf6f542dc6a799afaf5
|
| 3 |
+
size 1329551
|
data/deletes/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e3144376694a73caac18053644d98265c65a037bdc6627558de17c435059970e
|
| 3 |
+
size 173323
|
data/forks/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bcec6bf2b85b867185d811d0be6c8356f942bfef6acbe320529f4cc21e239c9
|
| 3 |
+
size 295643
|
data/issue_comments/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62116e35538fb0f8a46e3f3be1510149693e0860682b056e8596d0de4d3f0ebe
|
| 3 |
+
size 777092
|
data/issues/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d77acb080e081435875be622e3521caa8c4762ebe00369f33caef25202af4e59
|
| 3 |
+
size 418354
|
data/public_events/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9220e13099fa89dfd10a82c452ddb5125466739c29f085c6fe7369524b0d03e5
|
| 3 |
+
size 16376
|
data/pull_requests/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dee0bd2d733d7fcf9e4ddc5ae6eb5bc3c0a14297de24b02565b70fe642b05a2e
|
| 3 |
+
size 2701062
|
data/pushes/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:958f8353c4e35215956e6b0f3bf878d38ef801377e7a43ee99a59deca3ad05cc
|
| 3 |
+
size 25893219
|
data/stars/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d216af27015cb4c7910ebcbca88f0cdc03b64857e81025a1382eb1859c88ed3
|
| 3 |
+
size 634793
|
data/wiki_pages/2014/03/26.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b5492760db7a4a4de46376f0293fc2d0cd764af7d3cc95672958ccd64a28333
|
| 3 |
+
size 336712
|
stats.csv
CHANGED
|
@@ -960,4 +960,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 960 |
2014-03-22,236111,1350,125290,12694,17948,9022,0,1764,21496,8662,27896,4040,578,1778,3375,0,218,0,71973950,149.3,22599716,35.4,149.3,87.7
|
| 961 |
2014-03-23,249636,990,133301,12988,20317,8902,0,1937,23528,8482,28531,4133,618,1975,3706,0,228,0,76015962,150.7,24566975,36.1,150.7,55.2
|
| 962 |
2014-03-24,351243,1955,176840,18889,34276,16697,0,4855,30222,11899,39264,6939,756,3485,4819,0,347,0,117211061,229.8,35056326,51.9,229.8,92.8
|
| 963 |
-
2014-03-25,321387,1945,163111,15311,29314,15060,0,4152,29974,11414,36662,5740,652,2577,4971,0,504,0,106767652,206.5,32283823,46.8,206.5,
|
|
|
|
|
|
| 960 |
2014-03-22,236111,1350,125290,12694,17948,9022,0,1764,21496,8662,27896,4040,578,1778,3375,0,218,0,71973950,149.3,22599716,35.4,149.3,87.7
|
| 961 |
2014-03-23,249636,990,133301,12988,20317,8902,0,1937,23528,8482,28531,4133,618,1975,3706,0,228,0,76015962,150.7,24566975,36.1,150.7,55.2
|
| 962 |
2014-03-24,351243,1955,176840,18889,34276,16697,0,4855,30222,11899,39264,6939,756,3485,4819,0,347,0,117211061,229.8,35056326,51.9,229.8,92.8
|
| 963 |
+
2014-03-25,321387,1945,163111,15311,29314,15060,0,4152,29974,11414,36662,5740,652,2577,4971,0,504,0,106767652,206.5,32283823,46.8,206.5,191.3
|
| 964 |
+
2014-03-26,322372,2067,162601,15523,30408,15116,0,4795,28796,10924,36822,6148,631,3029,5066,0,446,0,108574978,218.4,32675294,36.5,218.4,0.0
|