tamnd commited on
Commit
377bc59
·
1 Parent(s): 612bb2b

Add 2011-03-17 — 42.6K events, 11 files

Browse files
README.md CHANGED
@@ -71,27 +71,27 @@ 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** — 66,393 events in 441 blocks
75
 
76
  ```
77
- 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
78
- 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
- 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 14
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
90
- 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 21
91
- 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 37
92
- 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 69
93
- 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 70
94
- 17:00 ██████████████████████████████ 66.0K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20: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 | 11 | 437,188 | 39,744 | 83.2 MB | 45.0 MB | 1m42s | 2m49s | 4m14s |
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** — 80,069 events in 461 blocks
75
 
76
  ```
77
+ 00:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
78
+ 01:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 13
79
  02:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 11
80
  03:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
81
  04:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 15
82
  05:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 12
83
  06:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 8
84
+ 07:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
85
  08:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 5
86
  09:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 16
87
  10:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 23
88
  11:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 29
89
  12:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 17
90
+ 13:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 22
91
+ 14:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 42
92
+ 15:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 72
93
+ 16:00 █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 74
94
+ 17:00 ██████████████████████████████ 79.7K
95
  18:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
96
  19:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
97
  20:00 ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0
 
136
 
137
  | Year | Days | Events | Avg/Day | Raw Input | Parquet Output | Download | Process | Upload |
138
  |------|-----:|-------:|--------:|----------:|---------------:|---------:|--------:|-------:|
139
+ | 2011 | 11 | 437,188 | 39,744 | 83.2 MB | 45.0 MB | 1m42s | 2m49s | 4m43s |
140
 
141
 
142
  ### Pushes per year
data/commit_comments/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02087447042bd6d437b5f29c92548e582a446e7f11367596612c4ba454639590
3
+ size 35579
data/creates/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a216cc305ca34555e8f562fa625be5b49dc29c3647e9b6892336e0885b3c1fb2
3
+ size 146744
data/deletes/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bdb154deb564dabcac19f1d1e1090f095e8c2614112e79ee529b0b6161258a1
3
+ size 19689
data/forks/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f839d50704ce1fb9509d978c82a74c346062c73a9dd61a43fc36566f747a51
3
+ size 58622
data/issues/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c85a2d3f80f7772efc8e5f201d693b5e424594c18343d47c7cfcf559f83398
3
+ size 67230
data/members/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280bc45ce2b6468eabfc76ecc407541fc9a2c20ca8183b851905a6d076474d24
3
+ size 15445
data/public_events/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c81163d7c9d56f8e8b6054f7f1bbfe90f7d7ad6dd07e856f64cc75e62010b2
3
+ size 4477
data/pull_requests/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd66898ece7ed897224170965b2af2759b9ebaf09452d45f2cafef4f43d1bcd
3
+ size 70492
data/pushes/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f13378f5013ba64d0bf1bcc0edc3e0e2ef9612920e255f7e84323743d7b7dfb6
3
+ size 3945496
data/stars/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee46c13294a88c17d155faf2af537736423b60d654937f6d5e76f877f1135bb1
3
+ size 144991
data/wiki_pages/2011/03/17.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7279d5a83a4046ad4a26bbfd9b2d7a673e15681c2e52d57cee590d0e069d22b3
3
+ size 92026
stats.csv CHANGED
@@ -8,5 +8,5 @@ date,total_events,parse_errors,pushes,issues,issue_comments,pull_requests,pr_rev
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
10
  2011-03-15,43846,0,25083,2129,0,1210,0,0,5138,1338,6071,631,0,635,1209,361,41,0,9179384,20.4,5008987,7.0,20.4,33.9
11
- 2011-03-16,46238,0,27180,1912,0,1222,0,0,4929,1326,6205,1100,0,701,1256,354,53,0,9255120,19.4,4954947,6.6,19.4,0.0
12
  2011-03-17,42576,0,24301,1820,0,1135,0,0,4887,1451,6153,549,0,709,1195,323,53,0,8730534,19.9,4600791,6.1,19.9,0.0
 
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
10
  2011-03-15,43846,0,25083,2129,0,1210,0,0,5138,1338,6071,631,0,635,1209,361,41,0,9179384,20.4,5008987,7.0,20.4,33.9
11
+ 2011-03-16,46238,0,27180,1912,0,1222,0,0,4929,1326,6205,1100,0,701,1256,354,53,0,9255120,19.4,4954947,6.6,19.4,28.7
12
  2011-03-17,42576,0,24301,1820,0,1135,0,0,4887,1451,6153,549,0,709,1195,323,53,0,8730534,19.9,4600791,6.1,19.9,0.0