tamnd commited on
Commit
d63d985
·
verified ·
1 Parent(s): d0cf6cf

Add 2015-02-06 — 538.2K 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-02-05** (1,423 days), totaling **276,536,713 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 95.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.6 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,137,776 events in 109 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 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
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,127,778 events** in 4,100 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 ███░░░░░░░░░░░░░░░░░���░░░░░░░░░ 15.2M
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 | 33 | 15,231,035 | 461,546 | 5.3 GB | 2.5 GB | 24m36s | 54m16s | 35m49s |
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.6M
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 759.8K
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 742.6K
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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.4M
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 | 138,862,135 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,839,315 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,281,069 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,512,323 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,936,334 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,593,955 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,693,720 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 34,580,239 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,855,199 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 441,285 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,421,830 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,153,915 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 210,064 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 258,253 | 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-02-06** (1,424 days), totaling **277,074,931 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 95.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 18.7 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,158,853 events in 110 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 ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21.1K
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,148,855 events** in 4,101 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.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 | 34 | 15,769,253 | 463,801 | 5.5 GB | 2.6 GB | 25m53s | 56m22s | 37m23s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7.9M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 786.4K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 770.5K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 1.5M
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 139,130,571 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,865,916 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,332,762 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,540,266 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,945,224 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,641,904 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,712,596 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 34,643,272 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,865,747 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 442,830 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,425,673 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,159,235 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 213,053 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 258,805 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2130a0c6866bf7e25c47d625fe42829b06366e29399c8dc908953f762dcbdd
3
+ size 507278
data/creates/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:383a834eab21356789f84cb2661594470acbf8bd590745917769b8ff69f7a172
3
+ size 2656758
data/deletes/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebaa082ed10dcb9a49b5fe6351a889bd9ce56d74ca0e36b205a794fe315fd949
3
+ size 370844
data/forks/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7192d6820e789d0e27557040d58e2c9146fb278d390cfebb964f97bc22de58
3
+ size 1968470
data/issue_comments/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30e21b6a86011d8f0670d6fc7cc339acd68995662d15d3df387143cd8945b41
3
+ size 9805145
data/issues/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bcd9009d429e9556366078966a80a7d27693a173a5b4759b4a0a8287e80e9c3
3
+ size 6193173
data/members/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f113f3bc50a4cd0976bd3e5525128a744c89d53a21551251b42c0135327e2729
3
+ size 116308
data/pr_review_comments/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f424fef3714862205b4724716833bc6e5118608fc1e030147042aaafaa522f8e
3
+ size 2948972
data/public_events/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759597b8e44a4b0c6d3b6bde19c1a2bab8c6d565310d1246bbf0456cb3f9be3a
3
+ size 24928
data/pull_requests/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ceac7635d378dc54e89cbfb96530bd856334a5c515b6b5fefc63bb20c4d8376
3
+ size 5083223
data/pushes/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6a665c3e2f56b759474d94d725136161797ea3ca365f8ccd8a6eeab38d88c1
3
+ size 65072226
data/releases/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce71121c7ef84be0e48ae384539a40a264caee2b37e8e2c616ae803675fe43c9
3
+ size 259174
data/stars/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b96809679b706cfc92e871df0924cb3f18d46a66ff7aef33a88ac67e38096921
3
+ size 1650953
data/wiki_pages/2015/02/06.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d205dc5980149a6ef1bc733677cc91929eb1a1a4db902cbea754eb5b31ccc4
3
+ size 373363
stats.csv CHANGED
@@ -1421,4 +1421,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1421
  2015-02-02,534695,0,261073,31091,55412,26091,0,8774,50500,18022,59955,9901,1627,3650,5305,2744,550,0,206817437,116.9,96560910,44.6,116.9,102.4
1422
  2015-02-03,545625,0,265073,28553,57656,27517,0,8794,52536,19249,62258,10098,1455,3964,4947,2976,549,0,211994038,122.6,97058661,49.9,122.6,127.7
1423
  2015-02-04,580496,0,280464,32221,62289,29245,0,9701,53302,20960,66026,10494,1768,4076,6365,2912,673,0,228243275,121.1,103506525,88.5,121.1,69.4
1424
- 2015-02-05,551421,0,272969,27191,56499,27984,0,9339,48680,19549,63982,11192,1582,3717,5207,2991,539,0,212115672,116.4,99142645,72.8,116.4,0.0
 
 
1421
  2015-02-02,534695,0,261073,31091,55412,26091,0,8774,50500,18022,59955,9901,1627,3650,5305,2744,550,0,206817437,116.9,96560910,44.6,116.9,102.4
1422
  2015-02-03,545625,0,265073,28553,57656,27517,0,8794,52536,19249,62258,10098,1455,3964,4947,2976,549,0,211994038,122.6,97058661,49.9,122.6,127.7
1423
  2015-02-04,580496,0,280464,32221,62289,29245,0,9701,53302,20960,66026,10494,1768,4076,6365,2912,673,0,228243275,121.1,103506525,88.5,121.1,69.4
1424
+ 2015-02-05,551421,0,272969,27191,56499,27984,0,9339,48680,19549,63982,11192,1582,3717,5207,2991,539,0,212115672,116.4,99142645,72.8,116.4,93.9
1425
+ 2015-02-06,538218,0,268436,26601,51693,27943,0,8890,47949,18876,63033,10548,1545,3843,5320,2989,552,0,206370337,125.9,97030815,77.3,125.9,0.0