stadiamaps / pmtiles-rs

Rust implementation of PMTiles
Apache License 2.0
52 stars 8 forks source link

Consider migrating to object_store for all access #42

Open nyurik opened 2 weeks ago

nyurik commented 2 weeks ago

It seems the object_store crate can handle a lot of the use cases for us - reading local and remote storage - all major cloud providers plus all regular HTTP, plus supports cache invalidation (including etag). We may want to just migrate to this instead of having our own backend support?

lseelenbinder commented 1 week ago

That looks like a really fascinating approach @nyurik! I'm not opposed at all. We can definitely test it immediately as another backend.