(no title)
Humphrey | 2 months ago
I’ve used it in production to self-host Australia-only maps on S3. We generated a single ~900 MB PMTiles file from OpenStreetMap (Australia only, up to Z14) and uploaded it to S3. Clients then fetch just the required byte ranges for each vector tile via HTTP range requests.
It’s fast, scales well, and bandwidth costs are negligible because clients only download the exact data they need.
simonw|2 months ago
Humphrey|2 months ago
hyperbolablabla|2 months ago
nextaccountic|2 months ago
I want something like a db with indexes
jtbaker|2 months ago
LanceDB has a similar mechanism for operating on remote vector embeddings/text search.
It’s a fun time to be a dev in this space!