Add 2014-06-09 — 372.1K events, 11 files
Browse files- README.md +18 -18
- data/commit_comments/2014/06/09.parquet +3 -0
- data/creates/2014/06/09.parquet +3 -0
- data/deletes/2014/06/09.parquet +3 -0
- data/forks/2014/06/09.parquet +3 -0
- data/issue_comments/2014/06/09.parquet +3 -0
- data/issues/2014/06/09.parquet +3 -0
- data/public_events/2014/06/09.parquet +3 -0
- data/pull_requests/2014/06/09.parquet +3 -0
- data/pushes/2014/06/09.parquet +3 -0
- data/stars/2014/06/09.parquet +3 -0
- data/wiki_pages/2014/06/09.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** (1,
|
| 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 |
|
|
@@ -134,7 +134,7 @@ duckdb.sql("""
|
|
| 134 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 135 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 136 |
2013 ██████████████████████████████ 74.5M
|
| 137 |
-
2014 ████████████████████░░░░░░░░░░ 50.
|
| 138 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 139 |
```
|
| 140 |
|
|
@@ -143,7 +143,7 @@ duckdb.sql("""
|
|
| 143 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 144 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 145 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 146 |
-
| 2014 |
|
| 147 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 148 |
|
| 149 |
|
|
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 155 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 156 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 157 |
2013 ██████████████████████████████ 38.1M
|
| 158 |
-
2014 ████████████████████░░░░░░░░░░ 25.
|
| 159 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 160 |
```
|
| 161 |
|
|
@@ -610,20 +610,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 610 |
|
| 611 |
| Table | GitHub Event | Events | % | Description |
|
| 612 |
|-------|-------------|-------:|---:|-------------|
|
| 613 |
-
| `pushes` | PushEvent | 87,
|
| 614 |
-
| `issues` | IssuesEvent | 9,
|
| 615 |
-
| `issue_comments` | IssueCommentEvent | 15,
|
| 616 |
-
| `pull_requests` | PullRequestEvent | 7,
|
| 617 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,
|
| 618 |
-
| `stars` | WatchEvent | 16,
|
| 619 |
-
| `forks` | ForkEvent | 6,
|
| 620 |
-
| `creates` | CreateEvent | 21,
|
| 621 |
-
| `deletes` | DeleteEvent | 2,
|
| 622 |
-
| `releases` | ReleaseEvent | 194,
|
| 623 |
-
| `commit_comments` | CommitCommentEvent | 1,
|
| 624 |
-
| `wiki_pages` | GollumEvent | 2,
|
| 625 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 626 |
-
| `public_events` | PublicEvent | 160,
|
| 627 |
|
| 628 |
## How it's built
|
| 629 |
|
|
|
|
| 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** (1,036 days), totaling **173,679,158 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 50.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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 |
|
|
|
|
| 134 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 14.1M
|
| 135 |
2012 █████████████░░░░░░░░░░░░░░░░░ 34.3M
|
| 136 |
2013 ██████████████████████████████ 74.5M
|
| 137 |
+
2014 ████████████████████░░░░░░░░░░ 50.3M
|
| 138 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 139 |
```
|
| 140 |
|
|
|
|
| 143 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 144 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 145 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 146 |
+
| 2014 | 156 | 50,331,012 | 322,634 | 15.3 GB | 4.6 GB | 1h40m | 8h41m | 2h22m |
|
| 147 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 148 |
|
| 149 |
|
|
|
|
| 155 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 6.7M
|
| 156 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 16.5M
|
| 157 |
2013 ██████████████████████████████ 38.1M
|
| 158 |
+
2014 ████████████████████░░░░░░░░░░ 25.7M
|
| 159 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 160 |
```
|
| 161 |
|
|
|
|
| 610 |
|
| 611 |
| Table | GitHub Event | Events | % | Description |
|
| 612 |
|-------|-------------|-------:|---:|-------------|
|
| 613 |
+
| `pushes` | PushEvent | 87,203,877 | 50.2% | Git pushes with commits |
|
| 614 |
+
| `issues` | IssuesEvent | 9,682,403 | 5.6% | Issue lifecycle events |
|
| 615 |
+
| `issue_comments` | IssueCommentEvent | 15,151,815 | 8.7% | Comments on issues/PRs |
|
| 616 |
+
| `pull_requests` | PullRequestEvent | 7,026,586 | 4.0% | PR lifecycle events |
|
| 617 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 1,582,733 | 0.9% | Line-level PR comments |
|
| 618 |
+
| `stars` | WatchEvent | 16,272,670 | 9.4% | Repository stars |
|
| 619 |
+
| `forks` | ForkEvent | 6,242,164 | 3.6% | Repository forks |
|
| 620 |
+
| `creates` | CreateEvent | 21,855,543 | 12.6% | Branch/tag/repo creation |
|
| 621 |
+
| `deletes` | DeleteEvent | 2,181,616 | 1.3% | Branch/tag deletion |
|
| 622 |
+
| `releases` | ReleaseEvent | 194,975 | 0.1% | Release publications |
|
| 623 |
+
| `commit_comments` | CommitCommentEvent | 1,624,867 | 0.9% | Comments on commits |
|
| 624 |
+
| `wiki_pages` | GollumEvent | 2,911,701 | 1.7% | Wiki page edits |
|
| 625 |
| `members` | MemberEvent | 104,094 | 0.1% | Collaborator additions |
|
| 626 |
+
| `public_events` | PublicEvent | 160,890 | 0.1% | Repo made public |
|
| 627 |
|
| 628 |
## How it's built
|
| 629 |
|
data/commit_comments/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e42956eb0503867f380a28a9327983a2ee1156bfdce1e8d9d8da7690d78107b
|
| 3 |
+
size 107241
|
data/creates/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d66b13eb6a17ae386d9c2c577ad6a4e0b0cded4803abfb360a3c0f758aa0efa1
|
| 3 |
+
size 1499765
|
data/deletes/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5517d777d58dc26b62ca174bd58c46d4ef95319b735c3a12e394bbcaf9652417
|
| 3 |
+
size 192045
|
data/forks/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0940a5dd9e7adcb6ebdebb0649cceea76026834f49898c28124c02020053ceef
|
| 3 |
+
size 367364
|
data/issue_comments/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d65ac29164b33a39cf508f59cf2e20b89dfc17e08be957f85e6951bb5683260d
|
| 3 |
+
size 870464
|
data/issues/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07fe4e4f4f40846161c4881d07fcf937279abfe727f0b9a489243ae581e61a22
|
| 3 |
+
size 456266
|
data/public_events/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f724ed8c411e99f41501e7b4d635bf0886220d14d82e63b0911d66b46bbee15d
|
| 3 |
+
size 15842
|
data/pull_requests/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e2d1fc2dee886a95682a04b9d48ea059e961b6d75d9b53ebcea3f58201368ba
|
| 3 |
+
size 2941487
|
data/pushes/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0fe5960210ed42fe3f6e2c696552658c7f02619a55e306cfb1554172847cb20d
|
| 3 |
+
size 30855760
|
data/stars/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e62194a009782444383ea0d32a17643d120f58fdff013774852bcd128c7f3cef
|
| 3 |
+
size 757799
|
data/wiki_pages/2014/06/09.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2861f8ac0ff4fb3e2a38423dd507ff32106f901cd9fbbf5e88fa6f1950fab185
|
| 3 |
+
size 212137
|
stats.csv
CHANGED
|
@@ -1031,6 +1031,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1031 |
2014-06-05,396877,1920,198204,19562,36707,18459,0,6463,34734,14752,49866,7392,927,3248,4247,0,396,0,133996335,230.3,39689231,43.1,230.4,48.1
|
| 1032 |
2014-06-06,343842,1750,176246,16884,30737,16941,0,5309,29762,12811,39159,6591,855,2867,3562,0,368,0,122759819,213.0,34860915,42.2,213.0,40.1
|
| 1033 |
2014-06-07,228855,1329,124445,10539,15797,8473,0,1789,21638,9124,27776,3314,518,1722,2178,0,213,0,72638845,127.2,22443441,43.5,127.2,47.4
|
| 1034 |
-
2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,
|
|
|
|
| 1035 |
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
|
| 1036 |
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
|
|
|
|
| 1031 |
2014-06-05,396877,1920,198204,19562,36707,18459,0,6463,34734,14752,49866,7392,927,3248,4247,0,396,0,133996335,230.3,39689231,43.1,230.4,48.1
|
| 1032 |
2014-06-06,343842,1750,176246,16884,30737,16941,0,5309,29762,12811,39159,6591,855,2867,3562,0,368,0,122759819,213.0,34860915,42.2,213.0,40.1
|
| 1033 |
2014-06-07,228855,1329,124445,10539,15797,8473,0,1789,21638,9124,27776,3314,518,1722,2178,0,213,0,72638845,127.2,22443441,43.5,127.2,47.4
|
| 1034 |
+
2014-06-08,264453,941,144039,12893,19306,9715,0,2099,25664,9930,30128,4215,651,1892,2787,0,193,0,87430736,159.4,29068008,36.2,159.4,58.4
|
| 1035 |
+
2014-06-09,372150,1710,187955,17791,34058,17011,0,6229,35084,14076,42413,7270,753,3432,3958,0,410,0,133600249,229.0,38276170,45.6,229.0,0.0
|
| 1036 |
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
|
| 1037 |
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
|