tamnd commited on
Commit
cf74260
·
verified ·
1 Parent(s): a987812

Add 2013-05-04 to 2013-05-10 — 7 days, 1.4M events, 7 files

Browse files
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,288 days), totaling **217,971,998 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 67.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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
 
@@ -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,938,769 events in 3857 blocks
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 ██████████████████░░░░░░░░░░░░ 177.4K
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,074,924 | 215,509 | 23.1 GB | 5.0 GB | 2h52m | 9h08m | 3h12m |
148
  | 2014 | 244 | 80,815,225 | 331,209 | 28.9 GB | 7.4 GB | 2h42m | 16h27m | 3h46m |
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,288 days), totaling **217,971,998 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 67.2 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 12.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,961,599 events in 3858 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 █████████████████████░░░░░░░░░ 200.2K
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,074,924 | 215,509 | 23.1 GB | 4.9 GB | 2h50m | 9h09m | 3h06m |
148
  | 2014 | 244 | 80,815,225 | 331,209 | 28.9 GB | 7.4 GB | 2h42m | 16h27m | 3h46m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
data/stars/2013/05/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd4554416808e02413eb38c55d35b7764ddd9916d9b71fbec106d910e8df379f
3
- size 304336
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3831caaabfe7e006c2b30df52c9c641d2ae9866acbb1a7a383a05d8ae17f60dd
3
+ size 627045
data/stars/2013/05/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:28f2646af9d27a96719557d1f4a2ae792675301330a5dc6fde2107de92a8a020
3
- size 347592
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bbd4ae5719f51a4352554741934603757277c8ce4ec9f320194105984fe314b
3
+ size 700459
data/stars/2013/05/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67e1fc8a4e2bfb26e310fa27f000b898db6045bab5d39a07cbe1d3050e0a948e
3
- size 483068
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73f2e2a694fd700bb655c8c92e976d0adc4e0884df05da527bb8e92f8c4db0fb
3
+ size 962476
data/stars/2013/05/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7424524f16125c933de9a4d1119823a352638902417b5f3565921f5729e31c7e
3
- size 468533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f763c717841f43bc0c51c2dd02645cb9a269876ee0f6cadd541e7bdc1f076d62
3
+ size 938223
data/stars/2013/05/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:798488693f3c791111845a18aee5b88db180362fbdac1bfbcc190b989b8e2301
3
- size 480407
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9873974a28ada52b6c923e9ae02ebd1a03c3ae79d0b3899b83824a5a80518e88
3
+ size 966495
data/stars/2013/05/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b5f9b4094ade18c258ff0c4350b3cc5b8a340b0c6f79b6bb87a9cff0f1f9c93
3
- size 459029
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df871c4829468af488cedbbf13fa653a28bca4806d094766649073abce47720e
3
+ size 919724
data/stars/2013/05/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7873db22228c2abb1438261a4ea3a7d2d80d83e8b85bde0c0276f2029df1b396
3
- size 399850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad39941da993d9f5b0f9f09a5874d7cfef103cf13d93a7bcc82b8fba7c9297a5
3
+ size 804200
stats.csv CHANGED
@@ -804,20 +804,20 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
804
  2013-04-24,257166,1545,121319,18571,39304,9298,0,2693,21148,9184,25809,1882,0,2314,3895,0,204,0,77856874,43.5,1024037,51.4,43.5,4.5
805
  2013-04-25,234705,1393,117443,14318,27345,8857,0,2565,20943,8707,24965,1876,0,2030,4057,0,206,0,74259766,37.8,930260,12.0,37.8,4.5
806
  2013-04-26,193057,1240,97182,11722,18944,7543,0,1909,18147,7524,22384,1621,0,1639,3010,0,192,0,62436647,31.4,816205,6.6,31.4,4.5
807
- 2013-04-27,149878,1019,83539,6917,10850,4683,0,806,13884,5848,17560,1142,0,1199,2303,0,128,0,46192737,24.8,657769,6.9,24.8,0.0
808
- 2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,26.1,703638,11.0,26.1,0.0
809
- 2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,42.0,842547,41.4,42.0,0.0
810
- 2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,38.8,871441,8.7,38.8,0.0
811
- 2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,43.4,874658,8.6,43.4,0.0
812
- 2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,42.5,954812,10.8,42.5,0.0
813
- 2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,39.4,860570,30.3,39.4,0.0
814
  2013-05-04,145757,905,78188,8855,12650,4109,0,719,13267,5397,16872,1000,0,1265,2425,0,105,0,45618398,24.6,627045,11.0,24.6,0.0
815
  2013-05-05,159094,878,87248,8077,11944,4657,0,855,15528,5893,18244,1160,0,1306,3147,0,157,0,51982063,26.6,700459,11.0,26.6,0.0
816
- 2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,37.3,21959879,53.3,37.3,80.7
817
- 2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,37.2,22686583,30.0,37.2,67.6
818
- 2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,43.7,24111868,48.9,43.7,92.1
819
- 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,42.9,25385356,38.1,42.9,68.5
820
- 2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,34.2,20751477,51.4,34.2,59.7
821
  2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,123.4
822
  2013-05-12,155316,627,86060,7850,11936,4599,0,845,15063,5555,17234,1211,0,1151,3051,0,134,0,48252777,26.1,15581698,50.0,26.1,50.3
823
  2013-05-13,219981,1232,113605,12043,21421,8736,0,2095,21580,7848,23391,1924,0,2159,3718,0,229,0,72703417,38.6,22769939,71.7,38.6,102.2
 
804
  2013-04-24,257166,1545,121319,18571,39304,9298,0,2693,21148,9184,25809,1882,0,2314,3895,0,204,0,77856874,43.5,1024037,51.4,43.5,4.5
805
  2013-04-25,234705,1393,117443,14318,27345,8857,0,2565,20943,8707,24965,1876,0,2030,4057,0,206,0,74259766,37.8,930260,12.0,37.8,4.5
806
  2013-04-26,193057,1240,97182,11722,18944,7543,0,1909,18147,7524,22384,1621,0,1639,3010,0,192,0,62436647,31.4,816205,6.6,31.4,4.5
807
+ 2013-04-27,149878,1019,83539,6917,10850,4683,0,806,13884,5848,17560,1142,0,1199,2303,0,128,0,46192737,24.8,657769,6.9,24.8,4.5
808
+ 2013-04-28,167787,941,93983,9000,13038,5084,0,934,14864,5609,18846,1215,0,1326,2808,0,139,0,53092378,26.1,703638,11.0,26.1,4.5
809
+ 2013-04-29,215380,1338,113363,11661,20123,8581,0,2563,18118,7772,24174,1749,0,2031,3700,0,207,0,72021515,42.0,842547,41.4,42.0,4.5
810
+ 2013-04-30,215980,1353,112879,11175,20156,9047,0,2509,19093,7598,24471,1819,0,2026,3617,0,237,0,72273483,38.8,871441,8.7,38.8,4.5
811
+ 2013-05-01,209298,1240,110999,10951,19627,8332,0,2173,18195,7457,23130,1645,0,1967,3388,0,194,0,75992192,43.4,874658,8.6,43.4,4.5
812
+ 2013-05-02,224114,1475,115718,11753,20497,9059,0,2469,21414,8549,24775,1792,0,2342,4056,0,215,0,74161665,42.5,954812,10.8,42.5,4.5
813
+ 2013-05-03,200455,1210,103752,10352,18110,8367,0,1950,19546,7460,21849,1657,0,1940,4038,0,224,0,66675082,39.4,860570,30.3,39.4,4.5
814
  2013-05-04,145757,905,78188,8855,12650,4109,0,719,13267,5397,16872,1000,0,1265,2425,0,105,0,45618398,24.6,627045,11.0,24.6,0.0
815
  2013-05-05,159094,878,87248,8077,11944,4657,0,855,15528,5893,18244,1160,0,1306,3147,0,157,0,51982063,26.6,700459,11.0,26.6,0.0
816
+ 2013-05-06,225389,1585,113304,13293,20241,8198,0,1961,21426,8120,29374,1784,0,2236,3676,0,191,0,71570020,45.0,962476,18.3,45.0,0.0
817
+ 2013-05-07,223203,1471,114061,13763,20050,8614,0,2226,21422,8289,25231,1876,0,2324,3647,0,229,0,73805417,49.0,938223,11.4,49.0,0.0
818
+ 2013-05-08,232848,1519,117995,14406,21774,9103,0,2416,22236,8662,26675,1883,0,2346,3574,0,259,0,78207146,49.4,966495,11.3,49.4,0.0
819
+ 2013-05-09,222321,1381,118872,11230,18905,8641,0,2287,20597,8112,24366,1737,0,2163,3737,0,293,0,82924801,49.6,919724,32.1,49.6,0.0
820
+ 2013-05-10,198543,1163,104335,10153,17791,7970,0,1964,17748,7416,22697,1718,0,2067,3332,0,189,0,65488249,37.5,804200,14.9,37.5,0.0
821
  2013-05-11,141780,604,77554,7278,10963,4508,0,808,13160,4996,16979,1030,0,1331,2429,0,140,0,43904815,23.2,13851436,25.8,23.2,123.4
822
  2013-05-12,155316,627,86060,7850,11936,4599,0,845,15063,5555,17234,1211,0,1151,3051,0,134,0,48252777,26.1,15581698,50.0,26.1,50.3
823
  2013-05-13,219981,1232,113605,12043,21421,8736,0,2095,21580,7848,23391,1924,0,2159,3718,0,229,0,72703417,38.6,22769939,71.7,38.6,102.2