tamnd commited on
Commit
ede1a5e
·
verified ·
1 Parent(s): fd9e84d

Add 2015-01-18 — 351.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-01-17** (1,404 days), totaling **267,173,996 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 92.1 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.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
 
@@ -139,7 +139,7 @@ duckdb.sql("""
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
- 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5.9M
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 | 14 | 5,868,318 | 419,165 | 2.1 GB | 1003.1 MB | 9m03s | 22m00s | 11m35s |
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2.9M
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 292.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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 283.1K
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 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 560.2K
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 | 134,190,032 | 50.2% | Git pushes with commits |
643
- | `issues` | IssuesEvent | 15,372,198 | 5.8% | Issue lifecycle events |
644
- | `issue_comments` | IssueCommentEvent | 23,394,404 | 8.8% | Comments on issues/PRs |
645
- | `pull_requests` | PullRequestEvent | 11,052,889 | 4.1% | PR lifecycle events |
646
- | `pr_review_comments` | PullRequestReviewCommentEvent | 2,793,376 | 1.0% | Line-level PR comments |
647
- | `stars` | WatchEvent | 24,727,972 | 9.3% | Repository stars |
648
- | `forks` | ForkEvent | 9,367,802 | 3.5% | Repository forks |
649
- | `creates` | CreateEvent | 33,462,958 | 12.5% | Branch/tag/repo creation |
650
- | `deletes` | DeleteEvent | 3,681,994 | 1.4% | Branch/tag deletion |
651
- | `releases` | ReleaseEvent | 412,540 | 0.2% | Release publications |
652
- | `commit_comments` | CommitCommentEvent | 2,359,156 | 0.9% | Comments on commits |
653
- | `wiki_pages` | GollumEvent | 4,052,777 | 1.5% | Wiki page edits |
654
- | `members` | MemberEvent | 160,479 | 0.1% | Collaborator additions |
655
- | `public_events` | PublicEvent | 248,342 | 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-01-18** (1,405 days), totaling **267,525,902 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 92.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 17.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
 
 
139
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 42.5M
140
  2013 ██████████████████░░░░░░░░░░░░ 76.2M
141
  2014 ██████████████████████████████ 124.6M
142
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6.2M
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 | 15 | 6,220,224 | 414,681 | 2.2 GB | 1.0 GB | 10m05s | 23m10s | 13m56s |
152
 
153
 
154
  ### Pushes per year
 
160
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 20.6M
161
  2013 ██████████████████░░░░░░░░░░░░ 38.9M
162
  2014 ██████████████████████████████ 63.1M
163
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3.1M
164
  ```
165
 
166
 
 
181
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 2.4M
182
  2013 ██████████████████░░░░░░░░░░░░ 4.4M
183
  2014 ██████████████████████████████ 7.3M
184
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 308.6K
185
  ```
186
 
187
 
 
204
  2012 █████████░░░░░░░░░░░░░░░░░░░░░ 1.8M
205
  2013 ████████████████░░░░░░░░░░░░░░ 3.0M
206
  2014 ██████████████████████████████ 5.5M
207
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 298.2K
208
  ```
209
 
210
 
 
226
  2012 ██████████░░░░░░░░░░░░░░░░░░░░ 4.0M
227
  2013 ███████████████████░░░░░░░░░░░ 7.1M
228
  2014 ██████████████████████████████ 11.2M
229
+ 2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 592.4K
230
  ```
231
 
232
 
 
639
 
640
  | Table | GitHub Event | Events | % | Description |
641
  |-------|-------------|-------:|---:|-------------|
642
+ | `pushes` | PushEvent | 134,379,602 | 50.2% | Git pushes with commits |
643
+ | `issues` | IssuesEvent | 15,388,098 | 5.8% | Issue lifecycle events |
644
+ | `issue_comments` | IssueCommentEvent | 23,421,632 | 8.8% | Comments on issues/PRs |
645
+ | `pull_requests` | PullRequestEvent | 11,067,963 | 4.1% | PR lifecycle events |
646
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 2,796,756 | 1.0% | Line-level PR comments |
647
+ | `stars` | WatchEvent | 24,760,171 | 9.3% | Repository stars |
648
+ | `forks` | ForkEvent | 9,380,087 | 3.5% | Repository forks |
649
+ | `creates` | CreateEvent | 33,504,802 | 12.5% | Branch/tag/repo creation |
650
+ | `deletes` | DeleteEvent | 3,687,604 | 1.4% | Branch/tag deletion |
651
+ | `releases` | ReleaseEvent | 413,629 | 0.2% | Release publications |
652
+ | `commit_comments` | CommitCommentEvent | 2,361,414 | 0.9% | Comments on commits |
653
+ | `wiki_pages` | GollumEvent | 4,056,399 | 1.5% | Wiki page edits |
654
+ | `members` | MemberEvent | 161,971 | 0.1% | Collaborator additions |
655
+ | `public_events` | PublicEvent | 248,697 | 0.1% | Repo made public |
656
 
657
  ## How it's built
658
 
data/commit_comments/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b444f3e74a7bec7ac5298268ff6ebd208df428acc81e6d26a3f33d4950b3d3c
3
+ size 294815
data/creates/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:488a4584ff26d8992cda60a86d066a30c1addf67c365f3f0858ea308dfe6ae8c
3
+ size 1690701
data/deletes/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1756431ae58bab0ff458eaec6c50080c5464e09f168c141775c2104ecca2c57c
3
+ size 190927
data/forks/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937747b5ea39227c70b7913eb6bc09b39df9e2b637dbbf2ee583cddd64d1318c
3
+ size 1266865
data/issue_comments/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c13c75f6abb98c8f7cc15ae317a23caa1008cba62da84dc839847570c06b7d66
3
+ size 5172285
data/issues/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b88b1f93d4ce4007fe0c4c39c530122adf9fb990926c3af7dde491ba2ecc0e56
3
+ size 3748155
data/members/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa6373fc506c56eacfd548c6dc90b4c7348418626a7c91cbaacace450d14c195
3
+ size 60176
data/pr_review_comments/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3080f2b74e6f64866233193bd3f1b92b9ec3ab341ccfa8577528773f5dac1aee
3
+ size 1150485
data/public_events/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cbfebd551cfbb4f749671e149e6c15f912b8d7d555b2e417a8669d4010f1471
3
+ size 16494
data/pull_requests/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bd11becd05f4e570fa6b2cfc855ee257f829c093e12de17868f8b9d64bde4d3
3
+ size 2627687
data/pushes/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4758d4c47502e6b0d67d4a2ee015cdff7107b6b52242d24fff57b7c0a3ee47b1
3
+ size 44289967
data/releases/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b3f714b3a323ab69b5111f540e428daed87c65e0b4c8dfe33a98b8eceaffbac
3
+ size 190856
data/stars/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0cb5c1d3a0ebb0340dffc43046a20a828ec22bb9021aaf54450c52f30cbd150
3
+ size 1080062
data/wiki_pages/2015/01/18.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:436b9599e2dbdd780d76b0e0510e3286321f0fe40ea61658538d8a68edd59681
3
+ size 206490
stats.csv CHANGED
@@ -1402,4 +1402,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1402
  2015-01-14,530849,0,261129,27470,53780,27476,0,9588,48822,18472,60207,9700,1633,3687,5480,2851,554,0,208106259,123.7,97031765,38.0,123.7,66.4
1403
  2015-01-15,513864,0,253682,25436,51386,26554,0,8753,47535,17940,58299,10491,1529,3820,5300,2563,576,0,198015950,100.8,92906789,41.0,100.8,44.6
1404
  2015-01-16,502307,0,247603,25026,49796,25714,0,8751,47567,17528,57122,9504,1483,3625,5637,2447,504,0,194919505,99.9,91568887,131.4,99.9,50.5
1405
- 2015-01-17,344222,0,179395,16896,27226,14608,0,3728,33026,12577,41623,5547,998,2193,3784,2326,295,0,118319689,70.6,59334862,34.7,70.6,0.0
 
 
1402
  2015-01-14,530849,0,261129,27470,53780,27476,0,9588,48822,18472,60207,9700,1633,3687,5480,2851,554,0,208106259,123.7,97031765,38.0,123.7,66.4
1403
  2015-01-15,513864,0,253682,25436,51386,26554,0,8753,47535,17940,58299,10491,1529,3820,5300,2563,576,0,198015950,100.8,92906789,41.0,100.8,44.6
1404
  2015-01-16,502307,0,247603,25026,49796,25714,0,8751,47567,17528,57122,9504,1483,3625,5637,2447,504,0,194919505,99.9,91568887,131.4,99.9,50.5
1405
+ 2015-01-17,344222,0,179395,16896,27226,14608,0,3728,33026,12577,41623,5547,998,2193,3784,2326,295,0,118319689,70.6,59334862,34.7,70.6,141.3
1406
+ 2015-01-18,351906,0,189570,15900,27228,15074,0,3380,32199,12285,41844,5610,1089,2258,3622,1492,355,0,120049491,69.6,61985965,62.3,69.6,0.0