tamnd commited on
Commit
33fe3d0
·
verified ·
1 Parent(s): e6762ff

Add 2012-11-24 to 2012-11-30 — 7 days, 1.1M events, 7 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,253 days), totaling **208,695,682 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 62.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
@@ -134,18 +134,18 @@ duckdb.sql("""
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
- 2012 ████████████████░░░░░░░░░░░░░░ 41.4M
138
- 2013 █████████████████████████████ 74.5M
139
- 2014 █████████████████████████████ 74.3M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
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 | 358 | 41,403,853 | 115,653 | 11.1 GB | 531.2 MB | 1h25m | 2h46m | 49m51s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 226 | 74,264,085 | 328,602 | 25.4 GB | 6.8 GB | 2h28m | 14h28m | 3h28m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
@@ -155,9 +155,9 @@ Pushes are the most common event type, representing roughly half of all GitHub a
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
- 2012 ███████████████░░░░░░░░░░░░░░░ 20.0M
159
  2013 ██████████████████████████████ 38.1M
160
- 2014 █████████████████████████████░ 37.6M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
@@ -176,9 +176,9 @@ Issue events track the full lifecycle: opened, closed, reopened, labeled, assign
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
- 2012 ████████████████░░░░░░░░░░░░░░ 2.3M
180
  2013 ██████████████████████████████ 4.3M
181
- 2014 ███████████████████████████░░░ 3.9M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
@@ -221,7 +221,7 @@ Stars (WatchEvent in the GitHub API) reflect community interest and discovery. S
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
- 2012 ████████████████░░░░░░░░░░░░░ 3.9M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 █████████████████████████████░ 6.9M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
@@ -637,20 +637,20 @@ GitHub Discussions lifecycle: created, answered, category_changed, labeled, and
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
- | `pushes` | PushEvent | 104,702,951 | 50.2% | Git pushes with commits |
641
- | `issues` | IssuesEvent | 11,551,944 | 5.5% | Issue lifecycle events |
642
- | `issue_comments` | IssueCommentEvent | 18,169,336 | 8.7% | Comments on issues/PRs |
643
- | `pull_requests` | PullRequestEvent | 8,442,364 | 4.0% | PR lifecycle events |
644
- | `pr_review_comments` | PullRequestReviewCommentEvent | 1,963,776 | 0.9% | Line-level PR comments |
645
- | `stars` | WatchEvent | 19,628,621 | 9.4% | Repository stars |
646
- | `forks` | ForkEvent | 7,449,170 | 3.6% | Repository forks |
647
- | `creates` | CreateEvent | 26,534,868 | 12.7% | Branch/tag/repo creation |
648
- | `deletes` | DeleteEvent | 2,707,222 | 1.3% | Branch/tag deletion |
649
- | `releases` | ReleaseEvent | 259,898 | 0.1% | Release publications |
650
- | `commit_comments` | CommitCommentEvent | 1,944,870 | 0.9% | Comments on commits |
651
- | `wiki_pages` | GollumEvent | 3,386,716 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
- | `public_events` | PublicEvent | 192,166 | 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,256 days), totaling **209,358,177 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 63.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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
 
 
134
 
135
  ```
136
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 18.0M
137
+ 2012 ████████████████░░░░░░░░░░░░░░ 41.6M
138
+ 2013 █████████████████████████████ 74.5M
139
+ 2014 █████████████████████████████ 74.7M
140
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 511.7K
141
  ```
142
 
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 | 360 | 41,647,216 | 115,686 | 11.2 GB | 454.2 MB | 1h24m | 2h44m | 46m52s |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 227 | 74,683,217 | 329,000 | 25.6 GB | 6.8 GB | 2h29m | 14h36m | 3h28m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
155
 
156
  ```
157
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 8.7M
158
+ 2012 ███████████████░░░░░░░░░░░░░░░ 20.1M
159
  2013 ██████████████████████████████ 38.1M
160
+ 2014 █████████████████████████████░ 37.9M
161
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 274.6K
162
  ```
163
 
 
176
 
177
  ```
178
  2011 ██████░░░░░░░░░░░░░░░░░░░░░░░░ 982.1K
179
+ 2012 ████████████████░░░░░░░░░░░░░░ 2.4M
180
  2013 ██████████████████████████████ 4.3M
181
+ 2014 ███████████████████████████░░░ 4.0M
182
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 24.9K
183
  ```
184
 
 
221
 
222
  ```
223
  2011 ███████░░░░░░░░░░░░░░░░░░░░░░░ 1.8M
224
+ 2012 ████████████████░░░░░░░░░░░░░ 4.0M
225
  2013 ██████████████████████████████ 7.0M
226
  2014 █████████████████████████████░ 6.9M
227
  2015 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 50.3K
 
637
 
638
  | Table | GitHub Event | Events | % | Description |
639
  |-------|-------------|-------:|---:|-------------|
640
+ | `pushes` | PushEvent | 105,028,199 | 50.2% | Git pushes with commits |
641
+ | `issues` | IssuesEvent | 11,606,759 | 5.5% | Issue lifecycle events |
642
+ | `issue_comments` | IssueCommentEvent | 18,233,808 | 8.7% | Comments on issues/PRs |
643
+ | `pull_requests` | PullRequestEvent | 8,469,396 | 4.0% | PR lifecycle events |
644
+ | `pr_review_comments` | PullRequestReviewCommentEvent | 1,972,067 | 0.9% | Line-level PR comments |
645
+ | `stars` | WatchEvent | 19,686,903 | 9.4% | Repository stars |
646
+ | `forks` | ForkEvent | 7,470,989 | 3.6% | Repository forks |
647
+ | `creates` | CreateEvent | 26,609,307 | 12.7% | Branch/tag/repo creation |
648
+ | `deletes` | DeleteEvent | 2,715,997 | 1.3% | Branch/tag deletion |
649
+ | `releases` | ReleaseEvent | 261,180 | 0.1% | Release publications |
650
+ | `commit_comments` | CommitCommentEvent | 1,949,938 | 0.9% | Comments on commits |
651
+ | `wiki_pages` | GollumEvent | 3,395,890 | 1.6% | Wiki page edits |
652
  | `members` | MemberEvent | 134,526 | 0.1% | Collaborator additions |
653
+ | `public_events` | PublicEvent | 192,714 | 0.1% | Repo made public |
654
 
655
  ## How it's built
656
 
data/stars/2012/11/24.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d2c1c3c249a3725520ae3469d7dfb2ada8e0eb448ec638a8fc09984e19c7b83a
3
- size 218608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa8c2ccffe5fb9107dfa951a56e5c6e0d2311ab1d893a44dda561350344bd00c
3
+ size 446010
data/stars/2012/11/25.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:847cb17fdd275202b15e641b149666f215ea29a949d2d3348c758dbec2e4ccbe
3
- size 258825
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c8e7c1fb2b4b2c85e3de189acf186cb10b14daa63505d58b3f310c3968018a
3
+ size 521536
data/stars/2012/11/26.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:194d26b5346c444aa00e0ec0842f76a528756dca918825de6739056be8d078cb
3
- size 394076
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9633461b08b01f852ab16155faaa062e4e00afc8c095286219357a8289a0718
3
+ size 727966
data/stars/2012/11/27.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd5a0978f4c04ed3ef6dedfcc2f1d4d0714fe18410c922849d37029d6cdfc132
3
- size 344785
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1f21f74c063b1d57934e2356f20fe249a9735888dad4f7055d85d39cad10abf
3
+ size 687736
data/stars/2012/11/28.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d66b02f100f4a6809f34f7bd63d452e6f2f4e3e412d1dd960d0718694ccc1b41
3
- size 356782
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaab66f6e3b32284c9268ffd5d7fa38feefda1dc6e93b2750c11ea499fa0ecb6
3
+ size 716472
data/stars/2012/11/29.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3c4d5ffcea2c2484de9479f99be15f3cf74967e05704dbc2afa9caf83db110b
3
- size 330375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be22670a2bdbe57323d35fca7e4ed7e0d3bffa4a15883e34368785c9c22c1b67
3
+ size 659120
data/stars/2012/11/30.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8dcec0ce01b874fb0785647d3d3d41a9cdc5a953e77df3cb4ef0be6505ce23b4
3
- size 296999
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34fcc2180295aa1917043f985b6e5400df122c1326b11fc90e728175d08fd85a
3
+ size 579428
stats.csv CHANGED
@@ -653,10 +653,10 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
653
  2012-11-24,116723,699,54451,17556,10881,2894,0,553,9662,3638,13094,576,0,826,1825,0,68,0,33116020,23.3,446010,0.0,23.3,0.0
654
  2012-11-25,126640,768,64112,14708,8228,3410,0,709,11768,4404,14210,680,0,985,2564,0,94,0,38823818,27.4,521536,0.0,27.4,0.0
655
  2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,43.7,727966,7.2,43.7,0.0
656
- 2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,76.3,17998373,26.3,76.3,48.2
657
- 2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,76.4,17409381,30.6,76.4,43.1
658
- 2012-11-29,181224,1176,87916,21083,14824,6290,0,1962,14788,6245,20504,1138,0,1809,3344,0,145,0,58262507,72.1,17262585,27.1,72.1,34.8
659
- 2012-11-30,157491,1034,74423,22119,12330,5069,0,1382,12485,5237,17995,1016,0,1425,2826,0,150,0,49270053,81.6,15082272,32.7,81.6,49.9
660
  2012-12-01,126618,924,60777,21100,7285,3319,0,655,10036,4330,14599,606,0,883,2020,0,84,0,37332335,64.3,11713847,39.3,64.3,42.9
661
  2012-12-02,140925,793,71052,19393,9138,3846,0,780,10537,4499,16190,774,0,1249,2579,0,95,0,42245588,72.4,13026216,24.6,72.4,38.2
662
  2012-12-03,169147,1132,88672,10399,14338,6286,0,1431,14078,5950,19349,1311,0,1946,4094,0,161,0,57378113,94.6,17534355,56.6,94.6,40.1
@@ -1251,6 +1251,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1251
  2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,56.1
1252
  2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
1253
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1254
- 2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,0.0
 
1255
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1256
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0
 
653
  2012-11-24,116723,699,54451,17556,10881,2894,0,553,9662,3638,13094,576,0,826,1825,0,68,0,33116020,23.3,446010,0.0,23.3,0.0
654
  2012-11-25,126640,768,64112,14708,8228,3410,0,709,11768,4404,14210,680,0,985,2564,0,94,0,38823818,27.4,521536,0.0,27.4,0.0
655
  2012-11-26,177871,1361,87260,19238,14706,6062,0,1816,15169,5884,19932,1115,0,1874,3299,0,155,0,57419910,43.7,727966,7.2,43.7,0.0
656
+ 2012-11-27,183069,1320,90083,18852,15060,6349,0,1745,15458,6788,20523,1185,0,1843,3670,0,193,0,59484956,45.4,687736,8.8,45.4,0.0
657
+ 2012-11-28,184736,1263,90293,18585,14951,6467,0,1923,16506,6761,21404,1197,0,1823,3425,0,138,0,59778205,43.4,716472,14.6,43.4,0.0
658
+ 2012-11-29,181224,1176,87916,21083,14824,6290,0,1962,14788,6245,20504,1138,0,1809,3344,0,145,0,58262507,42.9,659120,7.9,42.9,0.0
659
+ 2012-11-30,157491,1034,74423,22119,12330,5069,0,1382,12485,5237,17995,1016,0,1425,2826,0,150,0,49270053,33.7,579428,12.0,33.7,0.0
660
  2012-12-01,126618,924,60777,21100,7285,3319,0,655,10036,4330,14599,606,0,883,2020,0,84,0,37332335,64.3,11713847,39.3,64.3,42.9
661
  2012-12-02,140925,793,71052,19393,9138,3846,0,780,10537,4499,16190,774,0,1249,2579,0,95,0,42245588,72.4,13026216,24.6,72.4,38.2
662
  2012-12-03,169147,1132,88672,10399,14338,6286,0,1431,14078,5950,19349,1311,0,1946,4094,0,161,0,57378113,94.6,17534355,56.6,94.6,40.1
 
1251
  2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,56.1
1252
  2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,56.7
1253
  2014-08-25,405614,1460,192389,28573,45366,18403,0,5824,37294,12401,44682,7304,1078,6221,4245,0,374,0,224633535,457.4,39063335,43.8,457.4,55.7
1254
+ 2014-08-26,428428,1654,206499,26676,48189,20591,0,6604,38996,13564,48607,7628,1165,3308,4584,0,363,0,245487299,481.0,42753923,46.9,481.0,53.3
1255
+ 2014-08-27,419132,1783,206685,22551,45363,20728,0,7029,36852,13777,47135,7519,1282,3257,4785,0,386,0,242857609,470.8,41967625,44.4,470.8,0.0
1256
  2015-01-01,218939,0,119242,9843,17045,8735,0,2173,21939,7144,23913,3843,816,1399,2196,474,177,0,73764980,79.7,37810232,15.9,79.7,0.0
1257
  2015-01-03,292810,0,155315,15037,26081,11958,0,2946,28410,9430,31862,4560,963,1829,3178,983,258,0,100890756,100.1,51394128,4.6,100.1,48.0