tamnd commited on
Commit
5734757
·
verified ·
1 Parent(s): 1c65b24

Add 2014-08-01 — 366.1K events, 11 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-03** (1,168 days), totaling **193,660,979 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 56.6 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
@@ -134,7 +134,7 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 █████████████░░░░░░░░░░░░░░░░ 34.7M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ██████████████████████████░░░░ 66.0M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
@@ -143,7 +143,7 @@ duckdb.sql("""
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
- | 2012 | 296 | 34,658,386 | 117,089 | 9.3 GB | 3.1 GB | 2h14m | 3h18m | 2h46m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h01m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
@@ -155,7 +155,7 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 █████████████░░░░░░░░░░░░░░░░░ 16.7M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ██████████████████████████░░░░ 33.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
@@ -199,7 +199,7 @@ Pull request events cover the full review cycle: opened, merged, closed, review
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
- 2012 ████████████████░░░░░░░░░░░░░░ 1.5M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.9M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 97,229,114 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 10,731,493 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 16,825,183 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 7,844,741 | 4.1% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,798,243 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 18,221,736 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 6,937,428 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 24,500,222 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,502,132 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 236,789 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,806,068 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,172,431 | 1.6% | Wiki page edits |
652
- | `members` | MemberEvent | 131,900 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 178,708 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
 
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-03** (1,174 days), totaling **194,154,909 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 56.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.3 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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 █████████████░░░░░░░░░░░░░░░░ 35.2M
138
  2013 ██████████████████████████████ 74.5M
139
  2014 ██████████████████████████░░░░ 66.0M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
 
143
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
144
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
145
  | 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
146
+ | 2012 | 302 | 35,152,316 | 116,398 | 9.4 GB | 3.1 GB | 2h15m | 3h20m | 2h46m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
  | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h01m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 █████████████░░░░░░░░░░░░░░░░░ 16.9M
159
  2013 ██████████████████████████████ 38.1M
160
  2014 ██████████████████████████░░░░ 33.5M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
 
199
 
200
  ```
201
  2011 ████░░░░░░░░░░░░░░░░░░░░░░░░░░ 475.6K
202
+ 2012 ████████████████░░░░░░░░░░░░░░ 1.6M
203
  2013 ██████████████████████████████ 2.9M
204
  2014 █████████████████████████████░ 2.9M
205
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20.7K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 97,455,495 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 10,755,637 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 16,862,568 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 7,859,098 | 4.0% | PR lifecycle events |
644
  | `pr_review_comments` | PullRequestReviewCommentEvent | 1,798,243 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 18,269,308 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 6,951,660 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 24,605,844 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,507,250 | 1.3% | Branch/tag deletion |
649
  | `releases` | ReleaseEvent | 236,789 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,811,983 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,182,987 | 1.6% | Wiki page edits |
652
+ | `members` | MemberEvent | 134,127 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 179,129 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/commit_comments/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0b3b9dd7daf404c9207be11b343a31f624117c01e705e876de39aa0610578d
3
+ size 94510
data/creates/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f1d3eedf4c5db3a06120de761c0b9610fbb133b60343a5a71e87290af5f4b46
3
+ size 2401059
data/deletes/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943317faa4bc9e14622c399ae54de4e117ba3cf62d72945645c0834472dff1be
3
+ size 186453
data/forks/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6e4712a806fb59a48da3c75ff62991e209eef947133e26a21bd40e96f969068
3
+ size 301451
data/issue_comments/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd521d4c7469c37f0ab94640d2b03c49528b5804d74b9bab3ac339430e21b1f
3
+ size 793029
data/issues/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9d6a224c52334589a899e230e84fb3559a7e82c2d5a97b8414ccf672c8684c
3
+ size 446753
data/public_events/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e663148dd2fad4b780df2c7bb0cd5b0c0b90c293137c4f0a713587decd419b
3
+ size 13105
data/pull_requests/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08148d7cb15e268058f63e4a573a45abc1e2c4c77218616c0594135f4783f2d4
3
+ size 2956999
data/pushes/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d10919219d54d1519f49b899a1fda5d168998240071b430df5e73951290319a
3
+ size 29091587
data/stars/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d65fcd85ecd5265aba0d75a80b913b72addc623d8bc763274f583e1e23bb74f8
3
+ size 1383117
data/wiki_pages/2014/08/01.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59a3c18545b360ea4d6b5a262a336a2e29ae56e88d2f1526e416dc1bcc6bb5a
3
+ size 264884
stats.csv CHANGED
@@ -328,14 +328,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
328
  2012-01-04,70253,0,30707,3904,4907,1943,0,0,7733,2045,16207,577,0,829,1065,268,68,0,18181462,13.0,337444,5.1,13.0,5.6
329
  2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,14.6,357619,23.4,14.6,5.6
330
  2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,13.8,379067,7.6,13.8,5.6
331
- 2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.9,276466,8.0,9.9,0.0
332
- 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,11.5,268550,18.0,11.5,0.0
333
- 2012-01-09,72103,0,31794,3452,5081,1960,0,0,7828,1911,16700,667,0,952,1357,343,58,0,18606446,14.1,337071,12.1,14.1,0.0
334
- 2012-01-10,74110,0,32533,3310,5396,2103,0,0,8240,2076,17052,664,0,946,1378,346,66,0,19289586,13.2,353444,9.8,13.2,0.0
335
- 2012-01-11,98111,0,42617,4482,6839,2761,0,0,9927,2731,23858,1168,0,1139,2029,471,89,0,25127509,21.1,420315,20.9,21.1,0.0
336
- 2012-01-12,80446,0,38276,4141,6296,2472,0,0,8737,2447,13546,1078,0,1106,1801,459,87,0,22744323,14.9,375385,12.9,14.9,0.0
337
- 2012-01-13,80485,0,37533,3963,5968,2445,0,0,8624,2322,15622,869,0,907,1756,394,82,0,21960372,14.9,367109,11.1,14.9,0.0
338
  2012-01-14,65344,0,29033,3067,4428,1591,0,0,6084,1796,16445,534,0,721,1321,268,56,0,16076566,11.8,260281,12.9,11.8,0.0
 
 
 
 
 
 
339
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
340
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
341
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9
 
328
  2012-01-04,70253,0,30707,3904,4907,1943,0,0,7733,2045,16207,577,0,829,1065,268,68,0,18181462,13.0,337444,5.1,13.0,5.6
329
  2012-01-05,80678,0,35956,3795,6143,2439,0,0,8221,2353,18054,931,0,917,1430,369,70,0,21619419,14.6,357619,23.4,14.6,5.6
330
  2012-01-06,84469,0,36900,4370,6356,2472,0,0,8826,2460,19421,737,0,1108,1447,309,63,0,22553888,13.8,379067,7.6,13.8,5.6
331
+ 2012-01-07,62376,0,27551,2764,3909,1575,0,0,6407,1612,15681,438,0,823,1326,254,36,0,15083329,9.9,276466,8.0,9.9,5.5
332
+ 2012-01-08,66255,0,27530,2818,3793,1519,0,0,6398,1572,19910,491,0,735,1250,174,65,0,15076583,11.5,268550,18.0,11.5,5.5
333
+ 2012-01-09,72103,0,31794,3452,5081,1960,0,0,7828,1911,16700,667,0,952,1357,343,58,0,18606446,14.1,337071,12.1,14.1,5.5
334
+ 2012-01-10,74110,0,32533,3310,5396,2103,0,0,8240,2076,17052,664,0,946,1378,346,66,0,19289586,13.2,353444,9.8,13.2,5.5
335
+ 2012-01-11,98111,0,42617,4482,6839,2761,0,0,9927,2731,23858,1168,0,1139,2029,471,89,0,25127509,21.1,420315,20.9,21.1,5.5
336
+ 2012-01-12,80446,0,38276,4141,6296,2472,0,0,8737,2447,13546,1078,0,1106,1801,459,87,0,22744323,14.9,375385,12.9,14.9,5.5
337
+ 2012-01-13,80485,0,37533,3963,5968,2445,0,0,8624,2322,15622,869,0,907,1756,394,82,0,21960372,14.9,367109,11.1,14.9,5.5
338
  2012-01-14,65344,0,29033,3067,4428,1591,0,0,6084,1796,16445,534,0,721,1321,268,56,0,16076566,11.8,260281,12.9,11.8,0.0
339
+ 2012-01-15,74429,0,32713,2903,4541,1610,0,0,7054,1802,20526,675,0,858,1497,206,44,0,17196702,17.3,298327,29.1,17.3,0.0
340
+ 2012-01-16,87112,0,39683,5098,7017,2469,0,0,8435,2508,18082,634,0,1031,1691,387,77,0,22883360,21.0,365192,17.7,21.0,0.0
341
+ 2012-01-17,87469,0,39511,4244,6856,2534,0,0,8668,2535,18394,1236,0,1032,1966,402,91,0,23489941,20.9,380175,11.2,20.9,0.0
342
+ 2012-01-18,80930,0,38483,4037,6569,2667,0,0,8239,2627,14177,781,0,993,1887,414,56,0,22912738,17.5,361459,0.0,17.5,0.0
343
+ 2012-01-19,85430,0,39168,4093,6398,2601,0,0,7823,2364,18859,759,0,1006,1856,420,83,0,23321225,19.0,343753,0.0,19.0,0.0
344
+ 2012-01-20,78560,0,36823,3769,6004,2476,0,0,7353,2396,15584,1033,0,995,1659,398,70,0,21762100,17.0,325406,0.0,17.0,0.0
345
  2012-01-22,58524,0,28889,2780,4244,1574,0,0,5260,1647,11242,516,0,695,1400,227,50,0,15722460,22.8,8138616,19.1,22.8,47.5
346
  2012-01-23,83754,0,38446,3922,6725,2596,0,0,7826,2297,17972,915,0,998,1583,372,102,0,23311692,37.1,11603280,24.9,37.1,49.0
347
  2012-01-24,98159,0,41844,4711,7150,2899,0,0,8700,2756,24029,2156,0,1229,2057,517,111,0,25168006,41.9,12004535,22.2,41.9,40.9