Update README.md

This commit is contained in:
Josh Baker 2016-07-12 13:29:52 -06:00 committed by GitHub
parent 0b663a3f2f
commit f05bdf4176
1 changed files with 9 additions and 0 deletions

View File

@ -20,6 +20,15 @@ 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