Approaches to storing geospatial data in Redis

前端 未结 2 1554
花落未央
花落未央 2021-02-14 23:12

I\'ve got a MySQL table consisting of roughly 1 million latitudes and longitudes with a primary key value for each row.

I\'d like to migrate this table into Redis either

2条回答
  •  独厮守ぢ
    2021-02-15 00:01

    Another project you maybe want to have a look into is Tile38.

    Tile38 is a geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.

    Querying in particular seems really nice to use. For example you can set fences which trigger webhooks.

    I don't know about migrating data though.

提交回复
热议问题