tamnd commited on
Commit
05bb6a1
·
verified ·
1 Parent(s): 8766ea6

Add 2015-03-02 — 640.6K events, 14 files

Browse files
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-03-01** (1,445 days), totaling **287,432,468 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 99.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.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,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** — 2,300,466 events in 116 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -83,7 +83,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
- 09:00 ██████████████████░░░░░░░░░░░░ 162.7K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12: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) — **8,290,468 events** in 4,107 blocks.
104
 
105
 
106
  ### Live event schema
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 ██████░░░░░░░░░░░░���░░░░░░░░░░░ 26.1M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
@@ -148,7 +148,7 @@ duckdb.sql("""
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
- | 2015 | 55 | 26,126,790 | 475,032 | 9.1 GB | 4.3 GB | 39m39s | 1h33m | 1h03m |
152
 
153
 
154
  ### Pushes per year
@@ -160,7 +160,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
- 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 13.1M
164
  ```
165
 
166
 
@@ -181,7 +181,7 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
- 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
185
  ```
186
 
187
 
@@ -204,7 +204,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
- 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
208
  ```
209
 
210
 
@@ -226,7 +226,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
- 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 2.3M
230
  ```
231
 
232
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 144,346,560 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,425,483 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,369,755 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,040,481 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,100,894 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 26,508,377 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,055,317 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 35,847,762 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,072,778 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 475,293 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,492,974 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,261,442 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 269,019 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 269,256 | 0.1% | Repo made public |
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-03-02** (1,446 days), totaling **288,073,099 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 99.3 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 20.5 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** — 2,317,952 events in 117 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
83
  06:00 ████████████████████████████░░ 246.3K
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
+ 09:00 ████████████████████░░░░░░░░░░ 180.2K
87
  10:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **8,307,954 events** in 4,108 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░ 26.8M
143
  ```
144
 
145
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
 
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 | 348 | 124,581,314 | 357,992 | 51.9 GB | 11.8 GB | 4h13m | 20h37m | 5h05m |
151
+ | 2015 | 56 | 26,767,421 | 477,989 | 9.3 GB | 4.4 GB | 40m20s | 1h35m | 1h04m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 13.4M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░ 1.3M
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 2.4M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 144,645,186 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,472,449 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,456,529 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,070,090 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,111,796 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 26,560,651 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,073,774 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 35,916,413 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,084,886 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 477,250 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,497,339 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,267,429 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 272,330 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 269,900 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cd7badc0ea273284559f491ec6260d2a2c5c15cad8930ec7517416146be9a65
3
+ size 590521
data/creates/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acffd9c2651b80ab0bbb3469f893bb9cd846aafb4806af60a5b6d6dab1e58ef0
3
+ size 2841788
data/deletes/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9775948268bb42d6944224f10337cc9208624449e8883a2aa3d78a71d379730d
3
+ size 417790
data/forks/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1e272c03e1ad5e07c20d9bc400162550e9f623429cc1e42cf62eee5dc706a1e
3
+ size 1939080
data/issue_comments/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d6c9e9952943f672ccf060ddbfde3fd3ff1b1acbfa7a0d01f5c53f020f7dd72
3
+ size 13420477
data/issues/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb2f231c381bc4eae8134e81342f1959737ea6af187f4bd62f96ed6d91052538
3
+ size 8962771
data/members/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd3d73b6e30e274d2e65d926dd4ef1ad7dea41d478b39f9fc6df0071cbfda6e0
3
+ size 129802
data/pr_review_comments/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:850f23b0a39ed5808e3cfe16acee9fb069f25a9f6f3c49108ebb069b1cab0204
3
+ size 3846149
data/public_events/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3bc7a98a77e850082325a5ee9c80221186470aea5deea016f7b8853f30a2566
3
+ size 29417
data/pull_requests/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa9db7515362fbe62e4eb2a858cb605553f3431cb74a56c5ffcb699b0e0e844b
3
+ size 5407003
data/pushes/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45f034d367683122192a91f408707619d6caedb19e586372c2864bd7ba7ee4c1
3
+ size 72489889
data/releases/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:361566d8f8d26c69577e3603d95c302cd5c5c22ea1a4b0a152dbe9087d782869
3
+ size 283594
data/stars/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa7489729a6ba81e25f8add848060da7e6b6ecee9a75e6076c42a303655edb31
3
+ size 1778631
data/wiki_pages/2015/03/02.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86fa91b870c47cc84ed741a28d6b2175f3e0e63a2f351e813d2b046613ff2bfa
3
+ size 342323
stats.csv CHANGED
@@ -1443,4 +1443,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1443
  2015-02-26,632669,0,305014,42161,73493,32415,0,10347,52610,18773,69418,12049,1881,4851,5680,3312,665,0,239183917,148.6,112127051,25.7,148.6,53.8
1444
  2015-02-27,584518,0,284038,37348,69075,29632,0,8886,49028,17711,63030,11640,1741,3506,5202,3092,589,0,219298086,131.2,103204474,37.6,131.2,86.1
1445
  2015-02-28,405000,0,210410,22653,35597,16799,0,3670,37512,13258,46759,7836,1385,2390,3726,2653,352,0,135305146,82.4,68244541,30.6,82.4,93.2
1446
- 2015-03-01,438018,0,216461,36491,55524,16527,0,3950,33984,11364,46646,7266,1262,2177,3972,1944,450,0,139972210,90.3,72060254,32.8,90.3,0.0
 
 
1443
  2015-02-26,632669,0,305014,42161,73493,32415,0,10347,52610,18773,69418,12049,1881,4851,5680,3312,665,0,239183917,148.6,112127051,25.7,148.6,53.8
1444
  2015-02-27,584518,0,284038,37348,69075,29632,0,8886,49028,17711,63030,11640,1741,3506,5202,3092,589,0,219298086,131.2,103204474,37.6,131.2,86.1
1445
  2015-02-28,405000,0,210410,22653,35597,16799,0,3670,37512,13258,46759,7836,1385,2390,3726,2653,352,0,135305146,82.4,68244541,30.6,82.4,93.2
1446
+ 2015-03-01,438018,0,216461,36491,55524,16527,0,3950,33984,11364,46646,7266,1262,2177,3972,1944,450,0,139972210,90.3,72060254,32.8,90.3,70.0
1447
+ 2015-03-02,640631,0,298626,46966,86774,29609,0,10902,52274,18457,68651,12108,1957,4365,5987,3311,644,0,238352718,138.6,112479235,41.8,138.6,0.0