Add 2014-04-25 — 363.7K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2014/04/25.parquet +3 -0
- data/creates/2014/04/25.parquet +3 -0
- data/deletes/2014/04/25.parquet +3 -0
- data/forks/2014/04/25.parquet +3 -0
- data/issue_comments/2014/04/25.parquet +3 -0
- data/issues/2014/04/25.parquet +3 -0
- data/public_events/2014/04/25.parquet +3 -0
- data/pull_requests/2014/04/25.parquet +3 -0
- data/pushes/2014/04/25.parquet +3 -0
- data/stars/2014/04/25.parquet +3 -0
- data/wiki_pages/2014/04/25.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 **2015-01-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 45.
|
| 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 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 728 |
```
|
| 729 |
|
|
@@ -732,7 +732,7 @@ duckdb.sql("""
|
|
| 732 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 733 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 734 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 735 |
-
| 2014 |
|
| 736 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 737 |
|
| 738 |
|
|
@@ -742,7 +742,7 @@ duckdb.sql("""
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
-
2014 ██████████████░░░░░░░░░░░░░░░░ 18.
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
@@ -1160,20 +1160,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
-
| `pushes` | PushEvent | 79,
|
| 1164 |
-
| `issues` | IssuesEvent | 8,
|
| 1165 |
-
| `issue_comments` | IssueCommentEvent | 13,
|
| 1166 |
-
| `pull_requests` | PullRequestEvent | 6,
|
| 1167 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 1168 |
-
| `stars` | WatchEvent |
|
| 1169 |
-
| `forks` | ForkEvent | 5,
|
| 1170 |
-
| `creates` | CreateEvent | 20,
|
| 1171 |
-
| `deletes` | DeleteEvent | 1,
|
| 1172 |
-
| `releases` | ReleaseEvent |
|
| 1173 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 1174 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 1175 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 1176 |
-
| `public_events` | PublicEvent | 147,
|
| 1177 |
|
| 1178 |
## How it's built
|
| 1179 |
|
|
|
|
| 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 **2015-01-03** (995 days), totaling **159,516,335 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 45.7 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 15.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 ██████████████░░░░░░░░░░░░░░░░ 36.2M
|
| 727 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 728 |
```
|
| 729 |
|
|
|
|
| 732 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 733 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 734 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 735 |
+
| 2014 | 115 | 36,168,189 | 314,505 | 11.0 GB | 3.3 GB | 1h16m | 6h20m | 1h49m |
|
| 736 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 737 |
|
| 738 |
|
|
|
|
| 742 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 743 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 744 |
2013 ██████████████████████████████ 38.1M
|
| 745 |
+
2014 ██████████████░░░░░░░░░░░░░░░░ 18.4M
|
| 746 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 747 |
```
|
| 748 |
|
|
|
|
| 1160 |
|
| 1161 |
| Table | GitHub Event | Events | % | Description |
|
| 1162 |
|-------|-------------|-------:|---:|-------------|
|
| 1163 |
+
| `pushes` | PushEvent | 79,955,171 | 50.1% | Git pushes with commits |
|
| 1164 |
+
| `issues` | IssuesEvent | 8,916,209 | 5.6% | Issue lifecycle events |
|
| 1165 |
+
| `issue_comments` | IssueCommentEvent | 13,858,051 | 8.7% | Comments on issues/PRs |
|
| 1166 |
+
| `pull_requests` | PullRequestEvent | 6,412,454 | 4.0% | PR lifecycle events |
|
| 1167 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,398,810 | 0.9% | Line-level PR comments |
|
| 1168 |
+
| `stars` | WatchEvent | 15,011,474 | 9.4% | Repository stars |
|
| 1169 |
+
| `forks` | ForkEvent | 5,731,662 | 3.6% | Repository forks |
|
| 1170 |
+
| `creates` | CreateEvent | 20,248,898 | 12.7% | Branch/tag/repo creation |
|
| 1171 |
+
| `deletes` | DeleteEvent | 1,892,855 | 1.2% | Branch/tag deletion |
|
| 1172 |
+
| `releases` | ReleaseEvent | 160,193 | 0.1% | Release publications |
|
| 1173 |
+
| `commit_comments` | CommitCommentEvent | 1,513,434 | 0.9% | Comments on commits |
|
| 1174 |
+
| `wiki_pages` | GollumEvent | 2,750,165 | 1.7% | Wiki page edits |
|
| 1175 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 1176 |
+
| `public_events` | PublicEvent | 147,521 | 0.1% | Repo made public |
|
| 1177 |
|
| 1178 |
## How it's built
|
| 1179 |
|
data/commit_comments/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:473fd396b560ea0a69a3e1cdddcc68e7d2c564523ae8cd072509b9ac7bd63bc2
|
| 3 |
+
size 102590
|
data/creates/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90015285b29245d411f63a5e2d1cc0959d213109192e1ed8c9bfb417773954f
|
| 3 |
+
size 1486648
|
data/deletes/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71cf1bf1e68841fb1ce2c7afff10e89d6f845896e75c586b9cda78c80a5c5a06
|
| 3 |
+
size 175734
|
data/forks/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3b58f44b70ecce452eabba8000fd59cd102ac9e74661a97d1fb92a2ccc320e9
|
| 3 |
+
size 338199
|
data/issue_comments/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17eb04362956d3034ee83a7fe6bbd5ec1f3e11b5b4b3746511b45700cbe1bd31
|
| 3 |
+
size 802367
|
data/issues/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2189bd4320824aca193762591e7cbc190cc74c1ebf5b5b4bc2748339ccb99927
|
| 3 |
+
size 439146
|
data/public_events/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1d365b9381f598994d3415d4be1031972001055195338263fc34dc49ee47a865
|
| 3 |
+
size 13104
|
data/pull_requests/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a88a9bfc18659dfad6aa7edf88dcd19ce8225c4e04601fc783ab118b395bf73
|
| 3 |
+
size 2834808
|
data/pushes/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73a58243f4db982c608cfe530dc9ff7bdc5036aeecae3ce733836348b3f09b25
|
| 3 |
+
size 27609203
|
data/stars/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8528f6a21912df0546e5e9a9f862257577ba4c2dafb572764d6dfdae871a9ed7
|
| 3 |
+
size 760835
|
data/wiki_pages/2014/04/25.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9faffc3c750ccb5fb89baa6efc4a20b30f8fd5f131e5d51ffa660864aa0e7c78
|
| 3 |
+
size 285081
|
stats.csv
CHANGED
|
@@ -990,6 +990,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 990 |
2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,93.8
|
| 991 |
2014-04-22,405707,2210,206956,18980,36217,19001,0,5811,39909,14726,45262,7121,892,3327,4902,0,393,0,135955764,358.6,39994308,42.8,358.6,87.1
|
| 992 |
2014-04-23,406398,2145,207676,18636,35092,18810,0,6697,42352,14876,44062,6895,968,2744,5071,0,374,0,135530298,360.5,40397582,41.9,360.5,54.4
|
| 993 |
-
2014-04-24,396032,2120,202475,19748,35659,18586,0,5604,38020,14368,44173,6519,1005,2974,4378,0,403,0,132483015,354.8,39735472,35.8,354.8,
|
|
|
|
| 994 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 995 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|
|
|
|
| 990 |
2014-04-21,348196,1631,183036,15804,29316,15370,0,4547,31158,12791,40265,5613,937,2710,4687,0,331,0,115058501,301.7,34584235,53.5,301.7,93.8
|
| 991 |
2014-04-22,405707,2210,206956,18980,36217,19001,0,5811,39909,14726,45262,7121,892,3327,4902,0,393,0,135955764,358.6,39994308,42.8,358.6,87.1
|
| 992 |
2014-04-23,406398,2145,207676,18636,35092,18810,0,6697,42352,14876,44062,6895,968,2744,5071,0,374,0,135530298,360.5,40397582,41.9,360.5,54.4
|
| 993 |
+
2014-04-24,396032,2120,202475,19748,35659,18586,0,5604,38020,14368,44173,6519,1005,2974,4378,0,403,0,132483015,354.8,39735472,35.8,354.8,103.7
|
| 994 |
+
2014-04-25,363666,2048,181435,18002,32970,16508,0,5003,35717,12929,44360,6573,839,3001,3931,0,350,0,118443706,282.6,34847715,32.4,282.6,0.0
|
| 995 |
2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
|
| 996 |
2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
|