Releases: tidwall/tile38
1.17.4
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.
Change Log
Added
Fixes
- #422: Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi, @melbania)
- #448: Fixed missing commands for unsubscribing from active channel (@githubfr)
- #454: Fixed colored output for fatalf (@olevole)
- #453: Fixed nearby json field results showing wrong data (@melbania)
- #440: Fixed crash with fence ROAM (@githubfr)
- #483: Fixed lua pool pruning (@rshura)
- #486: Fixed data condition on connections map (@saltatory)
- f7888c1: Fixed malformed json for chans command
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
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.
Change Log
Added
Fixes
- #422: Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi, @melbania)
- #448: Fixed missing commands for unsubscribing from active channel (@githubfr)
- #454: Fixed colored output for fatalf (@olevole)
- #453: Fixed nearby json field results showing wrong data (@melbania)
- #440: Fixed crash with fence ROAM (@githubfr)
- #483: Fixed lua pool pruning (@rshura)
- f7888c1: Fixed malformed json for chans command
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
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.
Change Log
Added
Fixes
- #422: Fixes NEARBY command distance normalization issue (@TrivikrAm-Pamarthi, @melbania)
- #448: Fixed missing commands for unsubscribing from active channel (@githubfr)
- #454: Fixed colored output for fatalf (@olevole)
- #453: Fixed nearby json field results showing wrong data (@melbania)
- #440: Fixed crash with fence ROAM (@githubfr)
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
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.
Change Log
Added
Fixes
- #448: Fixed missing commands for unsubscribing from active channel (@githubfr)
- #454: Fixed colored output for fatalf (@olevole)
- #453: Fixed nearby json field results showing wrong data (@melbania)
- #440: Fixed crash with fence ROAM (@githubfr)
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
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.
Change Log
Added
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
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.
Change Log
Fixes
- #437: Fixed clients blocking while webook sending. (@tesujiro)
- e1a7145: Hotfix. Do not ignore SIGHUP. Use the
--nohup
flag ornohup
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
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.
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
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.
Change Log
Fixes
- #432: Ignore SIGHUP signals (@abhit011)
- #433: Fixed nearby inaccuracy with geofence (@stcktrce)
- #429: Memory optimization, recycle AOF buffer
- 95a5556: Added periodic yielding to iterators (@rshura)
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
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.
Change Log
Fixes
- #421: Nearby with MATCH is returning invalid results (@nithinkota)
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
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.
Change Log
Fixes
- #415: Fix overlapping geofences sending notifcation to wrong endpoint. (@belek, @s32x)
- #412: Allow SERVER command for Lua scripts (@1995parham)
- #410: Allow slashes in MQTT Topics (@pstuifzand)
- #409: Fixed bug in polygon clipping. (@rshura)
- 30f903b: Require properties member for geojson features. (@rshura)
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