Reputation: 1048
I'm in the research phase for a new project, and I'd appreciate some recommendations.
I am looking to implement a geolocated supplier database, preferably in Python, such that I can do a search for a location, and the nearest suppliers will be returned.
Would it be possible to implement something like this in Google App Engine?
Upvotes: 0
Views: 184
Reputation: 21835
Yes indeed. You will have to make a use of the Search API and more specifically of the Location-Based Searches.
Upvotes: 1