google-app-engine
including custom places with google places api call
I need to be able to perform a one-time call to a web service which returns a list of places from two data sources: Google Places Custom Places (up to 100k entries) The custom dataset format has a simple structure and I only need to run a text match against this dataset with the search text. { "name" : "MyLocalPub", "location" : { "longitude" : 99999, "latitude" : 99999 } } I'm after for some help on what google services would help out with this particular problem - including a datastore solution for my custom dataset. My thoughts are to use Google App Engine to query both datasets and do the merge.
Related Links
Flow when recording the audio in the client, keeping a copy in the server, process it using Speech API, and returning the text back to the client?
Unable to deploy project to google app engine
Google App Engine How to convert Json API result into Python display?
App Engine - How to create project in region us-central
Google App Engine redirecting all naked domain requests, causing letsencrypt to not work
CA/Root/SSL Certificates in Go - Too Old?
Can't access to my Google Cloud's App from http://localhost:8080
Connecting to Google Cloud SQL from External Applications
Automatic redirection google app engine
Realtime datastore in google datastore
Can someone help me add a new column in Google cloud Search Index using Java
Unable to get serving url from GCS in another project
How can I filter self out of an Ancestor query on recursive entities
Verifying a domain for Google App Engine
Go, Appengine, SMTP, Gmail
Google app engine cron job scheduling setup and pricing