tile38

In-memory geolocation data store with spatial indexing

brewmacoslinux
Try with needOr install directly
Source

About

In-memory geolocation data store, spatial index, and realtime geofence

Commands

tile38-servertile38-cli

Examples

Start the Tile38 server on default port 9851$ tile38-server
Connect to Tile38 server via CLI and set a geolocation point$ tile38-cli SET cities nyc POINT 40.7128 -74.0060
Query for objects within a geofence radius$ tile38-cli NEARBY cities POINT 40.7128 -74.0060 10000