Add 2013-09-17 — 243.2K events, 11 files
Browse files- README.md +4 -4
- data/commit_comments/2013/09/17.parquet +3 -0
- data/creates/2013/09/17.parquet +3 -0
- data/deletes/2013/09/17.parquet +3 -0
- data/forks/2013/09/17.parquet +3 -0
- data/issue_comments/2013/09/17.parquet +3 -0
- data/issues/2013/09/17.parquet +3 -0
- data/public_events/2013/09/17.parquet +3 -0
- data/pull_requests/2013/09/17.parquet +3 -0
- data/pushes/2013/09/17.parquet +3 -0
- data/stars/2013/09/17.parquet +3 -0
- data/wiki_pages/2013/09/17.parquet +3 -0
- stats.csv +1 -1
README.md
CHANGED
|
@@ -71,14 +71,14 @@ 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** — 1,
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
| 78 |
01:00 █████████████████████████████░ 272.8K
|
| 79 |
02:00 █████████████████████████████░ 271.6K
|
| 80 |
03:00 █████████████████████████████░ 273.6K
|
| 81 |
-
04:00 ██████████████████████████████
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
@@ -103,7 +103,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
-
| 2026-03-28 | 1,
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
@@ -145,7 +145,7 @@ duckdb.sql("""
|
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
-
| 2013 | 245 | 49,437,743 | 201,786 | 15.1 GB | 4.7 GB | 2h28m | 6h47m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
|
|
|
| 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** — 1,332,958 events in 3499 blocks
|
| 75 |
|
| 76 |
```
|
| 77 |
00:00 █████████████████████████░░░░░ 235.4K
|
| 78 |
01:00 █████████████████████████████░ 272.8K
|
| 79 |
02:00 █████████████████████████████░ 271.6K
|
| 80 |
03:00 █████████████████████████████░ 273.6K
|
| 81 |
+
04:00 ██████████████████████████████ 279.5K
|
| 82 |
05:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 83 |
06:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
| 84 |
07:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
|
|
|
|
| 103 |
| Date | Events | Blocks |
|
| 104 |
|------|-------:|-------:|
|
| 105 |
| 2026-03-27 | 1,840,836 | 12165 |
|
| 106 |
+
| 2026-03-28 | 1,332,958 | 3499 |
|
| 107 |
|
| 108 |
|
| 109 |
### Live event schema
|
|
|
|
| 145 |
|------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
|
| 146 |
| 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
|
| 147 |
| 2012 | 291 | 34,256,841 | 117,721 | 9.2 GB | 3.2 GB | 2h14m | 3h16m | 2h50m |
|
| 148 |
+
| 2013 | 245 | 49,437,743 | 201,786 | 15.1 GB | 4.7 GB | 2h28m | 6h47m | 3h12m |
|
| 149 |
|
| 150 |
|
| 151 |
### Pushes per year
|
data/commit_comments/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1243c810c0c11a779ca1d00e7773da7b9693bdcddfd936a871518e4b81debf8c
|
| 3 |
+
size 78917
|
data/creates/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:39a9bae53046fbdaf7b992ac7f4226031a1d2dc283e6e281944016b43e9ded5f
|
| 3 |
+
size 1020154
|
data/deletes/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5efd7e65273989c73963a040f6aff220457c4c211be78af8a193550fdf21c9f
|
| 3 |
+
size 74468
|
data/forks/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e14cb768f5f660051bbb260b194abddbbe4ed612b12d58b90f3a76bf1f99d4a0
|
| 3 |
+
size 263453
|
data/issue_comments/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:62a3de267d828993dd3bab39065c7d69e204a2c3ac03772de2c65d9d944b06c4
|
| 3 |
+
size 508058
|
data/issues/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40159067bb441469f3a56818ad1a1216591c226cac87a933a5ff8dbff47e69bb
|
| 3 |
+
size 332716
|
data/public_events/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2346f1656bed7de84743aefac502aa6f50c06e1fd17ec31aeb59a52f967ee9f5
|
| 3 |
+
size 10589
|
data/pull_requests/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c49e0705e02457b402b99eeceee77464d45459da2075f79f3757e124db59de45
|
| 3 |
+
size 1877240
|
data/pushes/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0565be4ae509e64d05a3090a3809698179c3427423b50aafe191e87f84b5f6e
|
| 3 |
+
size 19692197
|
data/stars/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e5a0db67881970c92d2f2c0b820e50ec3a2f89b6051bf36c20d07d84465fc9d
|
| 3 |
+
size 519894
|
data/wiki_pages/2013/09/17.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e20327d0a4b4f5b81657a3fcfa43ad6a5b9fa8fa5102d1a2a43fdc29d42d8d48
|
| 3 |
+
size 299968
|
stats.csv
CHANGED
|
@@ -776,5 +776,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
|
|
| 776 |
2013-09-13,228401,1123,118533,12095,20740,9488,0,2740,20876,8272,25685,2288,509,2212,3644,0,196,0,76614855,130.6,23199870,33.6,130.6,102.4
|
| 777 |
2013-09-14,168490,731,85869,12649,18797,5119,0,976,14490,5847,18531,1163,312,1293,2593,0,120,0,49669642,89.8,15590326,36.5,89.8,28.6
|
| 778 |
2013-09-15,184870,618,99340,10463,14521,5701,0,1489,17632,6854,21387,1375,352,1520,3449,0,169,0,57502426,105.5,17837203,42.9,105.5,42.8
|
| 779 |
-
2013-09-16,247809,1199,124175,16694,22336,10468,0,3009,23065,9836,27820,2261,458,2167,4064,0,257,0,82487968,149.5,24569095,41.1,149.5,
|
| 780 |
2013-09-17,243221,1178,123561,14200,21255,10112,0,3073,22907,9905,27926,2156,402,2206,4062,0,278,0,81181248,142.0,24677654,39.7,142.0,0.0
|
|
|
|
| 776 |
2013-09-13,228401,1123,118533,12095,20740,9488,0,2740,20876,8272,25685,2288,509,2212,3644,0,196,0,76614855,130.6,23199870,33.6,130.6,102.4
|
| 777 |
2013-09-14,168490,731,85869,12649,18797,5119,0,976,14490,5847,18531,1163,312,1293,2593,0,120,0,49669642,89.8,15590326,36.5,89.8,28.6
|
| 778 |
2013-09-15,184870,618,99340,10463,14521,5701,0,1489,17632,6854,21387,1375,352,1520,3449,0,169,0,57502426,105.5,17837203,42.9,105.5,42.8
|
| 779 |
+
2013-09-16,247809,1199,124175,16694,22336,10468,0,3009,23065,9836,27820,2261,458,2167,4064,0,257,0,82487968,149.5,24569095,41.1,149.5,52.5
|
| 780 |
2013-09-17,243221,1178,123561,14200,21255,10112,0,3073,22907,9905,27926,2156,402,2206,4062,0,278,0,81181248,142.0,24677654,39.7,142.0,0.0
|