tamnd commited on
Commit
1090104
·
1 Parent(s): 6cf5720

Add 2011-06-12 — 31.9K events, 11 files

Browse files
README.md CHANGED
@@ -71,29 +71,29 @@ 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-27** — 445,018 events in 2611 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 86
79
- 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 63
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 54
81
- 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 67
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 84
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 86
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 115
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 136
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 186
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 256
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
- 19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
@@ -136,7 +136,7 @@ duckdb.sql("""
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
- | 2011 | 74 | 3,224,195 | 43,570 | 597.6 MB | 314.9 MB | 10m50s | 14m32s | 28m43s |
140
 
141
 
142
  ### 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-27** — 454,687 events in 2625 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 78
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 87
79
+ 02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 64
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 54
81
+ 04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 68
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 51
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 48
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 59
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 65
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 97
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 85
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 86
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 116
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 137
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 188
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 364
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.4K
95
  18:00 ██████████████████████████████ 322.8K
96
+ 19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9.6K
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
98
  21:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
99
  22:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 74 | 3,224,195 | 43,570 | 597.6 MB | 314.9 MB | 10m50s | 14m32s | 29m10s |
140
 
141
 
142
  ### Pushes per year
data/commit_comments/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:965a04efbc86a8b2636b846b7ec1a7f2bfe164083c98d9db97366e0f6276c151
3
+ size 24921
data/creates/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a1b534c1833fbb3973c8f09aee899fa119139d6ef173da13ee50ac6e105a0a
3
+ size 179451
data/deletes/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f28185c80e514fbd24a5be80054afaa7e4a104087e32b0cb79132e94434ca1aa
3
+ size 14120
data/forks/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c5c8419e43c82d8236c858f86d82d56b60fbb88ae149cc2ca2bf27e06ea12f1
3
+ size 53419
data/issues/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebada4922bfec0c5bac77dc95b41d5326724e4c3da4d7bbdfb41b97504815206
3
+ size 57549
data/members/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8341d743ff78e0a0dfacdb0c17e0153d0b4a720799e2e7ac5866156482e04655
3
+ size 11024
data/public_events/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7c0bac67ce760b3977b4d17d8634cb4ddfdd269f8adad32ab3cea1ba4569bc2
3
+ size 3557
data/pull_requests/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccf2c705156d5c73b8f173fa3e53f40cc069c6ad530e4010784596a1a4e0833
3
+ size 55305
data/pushes/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72c8c7cea286f21128fb3508901a0e6f85f9b2d7ab5a60e353f3d18eff2b95c
3
+ size 2791458
data/stars/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfb6c23f87c932a17c24aeebcb2a92517fb0caff1832d28933939c35c523670
3
+ size 113539
data/wiki_pages/2011/06/12.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9647dfd1e9af078495255c6cdc2a9c8523440eb5409b196a268a52a1da5138e5
3
+ size 61750
stats.csv CHANGED
@@ -71,5 +71,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
71
  2011-05-27,45103,0,23124,2689,3313,1261,0,0,4982,1401,5750,702,0,747,810,282,42,0,8338869,7.0,4651777,7.6,7.0,23.9
72
  2011-06-09,48852,0,25981,2589,3611,1575,0,0,5062,1534,5982,524,0,727,919,299,49,0,9373953,16.5,5178352,18.9,16.5,29.0
73
  2011-06-10,50921,0,26012,2966,4227,1304,0,0,5611,1512,6202,746,0,754,1237,300,50,0,9361541,17.9,5092576,12.3,17.9,38.2
74
- 2011-06-11,43145,0,17715,6018,6135,922,0,0,3751,1017,5516,441,0,476,930,199,25,0,6440162,14.7,3730549,9.4,14.7,0.0
75
  2011-06-12,31880,0,16876,1542,1965,770,0,0,3758,935,4374,298,0,390,762,185,25,0,5827286,12.8,3366093,10.9,12.8,0.0
 
71
  2011-05-27,45103,0,23124,2689,3313,1261,0,0,4982,1401,5750,702,0,747,810,282,42,0,8338869,7.0,4651777,7.6,7.0,23.9
72
  2011-06-09,48852,0,25981,2589,3611,1575,0,0,5062,1534,5982,524,0,727,919,299,49,0,9373953,16.5,5178352,18.9,16.5,29.0
73
  2011-06-10,50921,0,26012,2966,4227,1304,0,0,5611,1512,6202,746,0,754,1237,300,50,0,9361541,17.9,5092576,12.3,17.9,38.2
74
+ 2011-06-11,43145,0,17715,6018,6135,922,0,0,3751,1017,5516,441,0,476,930,199,25,0,6440162,14.7,3730549,9.4,14.7,27.3
75
  2011-06-12,31880,0,16876,1542,1965,770,0,0,3758,935,4374,298,0,390,762,185,25,0,5827286,12.8,3366093,10.9,12.8,0.0