Add 2014-10-28 — 492.3K events, 11 files
Browse files- README.md +21 -21
- data/commit_comments/2014/10/28.parquet +3 -0
- data/creates/2014/10/28.parquet +3 -0
- data/deletes/2014/10/28.parquet +3 -0
- data/forks/2014/10/28.parquet +3 -0
- data/issue_comments/2014/10/28.parquet +3 -0
- data/issues/2014/10/28.parquet +3 -0
- data/public_events/2014/10/28.parquet +3 -0
- data/pull_requests/2014/10/28.parquet +3 -0
- data/pushes/2014/10/28.parquet +3 -0
- data/stars/2014/10/28.parquet +3 -0
- data/wiki_pages/2014/10/28.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 75.
|
| 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 |
|
|
@@ -71,7 +71,7 @@ The underlying data comes from [GH Archive](https://www.gharchive.org/), created
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
-
**2026-03-29** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
@@ -80,7 +80,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 80 |
03:00 ██████████████████████████░░░░ 230.2K
|
| 81 |
04:00 ███████████████████████████░░░ 237.8K
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
-
06:00 ███████████████████░░░░░░░░░
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -100,7 +100,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
-
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
@@ -138,7 +138,7 @@ duckdb.sql("""
|
|
| 138 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ███████████████████████░░░░░░░ 76.2M
|
| 141 |
-
2014 ███████████████████
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
@@ -147,7 +147,7 @@ duckdb.sql("""
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
-
| 2014 |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
@@ -159,7 +159,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
|
|
| 159 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ███████████████████████░░░░░░░ 38.9M
|
| 162 |
-
2014 ██████████████████████████████ 49.
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
-
| `pushes` | PushEvent | 117,
|
| 643 |
-
| `issues` | IssuesEvent | 13,
|
| 644 |
-
| `issue_comments` | IssueCommentEvent | 20,
|
| 645 |
-
| `pull_requests` | PullRequestEvent | 9,
|
| 646 |
-
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,
|
| 647 |
-
| `stars` | WatchEvent | 21,
|
| 648 |
-
| `forks` | ForkEvent | 8,
|
| 649 |
-
| `creates` | CreateEvent | 29,
|
| 650 |
-
| `deletes` | DeleteEvent | 3,
|
| 651 |
-
| `releases` | ReleaseEvent |
|
| 652 |
-
| `commit_comments` | CommitCommentEvent | 2,
|
| 653 |
-
| `wiki_pages` | GollumEvent | 3,
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
-
| `public_events` | PublicEvent |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
|
|
|
| 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,328 days), totaling **234,603,246 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 75.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.4 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 |
|
|
|
|
| 71 |
|
| 72 |
Events from today are captured in near-real-time from the GitHub Events API and stored as 5-minute blocks in `today/raw/YYYY/MM/DD/HHMM.parquet`. Each block contains a generic event record with the full JSON payload preserved for later processing. Live blocks are committed to this dataset within minutes of the events occurring.
|
| 73 |
|
| 74 |
+
**2026-03-29** — 1,588,556 events in 82 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 216.2K
|
|
|
|
| 80 |
03:00 ██████████████████████████░░░░ 230.2K
|
| 81 |
04:00 ███████████████████████████░░░ 237.8K
|
| 82 |
05:00 ██████████████████████████████ 258.6K
|
| 83 |
+
06:00 █████████████████████░░░░░░░░░ 184.5K
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 85 |
08:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 86 |
09:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 100 |
23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 101 |
```
|
| 102 |
|
| 103 |
+
Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **7,578,558 events** in 4,073 blocks.
|
| 104 |
|
| 105 |
|
| 106 |
### Live event schema
|
|
|
|
| 138 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
|
| 139 |
2012 █████████████░░░░░░░░░░░░░░░░░ 42.5M
|
| 140 |
2013 ███████████████████████░░░░░░░ 76.2M
|
| 141 |
+
2014 ██████████████████████████████ 97.4M
|
| 142 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
|
| 143 |
```
|
| 144 |
|
|
|
|
| 147 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 148 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 149 |
| 2013 | 353 | 76,154,264 | 215,734 | 23.2 GB | 4.1 GB | 2h33m | 8h52m | 2h34m |
|
| 150 |
+
| 2014 | 284 | 97,367,133 | 342,842 | 37.5 GB | 9.0 GB | 3h16m | 18h40m | 4h17m |
|
| 151 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 152 |
|
| 153 |
|
|
|
|
| 159 |
2011 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
|
| 160 |
2012 ████████████░░░░░░░░░░░░░░░░░░ 20.6M
|
| 161 |
2013 ███████████████████████░░░░░░░ 38.9M
|
| 162 |
+
2014 ██████████████████████████████ 49.3M
|
| 163 |
2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
|
| 164 |
```
|
| 165 |
|
|
|
|
| 639 |
|
| 640 |
| Table | GitHub Event | Events | % | Description |
|
| 641 |
|-------|-------------|-------:|---:|-------------|
|
| 642 |
+
| `pushes` | PushEvent | 117,752,252 | 50.2% | Git pushes with commits |
|
| 643 |
+
| `issues` | IssuesEvent | 13,266,674 | 5.7% | Issue lifecycle events |
|
| 644 |
+
| `issue_comments` | IssueCommentEvent | 20,510,134 | 8.7% | Comments on issues/PRs |
|
| 645 |
+
| `pull_requests` | PullRequestEvent | 9,574,260 | 4.1% | PR lifecycle events |
|
| 646 |
+
| `pr_review_comments` | PullRequestReviewCommentEvent | 2,316,625 | 1.0% | Line-level PR comments |
|
| 647 |
+
| `stars` | WatchEvent | 21,867,332 | 9.3% | Repository stars |
|
| 648 |
+
| `forks` | ForkEvent | 8,300,638 | 3.5% | Repository forks |
|
| 649 |
+
| `creates` | CreateEvent | 29,618,161 | 12.6% | Branch/tag/repo creation |
|
| 650 |
+
| `deletes` | DeleteEvent | 3,111,390 | 1.3% | Branch/tag deletion |
|
| 651 |
+
| `releases` | ReleaseEvent | 320,651 | 0.1% | Release publications |
|
| 652 |
+
| `commit_comments` | CommitCommentEvent | 2,137,182 | 0.9% | Comments on commits |
|
| 653 |
+
| `wiki_pages` | GollumEvent | 3,712,120 | 1.6% | Wiki page edits |
|
| 654 |
| `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
|
| 655 |
+
| `public_events` | PublicEvent | 216,324 | 0.1% | Repo made public |
|
| 656 |
|
| 657 |
## How it's built
|
| 658 |
|
data/commit_comments/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:941c7ad2b7bc5bd145b69006f49b3a2f7decc62690ce4dbf3d05a92224ef666e
|
| 3 |
+
size 94774
|
data/creates/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c791d25767dd4d1c03a467851814cfdf70cdf9c1e1d46094a98495280e2f2c05
|
| 3 |
+
size 4888521
|
data/deletes/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:638e5d4312e7767adaffb8a68920d6b7df686e484ddf53a77fd3f07dcaa33378
|
| 3 |
+
size 193691
|
data/forks/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8561fdecd2b21daac0225c9dfd3eee02f46e9ba31d692637a32b743ee751221
|
| 3 |
+
size 366413
|
data/issue_comments/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14b9cadfbff3255824342b8833f942a4cd51c155b1b85291208937eb3032f91c
|
| 3 |
+
size 849362
|
data/issues/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5392ac844c313a5962e3548653a78ea4330e40318acedc3c221c92ebe64bb0d3
|
| 3 |
+
size 566911
|
data/public_events/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7190919320055064e6c0c83657fbf726db529e1dbd03a48e4d97382cbbedb289
|
| 3 |
+
size 15031
|
data/pull_requests/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca3061637f869a43c748c7f06196782ee80778958cecf753596dee941493a2f1
|
| 3 |
+
size 3128624
|
data/pushes/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0cdbcdfae6b739e8f730845f2090f22fcf2d1d531167912b73b4fdb94cfc6489
|
| 3 |
+
size 39950736
|
data/stars/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f4b30d397338e9fc6b57de681440da83f43940ba493d644733cec973315dd78
|
| 3 |
+
size 1626673
|
data/wiki_pages/2014/10/28.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0999a816bfb57d415d1bce78900e2d9c90a59039f1205373be26fbc623455d90
|
| 3 |
+
size 350138
|
stats.csv
CHANGED
|
@@ -1323,6 +1323,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1323 |
2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
|
| 1324 |
2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
|
| 1325 |
2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,70.7
|
| 1326 |
-
2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,
|
|
|
|
| 1327 |
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
|
| 1328 |
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
|
|
|
|
| 1323 |
2014-10-24,420690,2535,211427,22376,37679,20026,0,5825,33303,13858,57591,7587,1175,2743,4094,0,471,0,245899246,114.1,52700332,60.3,114.1,52.1
|
| 1324 |
2014-10-25,312168,1911,164484,16073,20661,11833,0,1997,24750,10818,48275,5178,772,2212,2877,0,327,0,169171872,77.4,33714379,50.4,77.4,30.7
|
| 1325 |
2014-10-26,366477,1539,191568,18584,23932,13381,0,2737,31364,12814,58653,4867,906,2047,3697,0,388,0,196520789,89.9,38160937,53.6,90.0,70.7
|
| 1326 |
+
2014-10-27,438284,2459,223301,24008,41399,20913,0,6726,37934,13826,49761,8057,1193,3450,4786,0,471,0,251180259,110.7,48034084,64.3,110.7,39.6
|
| 1327 |
+
2014-10-28,492301,2250,299792,20936,34860,17907,0,5596,36505,13839,45641,6405,963,2570,4659,0,378,0,256754462,111.5,52030874,40.0,111.5,0.0
|
| 1328 |
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
|
| 1329 |
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
|