tamnd commited on
Commit
f569c4a
·
verified ·
1 Parent(s): 16e0d78

Add 2015-02-12 — 584.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-11** (1,429 days), totaling **279,491,325 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 96.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.1 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,178,173 events in 111 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 40.4K
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,168,175 events** in 4,102 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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.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 | 39 | 18,185,647 | 466,298 | 6.3 GB | 3.0 GB | 28m49s | 1h05m | 45m51s |
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.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 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 903.7K
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 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 886.7K
208
  ```
209
 
210
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 140,363,284 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,983,180 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 24,555,213 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,656,396 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,981,465 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 25,858,236 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,793,667 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 34,926,336 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,914,153 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 450,134 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,440,840 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,183,111 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 226,871 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 261,362 | 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-12** (1,430 days), totaling **280,075,512 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 96.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 19.2 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,198,075 events in 112 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 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 60.3K
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,188,077 events** in 4,103 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 18.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 | 40 | 18,769,834 | 469,245 | 6.6 GB | 3.1 GB | 29m44s | 1h08m | 47m13s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.4M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 932.0K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 917.3K
208
  ```
209
 
210
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 140,652,771 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,011,504 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 24,613,627 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,687,062 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,992,463 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 25,908,139 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,813,403 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 34,993,881 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,927,001 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 451,871 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,444,951 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,189,779 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 230,079 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 261,904 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03706f79f750b1506a68ede71d4fb4acb6be251636138d2856ec4292584b18a8
3
+ size 517280
data/creates/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d04e8f0cb4c0b2d9eac07242618af2fe6e2f2b5bbd6ef67558c0299336ba2a64
3
+ size 2795471
data/deletes/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0e8dd0929155f432535f2dffdc73d799cd1fa905ebf7cf649e01efd0ab264fb
3
+ size 426974
data/forks/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:167b5ff2c13961685f34cc0759bee0729f7e98accd587636e527ef0eff1af07f
3
+ size 2066685
data/issue_comments/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62b6b14119f791098b49dac157c85451ddf475b6f87e8ced3c59dc3f6e935277
3
+ size 10623182
data/issues/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a5bbe9a75e9c3734a337f4211c50b8f9ef0e54a6c94de05cb4ebf2177debeb2
3
+ size 6721421
data/members/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aaf0eb2e98968a8961d8f19d7dc0fc495721c13262a14ac8c91b3c2ab07ba4b
3
+ size 125031
data/pr_review_comments/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:677b6838d430954e44ffc0d9f1639cacdd85a16edbfc81631675213cf602c0ff
3
+ size 3676768
data/public_events/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d02dd6a536330613d6b640ccc6cc65be25d586cbfced74311124f6f02bf653
3
+ size 25033
data/pull_requests/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ecbe5086396dbf441597e6c6963990a323599b3c17713e49414e51c5863942
3
+ size 5465037
data/pushes/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1670c8532e1fe0b3099f6fa3b49ddbba06b036c8f0b8282ec15661ef692115b7
3
+ size 70176273
data/releases/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f12d4977312c5fa1f0fd1bece5723b9444659869737748f24d3bafdd3e81bf4
3
+ size 258660
data/stars/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5315ce53df687aeb81c40c296ced49bcc76a750245624a907beba1ca55e259d6
3
+ size 1677700
data/wiki_pages/2015/02/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e2dbacd9f2a6b5ebc8cad843f2f7fcfd9fc0caa9b312da1b40ab4925f2825c0
3
+ size 511810
stats.csv CHANGED
@@ -1427,4 +1427,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1427
  2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
1428
  2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,137.1
1429
  2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,84.0
1430
- 2015-02-11,562266,0,279259,28160,55233,29204,0,10504,49503,18482,64659,12821,1730,3818,5299,3022,572,0,217673282,125.6,101944191,30.0,125.6,0.0
 
 
1427
  2015-02-08,382978,0,208574,17087,29844,15901,0,3712,32946,12399,46026,7254,1156,1987,3939,1751,402,0,130767978,83.7,67441285,26.7,83.7,68.8
1428
  2015-02-09,539269,0,269003,26412,52333,26368,0,8683,49288,18505,63497,11255,1588,3551,5150,3000,636,0,202638128,137.1,95815780,41.9,137.1,137.1
1429
  2015-02-10,566990,0,280970,28747,56838,28845,0,9756,52663,18757,64368,10890,1805,3872,5514,3436,529,0,218763245,139.9,101265013,44.8,139.9,84.0
1430
+ 2015-02-11,562266,0,279259,28160,55233,29204,0,10504,49503,18482,64659,12821,1730,3818,5299,3022,572,0,217673282,125.6,101944191,30.0,125.6,81.8
1431
+ 2015-02-12,584187,0,289487,28324,58414,30666,0,10998,49903,19736,67545,12848,1737,4111,6668,3208,542,0,226282561,133.7,105067325,54.5,133.7,0.0