Add 2013-03-02 to 2013-03-08 — 7 days, 1.4M events, 7 files
Browse files- README.md +4 -4
- data/stars/2013/03/02.parquet +2 -2
- data/stars/2013/03/03.parquet +2 -2
- data/stars/2013/03/04.parquet +2 -2
- data/stars/2013/03/05.parquet +2 -2
- data/stars/2013/03/06.parquet +2 -2
- data/stars/2013/03/07.parquet +2 -2
- data/stars/2013/03/08.parquet +2 -2
- stats.csv +14 -14
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,282 days), totaling **215,552,442 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 65.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.
|
| 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** — 2,
|
| 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,060,605 | 215,469 | 23.1 GB | 6.
|
| 148 |
| 2014 | 238 | 78,409,988 | 329,453 | 27.6 GB | 7.2 GB | 2h37m | 15h44m | 3h41m |
|
| 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,282 days), totaling **215,552,442 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 65.9 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 13.6 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** — 2,887,375 events in 3855 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 █████████████░░░░░░░░░░░░░░░░░ 126.0K
|
| 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,060,605 | 215,469 | 23.1 GB | 6.1 GB | 3h10m | 10h25m | 3h56m |
|
| 148 |
| 2014 | 238 | 78,409,988 | 329,453 | 27.6 GB | 7.2 GB | 2h37m | 15h44m | 3h41m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
data/stars/2013/03/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:e2368d411286cf105931651b134215dfbb26737ec2bd1c8bc6a9cbb5d6b73776
|
| 3 |
+
size 599567
|
data/stars/2013/03/03.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:2af432adf66e52ae344b04205de455ec664302ed83649ba54e6a9712bbc43ccc
|
| 3 |
+
size 711748
|
data/stars/2013/03/04.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:4575c986b1fdffa7d2a150a908c717366cff24c26e6f80881b850e49d35f2e19
|
| 3 |
+
size 893051
|
data/stars/2013/03/05.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:d227e3e093eca29eb3101311cf47bd66191844b8bae2cab860f49ecbddd1be2d
|
| 3 |
+
size 909908
|
data/stars/2013/03/06.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:eae5fb5d8f97430cb67bf271d34749c1e6d7cf31b5c499ff38cd8c9c33cc9c5c
|
| 3 |
+
size 951430
|
data/stars/2013/03/07.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:6cba643787607908863596865d2b18038c8efe8d354c8b8cea6875a1e037d395
|
| 3 |
+
size 925882
|
data/stars/2013/03/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:32fd372a447e87e9d96ffaeabe5f393e83f2ea4762b03c3e8d249024102ede1c
|
| 3 |
+
size 819941
|
stats.csv
CHANGED
|
@@ -741,21 +741,21 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 741 |
2013-02-20,215746,1457,109080,12013,21474,8199,0,1922,20996,8127,24503,1727,0,2075,3969,0,204,0,69584957,56.5,907160,13.1,56.5,5.0
|
| 742 |
2013-02-21,214250,1544,108948,12365,20270,8263,0,1943,19558,8120,25578,1664,0,2066,3732,0,199,0,68654780,49.8,936506,11.2,49.8,5.0
|
| 743 |
2013-02-22,190036,1291,96413,12506,17467,7268,0,1516,17681,6899,22416,1494,0,1738,3181,0,166,0,61099175,38.6,785210,10.2,38.7,5.0
|
| 744 |
-
2013-02-23,144851,1071,77537,7925,11376,4506,0,767,13185,5277,18005,1094,0,1169,2828,0,111,0,44704247,30.3,603762,6.6,30.3,
|
| 745 |
-
2013-02-24,165918,898,87231,9890,13589,4978,0,934,16095,5909,20770,1284,0,1343,2876,0,121,0,55484251,36.4,708429,7.4,36.4,
|
| 746 |
-
2013-02-25,214104,1471,107395,12031,20959,8464,0,1940,19754,8095,25452,1706,0,2331,4307,0,199,0,70351591,47.2,910717,7.3,47.2,
|
| 747 |
-
2013-02-26,221499,1620,112568,12899,21319,8629,0,1994,19765,8448,25899,1811,0,2363,3969,0,215,0,72652214,47.7,909158,7.5,47.7,
|
| 748 |
-
2013-02-27,223668,1503,112497,13674,22263,8806,0,1931,20424,8549,25544,1871,0,2666,3708,0,232,0,73742218,45.8,898421,7.8,45.8,
|
| 749 |
-
2013-02-28,212690,1509,109295,12766,19278,8108,0,1907,19634,8000,24523,1710,0,2248,3492,0,220,0,70088719,46.1,867719,7.9,46.2,
|
| 750 |
-
2013-03-01,190848,1394,96604,11302,17690,7579,0,1790,16832,7267,23569,1548,0,2016,3092,0,165,0,62437659,42.6,765901,30.6,42.6,
|
| 751 |
2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,35.6,599567,17.2,35.6,0.0
|
| 752 |
-
2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,
|
| 753 |
-
2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,
|
| 754 |
-
2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,
|
| 755 |
-
2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,
|
| 756 |
-
2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,
|
| 757 |
-
2013-03-08,195035,1286,95521,12346,20905,7487,0,1909,18784,7559,22122,1563,0,1704,3666,0,183,0,62745467,
|
| 758 |
-
2013-03-09,145901,822,75797,7381,11076,4540,0,681,13078,5470,21214,1801,0,1343,2558,0,140,0,45053255,
|
| 759 |
2013-03-10,152972,833,81876,8094,12355,4810,0,961,14253,5456,18198,1122,0,1421,3464,0,129,0,48739423,94.1,15676850,25.6,94.1,46.9
|
| 760 |
2013-03-11,207286,1541,104655,11659,19612,8003,0,2213,19768,8130,23770,1619,0,2191,3940,0,185,0,67913753,126.8,20958081,33.1,126.8,61.1
|
| 761 |
2013-03-12,228132,1757,109850,17389,25747,8741,0,2066,20027,8530,26172,1660,0,2152,3807,0,234,0,71631000,148.2,22133590,40.4,148.2,40.3
|
|
|
|
| 741 |
2013-02-20,215746,1457,109080,12013,21474,8199,0,1922,20996,8127,24503,1727,0,2075,3969,0,204,0,69584957,56.5,907160,13.1,56.5,5.0
|
| 742 |
2013-02-21,214250,1544,108948,12365,20270,8263,0,1943,19558,8120,25578,1664,0,2066,3732,0,199,0,68654780,49.8,936506,11.2,49.8,5.0
|
| 743 |
2013-02-22,190036,1291,96413,12506,17467,7268,0,1516,17681,6899,22416,1494,0,1738,3181,0,166,0,61099175,38.6,785210,10.2,38.7,5.0
|
| 744 |
+
2013-02-23,144851,1071,77537,7925,11376,4506,0,767,13185,5277,18005,1094,0,1169,2828,0,111,0,44704247,30.3,603762,6.6,30.3,6.7
|
| 745 |
+
2013-02-24,165918,898,87231,9890,13589,4978,0,934,16095,5909,20770,1284,0,1343,2876,0,121,0,55484251,36.4,708429,7.4,36.4,6.7
|
| 746 |
+
2013-02-25,214104,1471,107395,12031,20959,8464,0,1940,19754,8095,25452,1706,0,2331,4307,0,199,0,70351591,47.2,910717,7.3,47.2,6.7
|
| 747 |
+
2013-02-26,221499,1620,112568,12899,21319,8629,0,1994,19765,8448,25899,1811,0,2363,3969,0,215,0,72652214,47.7,909158,7.5,47.7,6.7
|
| 748 |
+
2013-02-27,223668,1503,112497,13674,22263,8806,0,1931,20424,8549,25544,1871,0,2666,3708,0,232,0,73742218,45.8,898421,7.8,45.8,6.7
|
| 749 |
+
2013-02-28,212690,1509,109295,12766,19278,8108,0,1907,19634,8000,24523,1710,0,2248,3492,0,220,0,70088719,46.1,867719,7.9,46.2,6.7
|
| 750 |
+
2013-03-01,190848,1394,96604,11302,17690,7579,0,1790,16832,7267,23569,1548,0,2016,3092,0,165,0,62437659,42.6,765901,30.6,42.6,6.7
|
| 751 |
2013-03-02,146742,973,78545,8756,11266,4706,0,785,12834,5301,18786,1062,0,1295,2309,0,124,0,48946335,35.6,599567,17.2,35.6,0.0
|
| 752 |
+
2013-03-03,165128,1054,87400,9988,12859,5546,0,1099,15683,6009,19672,1193,0,1491,2997,0,137,0,51424565,42.3,711748,29.0,42.3,0.0
|
| 753 |
+
2013-03-04,216352,1578,107458,14118,20667,8272,0,2100,20830,8294,25175,1665,0,2374,3641,0,180,0,70177501,55.0,893051,11.0,55.0,0.0
|
| 754 |
+
2013-03-05,218664,1513,107160,16856,20713,8499,0,1792,20924,8443,25041,1767,0,2074,3693,0,189,0,70261826,58.4,909908,8.6,58.4,0.0
|
| 755 |
+
2013-03-06,220285,1620,111315,12221,20076,8888,0,1955,21492,8834,25855,1824,0,2195,3818,0,192,0,73668895,63.0,951430,8.2,63.0,0.0
|
| 756 |
+
2013-03-07,222758,1516,109122,13892,23857,8366,0,2080,21356,9410,25021,1729,0,2296,3922,0,191,0,71358782,58.3,925882,26.7,58.3,0.0
|
| 757 |
+
2013-03-08,195035,1286,95521,12346,20905,7487,0,1909,18784,7559,22122,1563,0,1704,3666,0,183,0,62745467,48.7,819941,7.1,48.7,0.0
|
| 758 |
+
2013-03-09,145901,822,75797,7381,11076,4540,0,681,13078,5470,21214,1801,0,1343,2558,0,140,0,45053255,32.3,655969,9.0,32.3,0.0
|
| 759 |
2013-03-10,152972,833,81876,8094,12355,4810,0,961,14253,5456,18198,1122,0,1421,3464,0,129,0,48739423,94.1,15676850,25.6,94.1,46.9
|
| 760 |
2013-03-11,207286,1541,104655,11659,19612,8003,0,2213,19768,8130,23770,1619,0,2191,3940,0,185,0,67913753,126.8,20958081,33.1,126.8,61.1
|
| 761 |
2013-03-12,228132,1757,109850,17389,25747,8741,0,2066,20027,8530,26172,1660,0,2152,3807,0,234,0,71631000,148.2,22133590,40.4,148.2,40.3
|