Add 2011-08-27 to 2011-09-02 — 7 days, 393.1K events, 7 files
Browse files- README.md +2 -2
- data/stars/2011/08/27.parquet +2 -2
- data/stars/2011/08/28.parquet +2 -2
- data/stars/2011/08/29.parquet +2 -2
- data/stars/2011/08/30.parquet +2 -2
- data/stars/2011/08/31.parquet +2 -2
- data/stars/2011/09/01.parquet +2 -2
- data/stars/2011/09/02.parquet +2 -2
- stats.csv +15 -15
README.md
CHANGED
|
@@ -63,7 +63,7 @@ This dataset contains every public event on GitHub: every push, pull request, is
|
|
| 63 |
|
| 64 |
The archive currently spans from **2011-02-12** to **2015-01-03** (1,134 days), totaling **189,180,850 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 54.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.
|
| 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 |
|
|
@@ -142,7 +142,7 @@ duckdb.sql("""
|
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
-
| 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB |
|
| 146 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
| 2014 | 195 | 63,300,867 | 324,619 | 19.6 GB | 5.8 GB | 2h06m | 11h08m | 2h54m |
|
|
|
|
| 63 |
|
| 64 |
The archive currently spans from **2011-02-12** to **2015-01-03** (1,134 days), totaling **189,180,850 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 54.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.8 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 |
|
|
|
|
| 142 |
|
| 143 |
| Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
+
| 2011 | 302 | 16,627,981 | 55,059 | 3.2 GB | 787.6 MB | 1h00m | 50m12s | 1h13m |
|
| 146 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
| 2014 | 195 | 63,300,867 | 324,619 | 19.6 GB | 5.8 GB | 2h06m | 11h08m | 2h54m |
|
data/stars/2011/08/27.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba4910eb8f09d8f31704905440d25cf750196068593600be457bd8cdb3115308
|
| 3 |
+
size 200868
|
data/stars/2011/08/28.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0499d83b0b1eb98d2cae693a121abc885b630ae4cb7784710ba8995d0cb82619
|
| 3 |
+
size 211915
|
data/stars/2011/08/29.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abecb0dba20fa3af5b029d3cf4e729a916a139ad44e202e0e7ae2a023db01601
|
| 3 |
+
size 312170
|
data/stars/2011/08/30.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fa552885f241e74bf85a1e12883d86af2ae098a33bc9a92e987c31a274b2613
|
| 3 |
+
size 325236
|
data/stars/2011/08/31.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a2d6820fca4e7e9ab7ca189745e952e18fb5e5df511df77bcc8f87f97bedddd
|
| 3 |
+
size 318427
|
data/stars/2011/09/01.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04164cc55e2a34aec01c0fcb37509c752fea45e0d62a0fe511bca39686670522
|
| 3 |
+
size 301445
|
data/stars/2011/09/02.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db41e47952083befc42abe5c6faf9a9fffdf5d2b27524c462259be494bec1427
|
| 3 |
+
size 285691
|
stats.csv
CHANGED
|
@@ -188,21 +188,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 188 |
2011-08-17,61312,0,30955,3443,5132,1978,0,0,7188,1974,7240,646,0,891,1501,305,59,0,11428132,8.0,308160,7.2,8.0,4.0
|
| 189 |
2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,8.9,305141,20.3,8.9,4.0
|
| 190 |
2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,8.5,304841,8.0,8.5,4.0
|
| 191 |
-
2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.9,223946,14.5,4.9,
|
| 192 |
-
2011-08-21,38946,0,20881,1808,2399,972,0,0,4864,1327,5010,323,0,358,804,169,31,0,7101157,5.9,209165,7.5,5.9,
|
| 193 |
-
2011-08-22,61464,0,29470,3733,5344,1870,0,0,7472,1964,8262,717,0,911,1340,316,65,0,10887133,8.1,319226,7.9,8.1,
|
| 194 |
-
2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,7.6,340362,6.9,7.6,
|
| 195 |
-
2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.1,321876,8.0,9.1,
|
| 196 |
-
2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,7.8,303622,6.2,7.8,
|
| 197 |
-
2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,290027,8.2,7.6,
|
| 198 |
-
2011-08-27,39226,0,20392,2160,2681,1032,0,0,4697,1359,4959,430,0,510,746,214,46,0,7038033,5.
|
| 199 |
-
2011-08-28,40998,0,21296,2203,2778,1146,0,0,4951,1551,5173,456,0,409,806,184,45,0,7203720,
|
| 200 |
-
2011-08-29,63244,0,31840,4291,5340,1907,0,0,7322,1811,7541,628,0,833,1274,368,89,0,11468336,8.
|
| 201 |
-
2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.
|
| 202 |
-
2011-08-31,61408,0,30991,3457,5226,2080,0,0,7425,2009,6951,859,0,875,1160,310,65,0,11297695,
|
| 203 |
-
2011-09-01,65069,0,32061,4976,6001,2197,0,0,7014,1883,7695,674,0,747,1367,380,74,0,11700096,
|
| 204 |
-
2011-09-02,60128,0,29556,3907,5134,1821,0,0,6572,1875,8163,596,0,907,1188,343,66,0,10786770,
|
| 205 |
-
2011-09-03,40999,0,21006,2365,3240,1149,0,0,4568,1296,5313,416,0,658,748,199,41,0,7320966,
|
| 206 |
2011-09-04,43027,0,22469,2418,3148,1122,0,0,4776,1286,5665,425,0,598,892,183,45,0,7784069,5.5,4145947,19.1,5.5,25.8
|
| 207 |
2011-09-05,60870,0,29469,3549,5191,1758,0,0,8294,1879,7577,671,0,799,1278,353,52,0,10812183,7.8,5923548,16.9,7.8,31.5
|
| 208 |
2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,31.2
|
|
|
|
| 188 |
2011-08-17,61312,0,30955,3443,5132,1978,0,0,7188,1974,7240,646,0,891,1501,305,59,0,11428132,8.0,308160,7.2,8.0,4.0
|
| 189 |
2011-08-18,61841,0,30023,4783,6222,1900,0,0,6966,1828,7038,767,0,742,1205,303,64,0,10894539,8.9,305141,20.3,8.9,4.0
|
| 190 |
2011-08-19,60442,0,27818,4744,6901,1779,0,0,7202,1877,7142,530,0,720,1375,296,58,0,10436247,8.5,304841,8.0,8.5,4.0
|
| 191 |
+
2011-08-20,35099,0,17616,1793,2203,775,0,0,5551,1301,4288,260,0,431,675,170,36,0,6109284,4.9,223946,14.5,4.9,4.6
|
| 192 |
+
2011-08-21,38946,0,20881,1808,2399,972,0,0,4864,1327,5010,323,0,358,804,169,31,0,7101157,5.9,209165,7.5,5.9,4.6
|
| 193 |
+
2011-08-22,61464,0,29470,3733,5344,1870,0,0,7472,1964,8262,717,0,911,1340,316,65,0,10887133,8.1,319226,7.9,8.1,4.6
|
| 194 |
+
2011-08-23,63176,0,31479,3730,5052,1910,0,0,8049,2009,7403,812,0,844,1374,437,77,0,11556642,7.6,340362,6.9,7.6,4.6
|
| 195 |
+
2011-08-24,64573,0,33261,3616,5343,1997,0,0,7409,2012,7650,642,0,863,1369,342,69,0,11975448,9.1,321876,8.0,9.1,4.6
|
| 196 |
+
2011-08-25,60887,0,30997,3351,4897,2024,0,0,7065,1960,7600,577,0,729,1284,333,70,0,11228802,7.8,303622,6.2,7.8,4.6
|
| 197 |
+
2011-08-26,56696,0,28739,3079,4280,1825,0,0,6734,1851,7053,725,0,725,1303,320,62,0,10570210,7.6,290027,8.2,7.6,4.6
|
| 198 |
+
2011-08-27,39226,0,20392,2160,2681,1032,0,0,4697,1359,4959,430,0,510,746,214,46,0,7038033,5.7,200868,6.7,5.7,0.0
|
| 199 |
+
2011-08-28,40998,0,21296,2203,2778,1146,0,0,4951,1551,5173,456,0,409,806,184,45,0,7203720,5.9,211915,6.8,5.9,0.0
|
| 200 |
+
2011-08-29,63244,0,31840,4291,5340,1907,0,0,7322,1811,7541,628,0,833,1274,368,89,0,11468336,8.4,312170,5.0,8.4,0.0
|
| 201 |
+
2011-08-30,63011,0,31326,3644,5018,2028,0,0,7584,2130,7915,782,0,717,1421,365,81,0,11598521,8.3,325236,6.5,8.4,0.0
|
| 202 |
+
2011-08-31,61408,0,30991,3457,5226,2080,0,0,7425,2009,6951,859,0,875,1160,310,65,0,11297695,7.7,318427,5.4,7.7,0.0
|
| 203 |
+
2011-09-01,65069,0,32061,4976,6001,2197,0,0,7014,1883,7695,674,0,747,1367,380,74,0,11700096,9.8,301445,16.4,9.8,0.0
|
| 204 |
+
2011-09-02,60128,0,29556,3907,5134,1821,0,0,6572,1875,8163,596,0,907,1188,343,66,0,10786770,8.8,285691,6.8,8.8,0.0
|
| 205 |
+
2011-09-03,40999,0,21006,2365,3240,1149,0,0,4568,1296,5313,416,0,658,748,199,41,0,7320966,6.0,200546,5.0,6.0,0.0
|
| 206 |
2011-09-04,43027,0,22469,2418,3148,1122,0,0,4776,1286,5665,425,0,598,892,183,45,0,7784069,5.5,4145947,19.1,5.5,25.8
|
| 207 |
2011-09-05,60870,0,29469,3549,5191,1758,0,0,8294,1879,7577,671,0,799,1278,353,52,0,10812183,7.8,5923548,16.9,7.8,31.5
|
| 208 |
2011-09-06,64897,0,31770,3931,5558,2105,0,0,8114,2005,7866,706,0,897,1491,375,79,0,11942825,7.8,6347701,25.4,7.8,31.2
|