workers-sdk
workers-sdk copied to clipboard
Add support for GeoSpatial queries in Cloudflare D1 (e.g. R*tree or Geopoly)
Describe the solution
Having a GeoSpatial plugin for Cloudflare D1 would fill a quite significant capability gap vs a cloud-hosted PostgreSQL or even SQLite database.
It would also allow customers using GeoSpatial features to migrate workflows from other providers to Cloudflare D1.
Running GeoSpatial queries "on the edge" using D1 will always be more efficient and offer less latency than trying to do it through a centralised database from another managed database provider.
There are existing GeoSpatial extensions for SQLite such as R*tree and Geopoly Extension would could be enabled.
updated ?