Open maxkokocom opened 7 years ago
@4fuss To find suitable solution for searching the db.
I've stumbled across this: https://github.com/elastic/elasticsearch-py
Looks like fun, huh? :D
At the moment I think we are done with this task. We are using postgis extension which gives possibility to use spatial functions in sql queries. We can run queries like: select id from store where st_distance(x, store.position) <= z, which reads as find stores which distance from point x is lower or equal to z. More about postgis: http://postgis.net/
What is the purpose of this task?