bikesharecharts
                                
                                
                                
                                    bikesharecharts copied to clipboard
                            
                            
                            
                        Automate the running of the collector
Right now I run the Rust-based collector locally on my computer to update the site, and I download all of the latest data from R2 each time.
This should be automated, and this should probably also include some idea of how this data should be segmented. Maybe the collector should create a file per day? Maybe per week?
Cloudflare Workers supports running Rust via WASM, which is an option but I am wary of saying it'll "just work" - I expect that won't work out of the box. But something to try out.