Add 2014-08-23 — 258.4K events, 11 files
Browse files- README.md +5 -5
- data/commit_comments/2014/08/23.parquet +3 -0
- data/creates/2014/08/23.parquet +3 -0
- data/deletes/2014/08/23.parquet +3 -0
- data/forks/2014/08/23.parquet +3 -0
- data/issue_comments/2014/08/23.parquet +3 -0
- data/issues/2014/08/23.parquet +3 -0
- data/public_events/2014/08/23.parquet +3 -0
- data/pull_requests/2014/08/23.parquet +3 -0
- data/pushes/2014/08/23.parquet +3 -0
- data/stars/2014/08/23.parquet +3 -0
- data/wiki_pages/2014/08/23.parquet +3 -0
- stats.csv +5 -5
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,242 days), totaling **206,541,614 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 62.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.
|
| 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
|
|
@@ -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 ██████████████████████████░░
|
| 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 | 349 | 40,083,827 | 114,853 | 10.7 GB |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
-
| 2014 | 224 | 73,430,043 | 327,812 | 25.0 GB | 6.7 GB | 2h27m | 14h12m |
|
| 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,242 days), totaling **206,541,614 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 62.0 GB of raw GH Archive NDJSON has been parsed, flattened, and compressed into 14.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,761,410 events in 3849 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 ████████████████████████████░░ 267.1K
|
| 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 | 349 | 40,083,827 | 114,853 | 10.7 GB | 761.8 MB | 1h29m | 2h41m | 59m03s |
|
| 147 |
| 2013 | 344 | 74,483,412 | 216,521 | 22.7 GB | 7.0 GB | 3h27m | 10h53m | 4h29m |
|
| 148 |
+
| 2014 | 224 | 73,430,043 | 327,812 | 25.0 GB | 6.7 GB | 2h27m | 14h12m | 3h25m |
|
| 149 |
| 2015 | 2 | 511,749 | 255,874 | 166.6 MB | 85.1 MB | 20s | 2m59s | 48s |
|
| 150 |
|
| 151 |
|
data/commit_comments/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e28039304586ea1daaae57edaf2c2c990381f894014efe16708a8bc91a72b2d1
|
| 3 |
+
size 63683
|
data/creates/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0eaed8a94985a6bdcb2ddd9823c17da1a3b645490e7d0bcfebf4fef8740136
|
| 3 |
+
size 1096016
|
data/deletes/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7625247a6ea46b03a17a0c7359b22cb03138a6dcf2b4601bb4e36f5dd02a7b59
|
| 3 |
+
size 113179
|
data/forks/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d1473e1d1c82155f506406831c8dd72db639dc5df2b5a2486ab2602b7a176a76
|
| 3 |
+
size 255678
|
data/issue_comments/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51f1327114af771daa9c76f2198fc22280dd744068d531e7f1c80450be4ff158
|
| 3 |
+
size 545935
|
data/issues/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3340d52acc57c7536daf531b41e8461dd60d9752495f3e7cc0686f7dd86c14ab
|
| 3 |
+
size 311066
|
data/public_events/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8de407078884cb8ebe87709c46909525accd06561d2420ed1400bae46e288e0
|
| 3 |
+
size 9403
|
data/pull_requests/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b69b2c7123b0f6b9954bf6027e48021ba4862f99ecf7cdcee7c3043d6487cce7
|
| 3 |
+
size 1672844
|
data/pushes/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:add59014dbf597573093ea1b63f85be15d6f6a1a07b27500ea9def30faa0d4da
|
| 3 |
+
size 23822606
|
data/stars/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c056b8c855df870bc9998b88c7c2872bcf44051aa280052f880af5c0e5b7431
|
| 3 |
+
size 1041075
|
data/wiki_pages/2014/08/23.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b79bd78b80d193830b59d23ebd9c2aab27554b9061b72f70a1c41f5ec35387da
|
| 3 |
+
size 131569
|
stats.csv
CHANGED
|
@@ -619,10 +619,10 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 619 |
2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,25.8,464584,6.9,25.8,0.0
|
| 620 |
2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,39.4,709032,7.9,39.4,0.0
|
| 621 |
2012-10-23,155780,1205,81153,8086,13373,5782,0,1301,14378,6124,18367,950,0,1503,3402,0,156,0,47906162,39.4,639669,8.7,39.4,0.0
|
| 622 |
-
2012-10-24,156751,1210,81039,7894,13228,5827,0,1382,14900,6234,18780,1001,0,1537,3574,0,145,0,47968820,
|
| 623 |
-
2012-10-25,154150,1259,79741,7730,12398,5609,0,1305,13967,6359,19533,1049,0,1458,3593,0,149,0,46880257,
|
| 624 |
-
2012-10-26,132473,980,70542,6478,10194,4873,0,986,11708,5648,15890,790,0,1184,3070,0,130,0,40622636,
|
| 625 |
-
2012-10-27,94357,734,52377,4635,6041,2678,0,479,8659,4007,11267,553,0,777,2066,0,84,0,27704623,
|
| 626 |
2012-10-28,108199,689,60101,5055,7971,3063,0,581,10175,4054,12612,516,0,878,2407,0,97,0,32189119,16.7,11146857,26.8,16.7,29.3
|
| 627 |
2012-10-29,158648,1169,79071,9069,14333,5369,0,1433,13666,5720,23002,1031,0,1512,3098,0,175,0,46411238,22.8,15855539,25.1,22.8,166.5
|
| 628 |
2012-10-30,157770,1202,81549,8527,14147,5839,0,1426,13912,5994,19045,1002,0,1736,3247,0,144,0,48076215,30.2,16162239,48.3,30.2,30.0
|
|
@@ -1236,7 +1236,7 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 1236 |
2014-08-19,431557,1704,211334,24267,44738,21171,0,7179,42617,14546,48180,7089,1014,3177,4240,0,301,0,249969144,464.2,43202458,48.8,464.2,134.6
|
| 1237 |
2014-08-20,408477,1583,197591,28553,44439,19783,0,7068,35808,12832,44405,8123,1181,3036,3770,0,305,0,233883427,460.8,40536664,42.0,460.8,60.5
|
| 1238 |
2014-08-21,394280,1499,196076,21257,38888,18754,0,7443,35164,13340,44580,9179,1116,3065,3594,0,325,0,233419185,443.6,39246587,44.6,443.6,22.7
|
| 1239 |
-
2014-08-22,380583,1520,190255,22187,41293,17551,0,5632,33408,12643,41894,6686,1017,2574,3590,0,333,0,216226930,398.5,37002370,12.2,398.5,
|
| 1240 |
2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,0.0
|
| 1241 |
2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,0.0
|
| 1242 |
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
|
|
|
|
| 619 |
2012-10-21,113123,819,60130,7726,7395,3066,0,625,10132,3954,14929,616,0,1018,2601,0,112,0,32663853,25.8,464584,6.9,25.8,0.0
|
| 620 |
2012-10-22,156412,1152,79470,8738,14551,5714,0,1670,14445,5821,18661,948,0,1574,3509,0,159,0,47900706,39.4,709032,7.9,39.4,0.0
|
| 621 |
2012-10-23,155780,1205,81153,8086,13373,5782,0,1301,14378,6124,18367,950,0,1503,3402,0,156,0,47906162,39.4,639669,8.7,39.4,0.0
|
| 622 |
+
2012-10-24,156751,1210,81039,7894,13228,5827,0,1382,14900,6234,18780,1001,0,1537,3574,0,145,0,47968820,37.7,662583,25.9,37.7,0.0
|
| 623 |
+
2012-10-25,154150,1259,79741,7730,12398,5609,0,1305,13967,6359,19533,1049,0,1458,3593,0,149,0,46880257,37.6,619644,9.6,37.6,0.0
|
| 624 |
+
2012-10-26,132473,980,70542,6478,10194,4873,0,986,11708,5648,15890,790,0,1184,3070,0,130,0,40622636,25.1,535354,23.4,25.1,0.0
|
| 625 |
+
2012-10-27,94357,734,52377,4635,6041,2678,0,479,8659,4007,11267,553,0,777,2066,0,84,0,27704623,17.2,406179,21.8,17.2,0.0
|
| 626 |
2012-10-28,108199,689,60101,5055,7971,3063,0,581,10175,4054,12612,516,0,878,2407,0,97,0,32189119,16.7,11146857,26.8,16.7,29.3
|
| 627 |
2012-10-29,158648,1169,79071,9069,14333,5369,0,1433,13666,5720,23002,1031,0,1512,3098,0,175,0,46411238,22.8,15855539,25.1,22.8,166.5
|
| 628 |
2012-10-30,157770,1202,81549,8527,14147,5839,0,1426,13912,5994,19045,1002,0,1736,3247,0,144,0,48076215,30.2,16162239,48.3,30.2,30.0
|
|
|
|
| 1236 |
2014-08-19,431557,1704,211334,24267,44738,21171,0,7179,42617,14546,48180,7089,1014,3177,4240,0,301,0,249969144,464.2,43202458,48.8,464.2,134.6
|
| 1237 |
2014-08-20,408477,1583,197591,28553,44439,19783,0,7068,35808,12832,44405,8123,1181,3036,3770,0,305,0,233883427,460.8,40536664,42.0,460.8,60.5
|
| 1238 |
2014-08-21,394280,1499,196076,21257,38888,18754,0,7443,35164,13340,44580,9179,1116,3065,3594,0,325,0,233419185,443.6,39246587,44.6,443.6,22.7
|
| 1239 |
+
2014-08-22,380583,1520,190255,22187,41293,17551,0,5632,33408,12643,41894,6686,1017,2574,3590,0,333,0,216226930,398.5,37002370,12.2,398.5,54.5
|
| 1240 |
2014-08-23,258402,1115,141343,12322,18709,9426,0,2193,23119,9619,30680,4396,808,1940,2522,0,210,0,144557306,255.3,29063054,7.0,255.3,0.0
|
| 1241 |
2014-08-24,291100,854,150855,14547,22754,9980,0,1963,27730,10548,34281,11962,863,1650,2885,0,228,0,154269917,302.8,27488254,26.5,302.8,0.0
|
| 1242 |
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
|