From 9214068e919502e472f471029087041d72d8be1f Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Sun, 3 Apr 2016 04:34:50 -0700 Subject: [PATCH] Adding Tile38 Tile38 is a 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. It's like Redis but for GIS. - Website: https://tile38.com - godoc.org: https://godoc.org/github.com/tidwall/tile38 - goreportcard.com: https://goreportcard.com/report/github.com/tidwall/tile38 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1d21e51..d16cec2e 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [rqlite](https://github.com/otoolep/rqlite) - Replicated SQLite, using Raft consensus. * [tidb](https://github.com/pingcap/tidb) - TiDB is a distributed SQL database. Inspired by the design of Google F1. * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. +* [Tile38](https://github.com/tidwall/tile38) - A geolocation DB with spatial index and realtime geofencing. *Database tools.*