Hi Adrian, I work in the field of Wildlife Tracking, just curious: what's your data source? We fetch it from Argos and also store locations onto App Engine. Are you saying that you're not allowed to deploy it because you didn't get an invitation? Meanwhile, you could consider the Search API: https://cloud.google.com/appengine/docs/java/search/ I haven't tried that one either, we simply build large json files containing all the locations. It's much faster for the client to sort and filter them, we're talking around 150,000 entries max.
Regards, Emanuele https://plus.google.com/collection/8v1hW On Thursday, 28 January 2016 03:17:18 UTC+13, Adrian Buchmann wrote: > > Hi > > For a student project (it's just a prototyp) we have created an RESTful > API on the App Engine. We'll use the api as a data source for a hybrid > mobile app to display spotted birds on a (Google) map. To reduce the > bandwidth requirements I have created a geospatial filter ( > https://cloud.google.com./appengine/docs/java/datastore/geosearch) to > just request the data of a specific area. Locally the code works like > charm, but I'm unable to deploy it on the App Engine, as it is still an > alpha feature. > > Can allow us to use this feature for our project? > > Kind regards > Adrian > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/fe5b500d-edbd-461d-a43b-4fd684b7538d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
