tile38

In-memory geolocation data store with spatial indexing and realtime geofencing.

brewmacoslinux
Try with needOr install directly
Source

About

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

Commands

tile38-clitile38-server

Examples

start a geolocation server and store location data$ tile38-server
connect to tile38 and run commands interactively$ tile38-cli
set a location point and query nearby locations$ tile38-cli SET cities sanfrancisco POINT 37.7749 -122.4194
find all locations within a geographic radius$ tile38-cli NEARBY cities POINT 37.7749 -122.4194 10000
create geofences that trigger alerts when users enter areas$ tile38-cli GEOFENCE cities ROAM users 5000