Update README.md

This commit is contained in:
Josh Baker 2016-07-12 13:32:53 -06:00 committed by GitHub
parent f05bdf4176
commit ca7aa914fd

View File

@ -8,6 +8,14 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
*This README is quick start document. You can find detailed documentation at [http://tile38.com](http://tile38.com).*
<p align="center">
<a href="http://tile38.com/commands/nearby"><img src="/doc/search-nearby.png" alt="Nearby" border="0" width="120" height="120"></a>
<a href="http://tile38.com/commands/within"><img src="/doc/search-within.png" alt="Within" border="0" width="120" height="120"></a>
<a href="http://tile38.com/commands/intersects"><img src="/doc/search-intersects.png" alt="Intersects" border="0" width="120" height="120"></a>
<a href="http://tile38.com/commands/geofencing"><img src="/doc/geofence.gif" alt="Geofencing" border="0" width="120" height="120"></a>
<a href="http://tile38.com/topics/roaming-geofences"><img src="/doc/roaming.gif" alt="Roaming Geofences" border="0" width="120" height="120"></a>
</p>
## Features
- Spatial index with [search](#searching) methods such as Nearby, Within, and Intersects.
@ -20,15 +28,6 @@ Tile38 is an open source (MIT licensed), in-memory geolocation data store, spati
- Leader / follower [replication](#replication).
- In-memory database that persists on disk.
<br>
<p align="center">
<a href="#nearby"><img src="/doc/search-nearby.png" alt="Nearby" border="0" width="120" height="120"></a>
<a href="#within"><img src="/doc/search-within.png" alt="Within" border="0" width="120" height="120"></a>
<a href="#intersects"><img src="/doc/search-intersects.png" alt="Intersects" border="0" width="120" height="120"></a>
<a href="#geofencing"><img src="/doc/geofence.gif" alt="Geofencing" border="0" width="120" height="120"></a>
<a href="http://tile38.com/topics/roaming-geofences"><img src="/doc/roaming.gif" alt="Roaming Geofences" border="0" width="120" height="120"></a>
</p>
## Components
- `tile38-server ` - The server
- `tile38-cli ` - Command line interface tool