Skip to content

Releases: tidwall/tile38

1.17.4

09 Aug 16:54
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

  • #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)

Fixes

Changes

  • 3ae5927: Removed experimental evio option

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.17.4/tile38-1.17.4-darwin-amd64.zip -o tile38-1.17.4-darwin-amd64.zip
unzip tile38-1.17.4-darwin-amd64.zip
cd tile38-1.17.4-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.17.4/tile38-1.17.4-linux-amd64.tar.gz -o tile38-1.17.4-linux-amd64.tar.gz
tar xzvf tile38-1.17.4-linux-amd64.tar.gz
cd tile38-1.17.4-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.17.4/tile38-1.17.4-freebsd-amd64.tar.gz -o tile38-1.17.4-freebsd-amd64.tar.gz
tar xzvf tile38-1.17.4-freebsd-amd64.tar.gz
cd tile38-1.17.4-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.17.3

03 Aug 17:20
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

  • #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)

Fixes

Changes

  • 3ae5927: Removed experimental evio option

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.17.3/tile38-1.17.3-darwin-amd64.zip -o tile38-1.17.3-darwin-amd64.zip
unzip tile38-1.17.3-darwin-amd64.zip
cd tile38-1.17.3-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.17.3/tile38-1.17.3-linux-amd64.tar.gz -o tile38-1.17.3-linux-amd64.tar.gz
tar xzvf tile38-1.17.3-linux-amd64.tar.gz
cd tile38-1.17.3-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.17.3/tile38-1.17.3-freebsd-amd64.tar.gz -o tile38-1.17.3-freebsd-amd64.tar.gz
tar xzvf tile38-1.17.3-freebsd-amd64.tar.gz
cd tile38-1.17.3-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.17.2

28 Jun 17:58
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

  • #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)

Fixes

Changes

  • 3ae5927: Removed experimental evio option

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.17.2/tile38-1.17.2-darwin-amd64.zip -o tile38-1.17.2-darwin-amd64.zip
unzip tile38-1.17.2-darwin-amd64.zip
cd tile38-1.17.2-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.17.2/tile38-1.17.2-linux-amd64.tar.gz -o tile38-1.17.2-linux-amd64.tar.gz
tar xzvf tile38-1.17.2-linux-amd64.tar.gz
cd tile38-1.17.2-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.17.2/tile38-1.17.2-freebsd-amd64.tar.gz -o tile38-1.17.2-freebsd-amd64.tar.gz
tar xzvf tile38-1.17.2-freebsd-amd64.tar.gz
cd tile38-1.17.2-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.17.1

04 Jun 21:17
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

  • #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)

Fixes

Changes

  • 3ae5927: Removed experimental evio option

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.17.1/tile38-1.17.1-darwin-amd64.zip -o tile38-1.17.1-darwin-amd64.zip
unzip tile38-1.17.1-darwin-amd64.zip
cd tile38-1.17.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.17.1/tile38-1.17.1-linux-amd64.tar.gz -o tile38-1.17.1-linux-amd64.tar.gz
tar xzvf tile38-1.17.1-linux-amd64.tar.gz
cd tile38-1.17.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.17.1/tile38-1.17.1-freebsd-amd64.tar.gz -o tile38-1.17.1-freebsd-amd64.tar.gz
tar xzvf tile38-1.17.1-freebsd-amd64.tar.gz
cd tile38-1.17.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.17.0

26 Apr 19:05
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

  • #446: Added timeouts to allow prepending commands with a TIMEOUT option. (@rshura)

Fixes

Changes

  • 3ae5927: Removed experimental evio option

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.17.0/tile38-1.17.0-darwin-amd64.zip -o tile38-1.17.0-darwin-amd64.zip
unzip tile38-1.17.0-darwin-amd64.zip
cd tile38-1.17.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.17.0/tile38-1.17.0-linux-amd64.tar.gz -o tile38-1.17.0-linux-amd64.tar.gz
tar xzvf tile38-1.17.0-linux-amd64.tar.gz
cd tile38-1.17.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.17.0/tile38-1.17.0-freebsd-amd64.tar.gz -o tile38-1.17.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.17.0-freebsd-amd64.tar.gz
cd tile38-1.17.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.16.4

19 Mar 20:56
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

Fixes

  • #437: Fixed clients blocking while webook sending. (@tesujiro)
  • e1a7145: Hotfix. Do not ignore SIGHUP. Use the --nohup flag or nohup command.

Added

  • #430: Support more SQS credential providers. (@tobilg)
  • #435: Added pprof flags for optional memory and cpu diagnostics.
  • e47540b: Added auth flag to tile38-benchmark.
  • 5335aec: Allow for standard SQS URLs. (@tobilg)

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.16.4/tile38-1.16.4-darwin-amd64.zip -o tile38-1.16.4-darwin-amd64.zip
unzip tile38-1.16.4-darwin-amd64.zip
cd tile38-1.16.4-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.16.4/tile38-1.16.4-linux-amd64.tar.gz -o tile38-1.16.4-linux-amd64.tar.gz
tar xzvf tile38-1.16.4-linux-amd64.tar.gz
cd tile38-1.16.4-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.16.4/tile38-1.16.4-freebsd-amd64.tar.gz -o tile38-1.16.4-freebsd-amd64.tar.gz
tar xzvf tile38-1.16.4-freebsd-amd64.tar.gz
cd tile38-1.16.4-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.16.3

19 Mar 16:08
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

Fixes

Added

  • #430: Support more SQS credential providers. (@tobilg)
  • #435: Added pprof flags for optional memory and cpu diagnostics.
  • e47540b: Added auth flag to tile38-benchmark.
  • 5335aec: Allow for standard SQS URLs. (@tobilg)

Getting Started

Docker

docker pull tile38/tile38
docker run -p 9851:9851 tile38/tile38

Visit the Tile38 Docker Hub Page for more information.

OS X

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

curl -L  https://github.com/tidwall/tile38/releases/download/1.16.3/tile38-1.16.3-darwin-amd64.zip -o tile38-1.16.3-darwin-amd64.zip
unzip tile38-1.16.3-darwin-amd64.zip
cd tile38-1.16.3-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.16.3/tile38-1.16.3-linux-amd64.tar.gz -o tile38-1.16.3-linux-amd64.tar.gz
tar xzvf tile38-1.16.3-linux-amd64.tar.gz
cd tile38-1.16.3-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.16.3/tile38-1.16.3-freebsd-amd64.tar.gz -o tile38-1.16.3-freebsd-amd64.tar.gz
tar xzvf tile38-1.16.3-freebsd-amd64.tar.gz
cd tile38-1.16.3-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.16.2

12 Mar 23:23
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

Fixes

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.16.2/tile38-1.16.2-darwin-amd64.zip -o tile38-1.16.2-darwin-amd64.zip
unzip tile38-1.16.2-darwin-amd64.zip
cd tile38-1.16.2-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.16.2/tile38-1.16.2-linux-amd64.tar.gz -o tile38-1.16.2-linux-amd64.tar.gz
tar xzvf tile38-1.16.2-linux-amd64.tar.gz
cd tile38-1.16.2-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.16.2/tile38-1.16.2-freebsd-amd64.tar.gz -o tile38-1.16.2-freebsd-amd64.tar.gz
tar xzvf tile38-1.16.2-freebsd-amd64.tar.gz
cd tile38-1.16.2-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.16.1

01 Mar 13:59
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

Fixes

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.16.1/tile38-1.16.1-darwin-amd64.zip -o tile38-1.16.1-darwin-amd64.zip
unzip tile38-1.16.1-darwin-amd64.zip
cd tile38-1.16.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.16.1/tile38-1.16.1-linux-amd64.tar.gz -o tile38-1.16.1-linux-amd64.tar.gz
tar xzvf tile38-1.16.1-linux-amd64.tar.gz
cd tile38-1.16.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.16.1/tile38-1.16.1-freebsd-amd64.tar.gz -o tile38-1.16.1-freebsd-amd64.tar.gz
tar xzvf tile38-1.16.1-freebsd-amd64.tar.gz
cd tile38-1.16.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.16.0

25 Feb 22:42
Compare
Choose a tag to compare

Tile38

Tile38 is an open source (MIT licensed), in-memory geolocation data store, spatial index, and real-time 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

Fixes

Added

  • #409: Added TEST command for executing WITHIN and INTERSECTS on two objects. (@rshura)
  • #407: Allow 201 & 202 status code on webhooks. (@s32x)
  • #404: Adding more replication data to INFO response. (@s32x)

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.16.0/tile38-1.16.0-darwin-amd64.zip -o tile38-1.16.0-darwin-amd64.zip
unzip tile38-1.16.0-darwin-amd64.zip
cd tile38-1.16.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.16.0/tile38-1.16.0-linux-amd64.tar.gz -o tile38-1.16.0-linux-amd64.tar.gz
tar xzvf tile38-1.16.0-linux-amd64.tar.gz
cd tile38-1.16.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.16.0/tile38-1.16.0-freebsd-amd64.tar.gz -o tile38-1.16.0-freebsd-amd64.tar.gz
tar xzvf tile38-1.16.0-freebsd-amd64.tar.gz
cd tile38-1.16.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