Skip to content

Releases: tidwall/tile38

1.12.0

13 Apr 00:32
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

Changed

  • 11b42c0: Updated help menu and show more options

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.12.0/tile38-1.12.0-darwin-amd64.zip -o tile38-1.12.0-darwin-amd64.zip
unzip tile38-1.12.0-darwin-amd64.zip
cd tile38-1.12.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.12.0/tile38-1.12.0-linux-amd64.tar.gz -o tile38-1.12.0-linux-amd64.tar.gz
tar xzvf tile38-1.12.0-linux-amd64.tar.gz
cd tile38-1.12.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.12.0/tile38-1.12.0-freebsd-amd64.tar.gz -o tile38-1.12.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.12.0-freebsd-amd64.tar.gz
cd tile38-1.12.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.11.1

16 Mar 16:35
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

  • #272: Preserve Docker image tag history (@gechr)
  • 9428b84: Added cpu and threads to SERVER stats

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.1/tile38-1.11.1-darwin-amd64.zip -o tile38-1.11.1-darwin-amd64.zip
unzip tile38-1.11.1-darwin-amd64.zip
cd tile38-1.11.1-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.1/tile38-1.11.1-linux-amd64.tar.gz -o tile38-1.11.1-linux-amd64.tar.gz
tar xzvf tile38-1.11.1-linux-amd64.tar.gz
cd tile38-1.11.1-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.1/tile38-1.11.1-freebsd-amd64.tar.gz -o tile38-1.11.1-freebsd-amd64.tar.gz
tar xzvf tile38-1.11.1-freebsd-amd64.tar.gz
cd tile38-1.11.1-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.11.0

05 Mar 18:24
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

  • #221: Add WHEREEVAL clause to scan/search commands (@rshura)

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.0/tile38-1.11.0-darwin-amd64.zip -o tile38-1.11.0-darwin-amd64.zip
unzip tile38-1.11.0-darwin-amd64.zip
cd tile38-1.11.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.0/tile38-1.11.0-linux-amd64.tar.gz -o tile38-1.11.0-linux-amd64.tar.gz
tar xzvf tile38-1.11.0-linux-amd64.tar.gz
cd tile38-1.11.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.11.0/tile38-1.11.0-freebsd-amd64.tar.gz -o tile38-1.11.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.11.0-freebsd-amd64.tar.gz
cd tile38-1.11.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.10.1

18 Jan 04:11
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Fixed

  • #244: Fix issue with points not being detected inside MultiPolygons (@fazlul3003)
  • #245: Precalculate and store bboxes for complex objects (@huangpeizhi)
  • #246: Fix server crash when receiving zero arg commands (@behrad)

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.1/tile38-1.10.1-darwin-amd64.zip -o tile38-1.10.1-darwin-amd64.zip
unzip tile38-1.10.1-darwin-amd64.zip
cd tile38-1.10.1-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.1/tile38-1.10.1-linux-amd64.tar.gz -o tile38-1.10.1-linux-amd64.tar.gz
tar xzvf tile38-1.10.1-linux-amd64.tar.gz
cd tile38-1.10.1-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.1/tile38-1.10.1-freebsd-amd64.tar.gz -o tile38-1.10.1-freebsd-amd64.tar.gz
tar xzvf tile38-1.10.1-freebsd-amd64.tar.gz
cd tile38-1.10.1-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.10.0

18 Dec 17:17
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.0/tile38-1.10.0-darwin-amd64.zip -o tile38-1.10.0-darwin-amd64.zip
unzip tile38-1.10.0-darwin-amd64.zip
cd tile38-1.10.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.0/tile38-1.10.0-linux-amd64.tar.gz -o tile38-1.10.0-linux-amd64.tar.gz
tar xzvf tile38-1.10.0-linux-amd64.tar.gz
cd tile38-1.10.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.10.0/tile38-1.10.0-freebsd-amd64.tar.gz -o tile38-1.10.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.10.0-freebsd-amd64.tar.gz
cd tile38-1.10.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.9.1

16 Aug 17:07
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.1/tile38-1.9.1-darwin-amd64.zip -o tile38-1.9.1-darwin-amd64.zip
unzip tile38-1.9.1-darwin-amd64.zip
cd tile38-1.9.1-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.1/tile38-1.9.1-linux-amd64.tar.gz -o tile38-1.9.1-linux-amd64.tar.gz
tar xzvf tile38-1.9.1-linux-amd64.tar.gz
cd tile38-1.9.1-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.1/tile38-1.9.1-freebsd-amd64.tar.gz -o tile38-1.9.1-freebsd-amd64.tar.gz
tar xzvf tile38-1.9.1-freebsd-amd64.tar.gz
cd tile38-1.9.1-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.9.0

13 Apr 14:18
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

Fixed

  • #b1c76d: tile38-cli auto doesn't auto reconnect
  • #156: Use redis-style TTL implementation (@Lars-Meijer, @m1ome)
  • #150: Live "inside" fence event not triggering for new object (@phulst)

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.0/tile38-k-darwin-amd64.zip -o tile38-1.9.0-darwin-amd64.zip
unzip tile38-1.9.0-darwin-amd64.zip
cd tile38-1.9.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.0/tile38-1.9.0-linux-amd64.tar.gz -o tile38-1.9.0-linux-amd64.tar.gz
tar xzvf tile38-1.9.0-linux-amd64.tar.gz
cd tile38-1.9.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.9.0/tile38-1.9.0-freebsd-amd64.tar.gz -o tile38-1.9.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.9.0-freebsd-amd64.tar.gz
cd tile38-1.9.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.8.0

21 Feb 18:07
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.8.0/tile38-k-darwin-amd64.zip -o tile38-1.8.0-darwin-amd64.zip
unzip tile38-1.8.0-darwin-amd64.zip
cd tile38-1.8.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.8.0/tile38-1.8.0-linux-amd64.tar.gz -o tile38-1.8.0-linux-amd64.tar.gz
tar xzvf tile38-1.8.0-linux-amd64.tar.gz
cd tile38-1.8.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.8.0/tile38-1.8.0-freebsd-amd64.tar.gz -o tile38-1.8.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.8.0-freebsd-amd64.tar.gz
cd tile38-1.8.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.7.5

13 Jan 17:29
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

  • Performance bump for all SET commands, ~10% faster
  • Lower memory footprint for large datasets
  • #112: Added distance to NEARBY command (@m1ome, @auselen)
  • #123: Redis endpoint for webhooks (@m1ome)
  • #128: Allow disabling HTTP & WebSocket transport (@m1ome)

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.5/tile38-k-darwin-amd64.zip -o tile38-1.7.5-darwin-amd64.zip
unzip tile38-1.7.5-darwin-amd64.zip
cd tile38-1.7.5-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.5/tile38-1.7.5-linux-amd64.tar.gz -o tile38-1.7.5-linux-amd64.tar.gz
tar xzvf tile38-1.7.5-linux-amd64.tar.gz
cd tile38-1.7.5-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.5/tile38-1.7.5-freebsd-amd64.tar.gz -o tile38-1.7.5-freebsd-amd64.tar.gz
tar xzvf tile38-1.7.5-freebsd-amd64.tar.gz
cd tile38-1.7.5-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck

1.7.0

29 Dec 19:07
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory 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.

You can find detailed documentation in the README.

Nearby Within Intersects Geofencing Roaming Geofences

Change Log

Added

  • #104: PDEL command - Selete objects that match a pattern (@GameFreedom)
  • #99: COMMAND keyword for masking geofences by command type (@amorskoy)
  • #96: SCAN keyword for roaming geofences
  • JSET, JGET, JDEL commands

Fixed

Getting Started

OS X

To get started on OSX run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.0/tile38-k-darwin-amd64.zip -o tile38-1.7.0-darwin-amd64.zip
unzip tile38-1.7.0-darwin-amd64.zip
cd tile38-1.7.0-darwin-amd64
./tile38-server

Linux

To get started on Linux run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.0/tile38-1.7.0-linux-amd64.tar.gz -o tile38-1.7.0-linux-amd64.tar.gz
tar xzvf tile38-1.7.0-linux-amd64.tar.gz
cd tile38-1.7.0-linux-amd64
./tile38-server

FreeBSD

To get started on FreeBSD run the following in a terminal:

curl -L  https://github.com/tidwall/tile38/releases/download/1.7.0/tile38-1.7.0-freebsd-amd64.tar.gz -o tile38-1.7.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.7.0-freebsd-amd64.tar.gz
cd tile38-1.7.0-freebsd-amd64
./tile38-server

Playing with Tile38

Open another terminal:

./tile38-cli set fleet truck point 33.5 -115.5
./tile38-cli get fleet truck