Add 2013-06-08 to 2013-06-14 — 7 days, 1.4M events, 7 files
Browse files- README.md +4 -4
- data/stars/2013/06/08.parquet +2 -2
- data/stars/2013/06/09.parquet +2 -2
- data/stars/2013/06/10.parquet +2 -2
- data/stars/2013/06/11.parquet +2 -2
- data/stars/2013/06/12.parquet +2 -2
- data/stars/2013/06/13.parquet +2 -2
- data/stars/2013/06/14.parquet +2 -2
- stats.csv +16 -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,292 days), totaling **219,809,586 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 68.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.
|
| 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-28** —
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
@@ -86,7 +86,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
11:00 ████████████████████████████░░ 267.1K
|
| 89 |
-
12:00 ███████████████████████░░░░
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -144,7 +144,7 @@ duckdb.sql("""
|
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 147 |
-
| 2013 | 353 | 76,105,538 | 215,596 | 23.1 GB | 4.
|
| 148 |
| 2014 | 248 | 82,622,199 | 333,154 | 29.9 GB | 7.6 GB | 2h45m | 16h57m | 3h49m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
|
|
|
| 63 |
|
| 64 |
The archive currently spans from **2011-02-12** to **2015-01-03** (1,292 days), totaling **219,809,586 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 68.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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 |
|
|
|
|
| 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-28** — 3,012,336 events in 3860 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 ████████████████████████░░░░░░ 235.4K
|
|
|
|
| 86 |
09:00 ██████████████████████████████ 284.7K
|
| 87 |
10:00 ███████████████████████████░░░ 257.5K
|
| 88 |
11:00 ████████████████████████████░░ 267.1K
|
| 89 |
+
12:00 ██████████████████████████░░░░ 250.9K
|
| 90 |
13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 91 |
14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 92 |
15:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 144 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 145 |
| 2011 | 323 | 18,032,583 | 55,828 | 3.5 GB | 76.6 MB | 47m29s | 52m20s | 33m17s |
|
| 146 |
| 2012 | 366 | 42,537,517 | 116,222 | 11.5 GB | 161.5 MB | 1h19m | 2h30m | 35m15s |
|
| 147 |
+
| 2013 | 353 | 76,105,538 | 215,596 | 23.1 GB | 4.2 GB | 2h36m | 8h59m | 2h39m |
|
| 148 |
| 2014 | 248 | 82,622,199 | 333,154 | 29.9 GB | 7.6 GB | 2h45m | 16h57m | 3h49m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
data/stars/2013/06/08.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:93a297167385ac71868763527efc0516bc60013a5f8cd7675bed4a5fb73eea60
|
| 3 |
+
size 638607
|
data/stars/2013/06/09.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:3e0762cb10a6c92fa4823f104669bbafb88362c7705a6f1b3f67b0ec644872da
|
| 3 |
+
size 654364
|
data/stars/2013/06/10.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:824688e64404a22e01c26baa937e12a295f0c19b9353fc7ff2427fcded9b5ea7
|
| 3 |
+
size 819604
|
data/stars/2013/06/11.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:d0fd66f2f5704e20e0eb79801ef77f2951d6c2257632f5f980186e90bca30ab5
|
| 3 |
+
size 808037
|
data/stars/2013/06/12.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:78f964639b5fb474f74070508402c5295fd33f7660de7c7ec6463716c475a5e6
|
| 3 |
+
size 864282
|
data/stars/2013/06/13.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:2117f06745d541e3aa19d09e897a96699c937347b6dd41b6495ca0568ea97876
|
| 3 |
+
size 910751
|
data/stars/2013/06/14.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:466fe3dc6866c019b81dc5e99c1982e3a86233d2f8d933517a8a0978444e23f9
|
| 3 |
+
size 819949
|
stats.csv
CHANGED
|
@@ -839,21 +839,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 839 |
2013-05-29,234172,1168,121158,12730,22097,9753,0,2338,22532,8549,25687,1969,0,2090,3868,0,233,0,78227941,62.6,1042704,7.5,62.6,5.9
|
| 840 |
2013-05-30,224877,1037,116546,12239,20496,8991,0,2358,20666,8028,26023,1911,0,2191,4182,0,209,0,73737441,59.2,927351,7.7,59.2,5.9
|
| 841 |
2013-05-31,193150,955,100315,10404,17848,8019,0,1922,17841,6505,22735,1653,0,1624,3150,0,179,0,64285499,49.1,869040,25.0,49.1,5.9
|
| 842 |
-
2013-06-01,147461,799,81143,7839,11529,4757,0,989,13411,5437,16481,1066,0,1222,2666,0,122,0,46893529,31.0,625396,10.4,31.0,
|
| 843 |
-
2013-06-02,156728,682,86990,7680,11486,4956,0,1029,14332,5442,18447,1127,0,1597,2805,0,155,0,49492964,35.9,656387,23.6,35.9,
|
| 844 |
-
2013-06-03,234994,1303,122768,12456,21489,9594,0,2651,20932,8477,27334,1877,0,2317,3573,0,223,0,83635197,57.0,954900,11.7,57.0,
|
| 845 |
-
2013-06-04,243882,1276,127687,12967,21953,9986,0,2355,22737,8971,27978,2002,0,2079,3625,0,266,0,94686501,77.2,991024,31.6,77.2,
|
| 846 |
-
2013-06-05,236033,1137,121524,12370,21422,9610,0,2332,23326,8693,27306,2045,0,2330,3705,0,233,0,77931235,61.6,1027294,12.3,61.6,
|
| 847 |
-
2013-06-06,235936,1195,122056,13117,21343,9650,0,2580,21692,8450,28100,1870,0,2114,3583,0,186,0,78527595,65.1,960569,11.6,65.1,
|
| 848 |
-
2013-06-07,207055,1043,108312,10637,18478,8534,0,2055,19152,8071,23246,1669,0,1984,3679,0,195,0,69154267,59.5,839895,13.0,59.5,
|
| 849 |
-
2013-06-08,140327,615,75400,8287,10629,4422,0,887,13806,5240,16385,1021,0,1062,2461,0,112,0,43269845,
|
| 850 |
-
2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,
|
| 851 |
-
2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.
|
| 852 |
-
2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,
|
| 853 |
-
2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,
|
| 854 |
-
2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,
|
| 855 |
-
2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,
|
| 856 |
-
2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,
|
| 857 |
2013-06-16,149974,512,81317,8936,10826,4423,0,676,13999,5657,17860,1496,0,1240,2889,0,143,0,45317248,60.3,14882365,33.5,60.3,55.8
|
| 858 |
2013-06-17,231177,1034,116751,13545,21127,9706,0,2611,21579,9028,26574,2075,0,2153,4737,0,257,0,76380070,59.6,23674469,31.3,59.6,54.1
|
| 859 |
2013-06-18,243854,1178,122158,14492,21573,9909,0,2906,22525,9506,29658,2052,0,2411,5259,0,227,0,84808804,120.1,25526603,42.3,120.1,41.8
|
|
@@ -1289,5 +1289,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1289 |
2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,56.2
|
| 1290 |
2014-09-17,467144,2285,220422,42835,41460,21119,0,7452,38314,15066,52140,7315,1216,3299,13813,0,408,0,275075750,458.0,45526511,49.0,458.0,55.9
|
| 1291 |
2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
|
|
|
|
| 1292 |
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
|
| 1293 |
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
|
|
|
|
| 839 |
2013-05-29,234172,1168,121158,12730,22097,9753,0,2338,22532,8549,25687,1969,0,2090,3868,0,233,0,78227941,62.6,1042704,7.5,62.6,5.9
|
| 840 |
2013-05-30,224877,1037,116546,12239,20496,8991,0,2358,20666,8028,26023,1911,0,2191,4182,0,209,0,73737441,59.2,927351,7.7,59.2,5.9
|
| 841 |
2013-05-31,193150,955,100315,10404,17848,8019,0,1922,17841,6505,22735,1653,0,1624,3150,0,179,0,64285499,49.1,869040,25.0,49.1,5.9
|
| 842 |
+
2013-06-01,147461,799,81143,7839,11529,4757,0,989,13411,5437,16481,1066,0,1222,2666,0,122,0,46893529,31.0,625396,10.4,31.0,7.2
|
| 843 |
+
2013-06-02,156728,682,86990,7680,11486,4956,0,1029,14332,5442,18447,1127,0,1597,2805,0,155,0,49492964,35.9,656387,23.6,35.9,7.2
|
| 844 |
+
2013-06-03,234994,1303,122768,12456,21489,9594,0,2651,20932,8477,27334,1877,0,2317,3573,0,223,0,83635197,57.0,954900,11.7,57.0,7.2
|
| 845 |
+
2013-06-04,243882,1276,127687,12967,21953,9986,0,2355,22737,8971,27978,2002,0,2079,3625,0,266,0,94686501,77.2,991024,31.6,77.2,7.2
|
| 846 |
+
2013-06-05,236033,1137,121524,12370,21422,9610,0,2332,23326,8693,27306,2045,0,2330,3705,0,233,0,77931235,61.6,1027294,12.3,61.6,7.2
|
| 847 |
+
2013-06-06,235936,1195,122056,13117,21343,9650,0,2580,21692,8450,28100,1870,0,2114,3583,0,186,0,78527595,65.1,960569,11.6,65.1,7.2
|
| 848 |
+
2013-06-07,207055,1043,108312,10637,18478,8534,0,2055,19152,8071,23246,1669,0,1984,3679,0,195,0,69154267,59.5,839895,13.0,59.5,7.2
|
| 849 |
+
2013-06-08,140327,615,75400,8287,10629,4422,0,887,13806,5240,16385,1021,0,1062,2461,0,112,0,43269845,41.1,638607,6.7,41.1,0.0
|
| 850 |
+
2013-06-09,154686,561,84564,9578,11658,4842,0,897,13984,5477,17615,1098,0,1531,2762,0,119,0,48171236,47.8,654364,24.1,47.8,0.0
|
| 851 |
+
2013-06-10,217679,1048,115109,13744,19563,8470,0,2607,17842,7402,23839,1812,0,2189,3794,0,260,0,78610469,65.4,819604,12.2,65.4,0.0
|
| 852 |
+
2013-06-11,216259,982,113537,13339,19413,9027,0,2585,17723,7629,24149,1887,0,2252,3422,0,314,0,72780422,63.3,808037,9.7,63.3,0.0
|
| 853 |
+
2013-06-12,229849,1012,115374,13862,21043,9328,0,2610,18781,7913,31045,2165,0,2307,4127,0,282,0,74899966,61.4,864282,11.3,61.4,0.0
|
| 854 |
+
2013-06-13,235752,975,117091,17409,25534,9501,0,2605,20128,8748,25511,2297,0,2099,3525,0,329,0,76123885,55.5,910751,10.9,55.5,0.0
|
| 855 |
+
2013-06-14,197964,897,102276,12250,17654,8191,0,1985,17610,7738,22095,1915,0,1833,3203,0,317,0,65591446,47.2,819949,11.6,47.2,0.0
|
| 856 |
+
2013-06-15,133596,610,71028,8409,10004,4159,0,676,12314,5241,16007,1203,0,1131,2709,0,105,0,41088315,29.9,588779,12.8,29.9,0.0
|
| 857 |
2013-06-16,149974,512,81317,8936,10826,4423,0,676,13999,5657,17860,1496,0,1240,2889,0,143,0,45317248,60.3,14882365,33.5,60.3,55.8
|
| 858 |
2013-06-17,231177,1034,116751,13545,21127,9706,0,2611,21579,9028,26574,2075,0,2153,4737,0,257,0,76380070,59.6,23674469,31.3,59.6,54.1
|
| 859 |
2013-06-18,243854,1178,122158,14492,21573,9909,0,2906,22525,9506,29658,2052,0,2411,5259,0,227,0,84808804,120.1,25526603,42.3,120.1,41.8
|
|
|
|
| 1289 |
2014-09-16,461070,2386,226583,31561,44581,21014,0,8023,38807,15341,51770,7772,1308,3898,7592,0,434,0,270381036,452.2,45872359,53.0,452.2,56.2
|
| 1290 |
2014-09-17,467144,2285,220422,42835,41460,21119,0,7452,38314,15066,52140,7315,1216,3299,13813,0,408,0,275075750,458.0,45526511,49.0,458.0,55.9
|
| 1291 |
2014-09-18,434311,2190,217982,24919,41386,20675,0,6457,36430,14970,49668,7792,1118,3344,6999,0,381,0,250824876,423.9,44164103,49.7,423.9,62.8
|
| 1292 |
+
2014-09-20,275525,1827,150142,12274,19620,10384,0,2033,25419,9988,34032,4286,770,1652,2886,0,212,0,149072510,316.2,26567061,42.1,316.2,0.0
|
| 1293 |
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
|
| 1294 |
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
|