tamnd commited on
Commit
9986474
·
verified ·
1 Parent(s): ff48e36

Add 2015-03-16 — 629.9K 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-15** (1,456 days), totaling **293,444,258 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 101.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.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,460,947 events in 123 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
@@ -84,7 +84,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
  09:00 ████████████████████████████░░ 243.6K
87
- 10:00 █████████░░░░░░░░░░░░░░░░░░░░░ 79.6K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13: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,450,949 events** in 4,114 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 ███████░░░░░░░░░░░���░░░░░░░░░░░ 32.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 | 66 | 32,138,580 | 486,948 | 11.1 GB | 5.3 GB | 45m35s | 1h53m | 1h28m |
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 ███████░░░░░░░░░░░░░░░░░░░░░░░ 16.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.6M
185
  ```
186
 
187
 
@@ -639,20 +639,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
- | `pushes` | PushEvent | 147,345,170 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 16,726,926 | 5.7% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 25,931,530 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 12,325,631 | 4.2% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 3,193,133 | 1.1% | Line-level PR comments |
647
- | `stars` | WatchEvent | 27,021,495 | 9.2% | Repository stars |
648
- | `forks` | ForkEvent | 10,246,734 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 36,636,290 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 4,192,974 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 493,839 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,532,507 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,323,416 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 302,315 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 275,221 | 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-16** (1,457 days), totaling **294,074,119 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 101.4 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 21.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,480,706 events in 124 blocks
75
 
76
  ```
77
  00:00 █████████████████████████░░░░░ 216.2K
 
84
  07:00 ███████████████████████████░░░ 240.5K
85
  08:00 ████████████████████████████░░ 246.9K
86
  09:00 ████████████████████████████░░ 243.6K
87
+ 10:00 ███████████░░░░░░░░░░░░░░░░░░░ 99.4K
88
  11:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
100
  23:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
101
  ```
102
 
103
+ Live capture spans **2 days** (2026-03-28 → 2026-03-29) — **8,470,708 events** in 4,115 blocks.
104
 
105
 
106
  ### Live event schema
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░ 32.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 | 67 | 32,768,441 | 489,081 | 11.3 GB | 5.4 GB | 46m19s | 1h54m | 1h33m |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 ███████░░░░░░░░░░░░░░░░░░░░░░░ 16.4M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 1.7M
185
  ```
186
 
187
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 147,650,216 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 16,756,868 | 5.7% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 25,990,116 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 12,356,348 | 4.2% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 3,204,592 | 1.1% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 27,075,867 | 9.2% | Repository stars |
648
+ | `forks` | ForkEvent | 10,267,375 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 36,725,330 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 4,205,043 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 495,920 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,536,478 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,330,498 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 306,488 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 275,903 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b70a02d549a3741d2d4f9cfe3d44b5b66f1b2ecaae740e367b658523f1968e4
3
+ size 561043
data/creates/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b813ba27f79a46f4c848cde0230ff967ef9eade066e5ab5d8fc9c8fe953522
3
+ size 3455002
data/deletes/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f82b70b604182ac222a58278265813b20dfceb24216f5dcc3ac7e87d15cb01a
3
+ size 427470
data/forks/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce22481509283e2401647ca14d00087b2b22d13a90b4aa6a408a73ef6a6d82d
3
+ size 2185286
data/issue_comments/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9479dc8c6c6438e6f3cd15b72b87ba27eb91faa33d95f6eccedff551c27b3bfd
3
+ size 10735859
data/issues/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3115cf0730111c7a2593b0da5ab4c44f5f60350c24762e00f08405c1b190d0
3
+ size 7011777
data/members/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10d6a24e85d3a7cab6280440127c98c6d0e38559d8752bfa485743dbec2b1ab7
3
+ size 150469
data/pr_review_comments/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c817aff63abf2a2a77572a0776572312fdb0d077786000d97d295f879e45102
3
+ size 3892158
data/public_events/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9306ab5635847abdcaa4eb944e3e43abecd9c7e68890020eb72a828442d503e
3
+ size 30144
data/pull_requests/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2535853fb0c42ff714475e426ff71c71706ff6c15823266fdb42d37afe08f588
3
+ size 5680004
data/pushes/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2b97b8f94b1bd9c30e3513ab2a58db9e820afee7ea1b2a115caf43ad194a05
3
+ size 74439895
data/releases/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b49ee34c1e1fcc7fa92f528f3be8bdfdab991035b0617aeadadc1f277c043af
3
+ size 282081
data/stars/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3aaa766947bc091acf72c5c589d27e3e6992b11d7d059e1775a05389d53508
3
+ size 1824649
data/wiki_pages/2015/03/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9484c1aef09e7c88a77520fd122f8bfda78bf6135a0c8547a638a226479e44d2
3
+ size 421674
stats.csv CHANGED
@@ -1454,4 +1454,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1454
  2015-03-12,632066,0,313601,29973,58965,32295,0,10969,56108,20930,77865,14001,2017,4338,6639,3694,671,0,238978417,119.1,113472409,5.6,119.1,273.9
1455
  2015-03-13,635564,0,291452,31696,59475,30496,0,9996,53894,20070,109294,12241,1814,3860,7318,3324,634,0,230858974,115.2,107960583,5.5,115.2,330.4
1456
  2015-03-14,418178,0,208377,18658,30119,16500,0,4003,35140,13283,72749,7883,1529,2360,4790,2349,438,0,135323916,89.8,69240794,33.9,89.8,281.1
1457
- 2015-03-15,432196,0,223062,17142,28360,16538,0,4162,34991,13648,74984,7391,1515,2701,5456,1849,397,0,137175029,87.6,70636536,35.6,87.6,0.0
 
 
1454
  2015-03-12,632066,0,313601,29973,58965,32295,0,10969,56108,20930,77865,14001,2017,4338,6639,3694,671,0,238978417,119.1,113472409,5.6,119.1,273.9
1455
  2015-03-13,635564,0,291452,31696,59475,30496,0,9996,53894,20070,109294,12241,1814,3860,7318,3324,634,0,230858974,115.2,107960583,5.5,115.2,330.4
1456
  2015-03-14,418178,0,208377,18658,30119,16500,0,4003,35140,13283,72749,7883,1529,2360,4790,2349,438,0,135323916,89.8,69240794,33.9,89.8,281.1
1457
+ 2015-03-15,432196,0,223062,17142,28360,16538,0,4162,34991,13648,74984,7391,1515,2701,5456,1849,397,0,137175029,87.6,70636536,35.6,87.6,304.2
1458
+ 2015-03-16,629861,0,305046,29942,58586,30717,0,11459,54372,20641,89040,12069,2081,3971,7082,4173,682,0,236837268,105.2,111097511,43.5,105.2,0.0