tamnd commited on
Commit
e498f4b
·
1 Parent(s): ccd6d65

Add 2011-03-03 — 0 events, 11 files

Browse files
README.md CHANGED
@@ -71,26 +71,26 @@ 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** — 35,329 events in 235 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
82
- 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7
83
- 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
85
- 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 3
86
- 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
87
- 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
88
- 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 20
89
- 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 9
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 38
94
  17:00 ██████████████████████████████ 35.1K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19: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 | 8 | 304,528 | 38,066 | 57.3 MB | 31.1 MB | 1m22s | 1m49s | 3m22s |
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** — 35,355 events in 251 blocks
75
 
76
  ```
77
  00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 7
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
82
+ 05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
83
+ 06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
84
  07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
85
+ 08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 4
86
+ 09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10
87
+ 10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
88
+ 11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
89
+ 12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 10
90
  13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
91
  14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 27
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 42
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 39
94
  17:00 ██████████████████████████████ 35.1K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 8 | 304,528 | 38,066 | 57.3 MB | 31.1 MB | 1m22s | 1m49s | 3m41s |
140
 
141
 
142
  ### Pushes per year
data/commit_comments/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21c48cb71f6e4165fc13ad45b5e90773a2e99677235bf080454e2e262ebfabae
3
+ size 26979
data/creates/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cb923126956b95d9babd33830c80d39feb2bae285c0dc41f0016980ec7aa9e1
3
+ size 142409
data/deletes/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177bcbcecc1085cb1f74f15007583350a39107d9a90301c55ca4d4778664feeb
3
+ size 17940
data/forks/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:073c5c62babf6bd6682b28179e4cecbe5e534e5bc18d34520faaaeeca876bdbf
3
+ size 53790
data/issues/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215ff7c4bd6503d6d7c8853667bd1eb64e74a098b0a96f9a04d994ffec44e09a
3
+ size 67333
data/members/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3fe56824b0e48249a5c71cad2232f2bba500d00be5fa61ccc09d464c7e825e
3
+ size 14455
data/public_events/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ba9105356a340e06741f6abd3d587cca5400381f8fb214505908488367f702
3
+ size 4360
data/pull_requests/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38dea68b08029f37faf75d08ddce8deb7dc0bb129fbf8bff2f74b1901e23ab92
3
+ size 68499
data/pushes/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe4dd8b34676a309aa601e31edc72176eaa3cbcc84ffc693360c1c2f1111b89d
3
+ size 3977396
data/stars/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bfe090483070cc7b2159517fbc1de0b83b658ab09fb8f6703d432c84404d381
3
+ size 142614
data/wiki_pages/2011/03/03.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ced8036a75101bf5a323a0cf199b1e093e29c6d24ea693caeecad5f1ddae0ac
3
+ size 65006
stats.csv CHANGED
@@ -6,4 +6,4 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
6
  2011-02-27,32055,0,18497,1558,0,785,0,0,3183,816,5371,486,0,353,820,163,23,0,6236724,9.0,3343708,1.6,9.0,38.0
7
  2011-02-28,38700,0,22030,2051,0,1013,0,0,4299,1093,5703,492,0,597,1027,347,48,0,7907379,14.5,4195639,10.9,14.5,29.9
8
  2011-03-01,41792,0,23558,1759,0,1112,0,0,4951,1278,6119,579,0,679,1378,332,47,0,8536051,18.0,4636711,13.2,18.0,25.3
9
- 2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,0.0
 
6
  2011-02-27,32055,0,18497,1558,0,785,0,0,3183,816,5371,486,0,353,820,163,23,0,6236724,9.0,3343708,1.6,9.0,38.0
7
  2011-02-28,38700,0,22030,2051,0,1013,0,0,4299,1093,5703,492,0,597,1027,347,48,0,7907379,14.5,4195639,10.9,14.5,29.9
8
  2011-03-01,41792,0,23558,1759,0,1112,0,0,4951,1278,6119,579,0,679,1378,332,47,0,8536051,18.0,4636711,13.2,18.0,25.3
9
+ 2011-03-02,42448,0,23318,1919,0,1012,0,0,4939,1442,6819,695,0,588,1293,369,54,0,8555832,17.2,4683584,10.8,17.2,19.0