workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

Add support for GeoSpatial queries in Cloudflare D1 (e.g. R*tree or Geopoly)

Open johnswarbrick opened this issue 7 months ago • 1 comments

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.

johnswarbrick avatar May 21 '25 14:05 johnswarbrick

updated ?

a-eid avatar Dec 03 '25 01:12 a-eid