bikesharecharts icon indicating copy to clipboard operation
bikesharecharts copied to clipboard

Automate the running of the collector

Open tmcw opened this issue 2 years ago • 0 comments

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.

tmcw avatar Jul 16 '23 15:07 tmcw