tamnd commited on
Commit
afd8bc8
·
verified ·
1 Parent(s): 4accfdb

Add 2012-05-16 — 114.7K events, 11 files

Browse files
README.md CHANGED
@@ -71,33 +71,33 @@ 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** — 1,624,955 events in 10649 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 334
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 246
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 215
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 325
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 296
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 460
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 528
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 599
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 833
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
- 23:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15.8K
101
  ```
102
 
103
 
@@ -138,7 +138,7 @@ duckdb.sql("""
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
- | 2012 | 101 | 10,371,583 | 102,688 | 2.7 GB | 1.1 GB | 46m04s | 1h03m | 57m01s |
142
 
143
 
144
  ### 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** — 1,626,983 events in 10663 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 335
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 324
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 271
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 252
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 227
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 247
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 216
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 258
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 326
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 297
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 369
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 384
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 460
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 529
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 600
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 834
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
96
  19:00 █████████████████████████████░ 316.5K
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17.8K
101
  ```
102
 
103
 
 
138
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
139
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
140
  | 2011 | 243 | 14,096,144 | 58,008 | 2.7 GB | 1.4 GB | 1h06m | 50m30s | 1h55m |
141
+ | 2012 | 101 | 10,371,583 | 102,688 | 2.7 GB | 1.1 GB | 46m04s | 1h03m | 57m41s |
142
 
143
 
144
  ### Pushes per year
data/commit_comments/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:056d97e80610f853a85606ac9acfdf583685d573d93e76f8bb929045222e1aa3
3
+ size 46252
data/creates/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bcb90c759590eb688594bf2eed2136db72007b51cd0678680b097d91b5509dd
3
+ size 392298
data/deletes/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f7a0ae7a34cbbb0e01093a34a10ba92c651efd8562f94b1a391ac5ab40186c
3
+ size 19920
data/forks/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310b9e840bd597f0dc507f32bd6feb379dbd50836b3e0cf6c78c656e214bffb7
3
+ size 87002
data/issue_comments/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16616f302bf5258012353096dffb05827fca0d4116ec5d086d0597419eedd2a2
3
+ size 170976
data/issues/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1cca8172aeebdd344b06def96404e8bf8ef897844908b138eb7a82ce034d15
3
+ size 116137
data/public_events/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2478a9e8439857728c8e056393218993282c561a6e2cec818a96a70f521addf0
3
+ size 4688
data/pull_requests/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:331e83b92bd2db2b2d8d5005fe4918b8509a7653f6bc08257a2df6e70b0c4600
3
+ size 620297
data/pushes/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01d10ce54d7ec05373aa82ac9b0549797942204d7b5a04708cef5f0d23e7dc29
3
+ size 8768183
data/stars/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a3214186d60485df18262815dd36635f35533867c538c66f8214d7e565d6ec9
3
+ size 192884
data/wiki_pages/2012/05/16.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78701f3fea5ea9da663b243eeb543a3ec30d358d6d1981245c3e7b32fd1e3470
3
+ size 129000
stats.csv CHANGED
@@ -340,6 +340,6 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
340
  2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
341
  2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,29.7
342
  2012-05-14,121589,508,59052,6130,10446,3937,0,722,13612,4405,18326,655,0,1447,2215,0,134,0,34402112,73.1,11698613,45.3,73.1,27.4
343
- 2012-05-15,118129,536,58633,6259,9745,4083,0,800,12341,4073,17429,720,0,1395,1971,0,144,0,33392408,68.6,11042207,34.5,68.6,0.0
344
  2012-05-16,114746,495,56519,5700,9342,3758,0,776,12402,4021,17378,705,0,1580,1960,0,110,0,32255086,67.3,10547637,22.5,67.3,0.0
345
  2012-05-17,110139,453,54343,5156,8252,3492,0,681,12448,4151,16809,640,0,1356,2255,0,103,0,30675299,64.8,10295525,23.6,64.8,0.0
 
340
  2012-05-12,80535,302,38632,3948,5828,2089,0,366,9329,3277,14122,378,0,844,1352,0,68,0,21193724,42.6,7102591,27.0,42.6,38.1
341
  2012-05-13,85026,288,42227,3582,5678,2217,0,450,9985,3092,14804,417,0,796,1412,0,78,0,22698241,45.8,7652306,20.3,45.8,29.7
342
  2012-05-14,121589,508,59052,6130,10446,3937,0,722,13612,4405,18326,655,0,1447,2215,0,134,0,34402112,73.1,11698613,45.3,73.1,27.4
343
+ 2012-05-15,118129,536,58633,6259,9745,4083,0,800,12341,4073,17429,720,0,1395,1971,0,144,0,33392408,68.6,11042207,34.5,68.6,40.0
344
  2012-05-16,114746,495,56519,5700,9342,3758,0,776,12402,4021,17378,705,0,1580,1960,0,110,0,32255086,67.3,10547637,22.5,67.3,0.0
345
  2012-05-17,110139,453,54343,5156,8252,3492,0,681,12448,4151,16809,640,0,1356,2255,0,103,0,30675299,64.8,10295525,23.6,64.8,0.0