go-ego / riot

Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Apache License 2.0
6.11k stars 473 forks source link

geo support #58

Open craftsman-li opened 6 years ago

craftsman-li commented 6 years ago

When support geo search?

vcaesar commented 6 years ago

Support as fast as possible, when there is time to write it.

glycerine commented 5 years ago

There are a bunch of geo projects already done in Go that could be built on.

https://github.com/tidwall/tile38 (MIT license)

https://github.com/icha024/go-geoindex (BSD 3-clause license)

https://github.com/kellydunn/golang-geo (MIT license)