tamnd commited on
Commit
ea5516e
·
verified ·
1 Parent(s): 93d6280

Add 2012-05-25 — 109.9K events, 11 files

Browse files
README.md CHANGED
@@ -71,25 +71,25 @@ 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,642,576 events in 10771 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
80
- 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 255
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 250
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 385
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 463
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 605
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 838
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
@@ -97,7 +97,7 @@ Events from today are captured in near-real-time from the GitHub Events API and
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
- 23:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 33.3K
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 | 109 | 11,246,222 | 103,176 | 2.9 GB | 1.1 GB | 49m08s | 1h09m | 1h01m |
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,644,627 events in 10783 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 336
78
  01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 330
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 275
80
+ 03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 257
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 229
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 251
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 193
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 219
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 259
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 329
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 299
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 372
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 386
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 464
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 532
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 606
93
  16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 838
94
  17:00 ███████████░░░░░░░░░░░░░░░░░░░ 120.9K
95
  18:00 ██████████████████████████████ 323.8K
 
97
  20:00 ████████████████████████████░░ 304.6K
98
  21:00 ████████████████████████░░░░░░ 263.9K
99
  22:00 █████████████████████████░░░░░ 273.2K
100
+ 23:00 ███░░░░░░░░░░░░░░░░░░░░░░░░░░░ 35.4K
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 | 109 | 11,246,222 | 103,176 | 2.9 GB | 1.1 GB | 49m08s | 1h09m | 1h02m |
142
 
143
 
144
  ### Pushes per year
data/commit_comments/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86f44a45bca22d0de35e61a47b257560db1790381264ba0d515f575b5c6355b
3
+ size 39145
data/creates/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40b3e130b8714ff689ef192784cf01143ede49954cf2eda4de8a32f4a4b278cf
3
+ size 376161
data/deletes/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f619525e3b7dc49b37a4cb8d60b9867c43a368d60c883e91e116a4afb3ae425c
3
+ size 17829
data/forks/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56bd4119c3592068394a350125e3e7f060004ab57986cce91ce80e2f8d1a3762
3
+ size 82268
data/issue_comments/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19c6b32a88670fa2db1c701cb57fba6fc5629006287e043623fd9504de2b6d6
3
+ size 146507
data/issues/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88a0cf436bb621d227333f69971863b2b4b1bf58c89a7c15d1f6bb279cbc6fc0
3
+ size 103776
data/public_events/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8956cdae64b975a970f9d237b86d3d18ac29a3ece3bd2d3bab8e344c2b2abc78
3
+ size 4336
data/pull_requests/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba762160b8a0b67f84e17330ad8c00a4317a2fd4cf93ebe960ed3e96d18910aa
3
+ size 594317
data/pushes/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71bae4ddb9cb5363351eb7654d5e049ae664e510fb6b99cec9ecd79f360f8c2f
3
+ size 7839560
data/stars/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b24d8b1f92cfd0f87d2201f8d75bc6b5cba1950ab87c71dbc7ea5c40562a06a
3
+ size 181134
data/wiki_pages/2012/05/25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5325d4c757c32b92c03cbd310befa236eee091805c04b286b9092702f2887ab
3
+ size 137218
stats.csv CHANGED
@@ -349,5 +349,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
349
  2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,28.0
350
  2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,26.9
351
  2012-05-23,129523,515,61443,7209,12627,4397,0,1082,13063,4569,19987,716,0,1461,2326,0,128,0,35572597,65.3,11820992,22.2,65.3,32.9
352
- 2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,0.0
353
  2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,0.0
 
349
  2012-05-21,120117,533,58896,5597,9509,3901,0,880,13420,4241,18513,750,0,1586,2185,0,106,0,34016500,43.6,11344744,21.5,43.6,28.0
350
  2012-05-22,128485,514,61638,5960,10362,4499,0,1141,14014,4490,20888,807,0,1733,2320,0,119,0,36099937,41.9,11951472,25.7,41.9,26.9
351
  2012-05-23,129523,515,61443,7209,12627,4397,0,1082,13063,4569,19987,716,0,1461,2326,0,128,0,35572597,65.3,11820992,22.2,65.3,32.9
352
+ 2012-05-24,130083,494,58935,7708,15693,4115,0,1020,13431,4668,19334,895,0,1537,2143,0,110,0,34463535,64.6,11313046,22.2,64.6,39.5
353
  2012-05-25,109856,497,53283,5600,8729,3327,0,833,11651,3976,17999,607,0,1282,1996,0,76,0,29503072,55.4,9522251,30.0,55.4,0.0