tamnd commited on
Commit
d5f9127
·
verified ·
1 Parent(s): f136d88

Add 2012-02-04 to 2012-02-10 — 7 days, 579.1K 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,175 days), totaling **194,223,616 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 56.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.2 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,543,733 events in 3839 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
@@ -85,7 +85,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
- 11:00 █████░░░░░░░░░░░░░░░░░░░░░░░░░ 49.4K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -143,9 +143,9 @@ duckdb.sql("""
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 | 303 | 35,221,023 | 116,241 | 9.4 GB | 3.0 GB | 2h12m | 3h15m | 2h40m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
- | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h03m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
 
63
 
64
  The archive currently spans from **2011-02-12** to **2015-01-03** (1,175 days), totaling **194,223,616 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 56.8 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 16.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** — 2,564,620 events in 3840 blocks
75
 
76
  ```
77
  00:00 ████████████████████████░░░░░░ 235.4K
 
85
  08:00 ███████████████████████████░░░ 262.4K
86
  09:00 ██████████████████████████████ 284.7K
87
  10:00 ███████████████████████████░░░ 257.5K
88
+ 11:00 ███████░░░░░░░░░░░░░░░░░░░░░░░ 70.3K
89
  12:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
90
  13:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
91
  14:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
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 | 303 | 35,221,023 | 116,241 | 9.4 GB | 2.9 GB | 2h09m | 3h13m | 2h36m |
147
  | 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
148
+ | 2014 | 203 | 65,974,849 | 324,999 | 21.0 GB | 6.0 GB | 2h13m | 11h56m | 3h04m |
149
  | 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
150
 
151
 
data/stars/2012/02/04.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41de19c374f5586a53d339d32b71a60f66a8e10c98bf2e2b157bbf65599b4e18
3
- size 189843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f1d2aea439e2773047dc8afa21caf15fe10fb2d390e3eca7fe7eda4da692826
3
+ size 276657
data/stars/2012/02/05.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:581b4a074d2641d3f1b074b399025ea137052c6d0dfe659a52ab5f1cfa295fe5
3
- size 227142
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653738536d8d57d51898bca3df316555d3df06a8e11bd0576a63f06ff45297de
3
+ size 330606
data/stars/2012/02/06.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b8bdb5466e96f6678e527b8bbeb89ba509db683cf09796564ec8ad55b8e6b4a
3
- size 264204
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f26094ad964513e7097eb626bd03469352efd12000874a53292eeddeca6fd0a0
3
+ size 390358
data/stars/2012/02/07.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d87abe26413e88d0e5fc4e555c8be4b953cc0355b5b34adfce310f4ec54bbfe
3
- size 293992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ea564cbbda7732c9af658762459e40def1360c2b64f2b8017be33707034f387
3
+ size 423974
data/stars/2012/02/08.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e0956f7595fd68162e9cc650cbed994b72ade3ae5f2cc7a215aed33455dee00
3
- size 278910
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b666b2b8c44e4ad3e485b9730f6c60bc9eb0f595cc7b5ed60ee7b6bb104cf82f
3
+ size 415670
data/stars/2012/02/09.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01db2cc8fa2483d1a4aa0445415e066ad504d944d70e827e3ac581ff46bd36d8
3
- size 286107
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a20bba61615fe152048152b05277f505f1983714392ac19dff622f154d70e9
3
+ size 420838
data/stars/2012/02/10.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ea0f6239e8b1513039e5591db7f2125f658774ed5d8038460646df20205687a9
3
- size 240320
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11efdbe9b98779f239c3cb6ad89cd0f73b7809ba29135487ee8ff90026b66add
3
+ size 351762
stats.csv CHANGED
@@ -360,9 +360,9 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
360
  2012-02-05,77429,0,36537,3478,4786,1735,0,0,7794,1986,17603,640,0,714,1822,279,55,0,18931372,13.6,330606,7.2,13.6,0.0
361
  2012-02-06,83466,0,36670,3836,5952,2314,0,0,9281,2406,18830,706,0,1117,1887,387,80,0,21559141,17.3,390358,9.1,17.3,0.0
362
  2012-02-07,81572,0,38320,4188,5925,2384,0,0,9036,2372,15416,786,0,826,1855,378,86,0,22050125,17.7,423974,7.1,17.8,0.0
363
- 2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,37.2,12468021,53.3,37.2,83.5
364
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,17.3,420838,6.5,17.3,0.0
365
- 2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,33.6,11208158,36.2,33.6,36.4
366
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
367
  2012-02-12,75709,0,35698,3130,4642,1752,0,0,6842,1891,17890,1056,0,751,1629,364,64,0,18560969,13.6,9571953,36.2,13.6,35.4
368
  2012-02-13,71696,0,33960,4671,5671,2194,0,0,7320,2011,12429,658,0,791,1522,398,71,0,19535334,13.4,9639502,27.6,13.4,30.4
@@ -1171,6 +1171,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
1171
  2014-07-31,371216,1373,182385,19646,38333,18148,0,6374,35114,12327,42686,6650,1103,3093,3606,0,378,0,217788307,414.2,37813021,52.3,414.2,56.1
1172
  2014-08-01,366106,1311,172446,16873,32989,17009,0,6125,31875,11145,61860,6561,933,2985,3670,0,324,0,215629842,406.0,37932947,45.9,406.0,61.6
1173
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,68.5
1174
- 2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,0.0
1175
  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
1176
  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
 
360
  2012-02-05,77429,0,36537,3478,4786,1735,0,0,7794,1986,17603,640,0,714,1822,279,55,0,18931372,13.6,330606,7.2,13.6,0.0
361
  2012-02-06,83466,0,36670,3836,5952,2314,0,0,9281,2406,18830,706,0,1117,1887,387,80,0,21559141,17.3,390358,9.1,17.3,0.0
362
  2012-02-07,81572,0,38320,4188,5925,2384,0,0,9036,2372,15416,786,0,826,1855,378,86,0,22050125,17.7,423974,7.1,17.8,0.0
363
+ 2012-02-08,93511,0,40416,4431,6400,2607,0,0,9739,2646,22947,861,0,1008,1976,397,83,0,24684634,18.0,415670,20.6,18.0,0.0
364
  2012-02-09,92143,0,41608,4532,6955,2695,0,0,9764,2828,19041,1418,0,952,1725,539,86,0,24563625,17.3,420838,6.5,17.3,0.0
365
+ 2012-02-10,84780,0,37883,5343,6646,2354,0,0,8024,2425,18261,875,0,862,1662,376,69,0,22645001,16.2,351762,20.8,16.2,0.0
366
  2012-02-11,67519,0,31166,3062,3940,1587,0,0,6277,1813,16577,602,0,532,1536,374,53,0,16505576,10.7,8625679,38.6,10.7,24.4
367
  2012-02-12,75709,0,35698,3130,4642,1752,0,0,6842,1891,17890,1056,0,751,1629,364,64,0,18560969,13.6,9571953,36.2,13.6,35.4
368
  2012-02-13,71696,0,33960,4671,5671,2194,0,0,7320,2011,12429,658,0,791,1522,398,71,0,19535334,13.4,9639502,27.6,13.4,30.4
 
1171
  2014-07-31,371216,1373,182385,19646,38333,18148,0,6374,35114,12327,42686,6650,1103,3093,3606,0,378,0,217788307,414.2,37813021,52.3,414.2,56.1
1172
  2014-08-01,366106,1311,172446,16873,32989,17009,0,6125,31875,11145,61860,6561,933,2985,3670,0,324,0,215629842,406.0,37932947,45.9,406.0,61.6
1173
  2014-08-02,239501,853,121428,10201,16897,8661,0,1554,21146,8287,42179,3200,683,1599,2642,0,171,0,128360903,246.9,23603017,42.6,247.0,68.5
1174
+ 2014-08-03,264364,816,139153,12005,20039,10323,0,2289,28152,9216,32666,4024,800,1667,3011,0,203,0,144290418,265.3,25821455,38.1,265.3,51.5
1175
  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
1176
  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