Which database are you referring to (datastore, cloudsql, etc)? What is 
responsible for adding data to the database (python ndb, java, datastore 
rest api)?

For example, if you were writing an application using the python sdk for 
google app engine, and ndb to access the datastore you could implement the 
pre put hook to add an item to a task queue or a flag in memcache that 
could be used to trigger your full text search.

On Friday, February 26, 2016 at 12:20:50 PM UTC-5, jackson wang wrote:
>
> After days of frustration with AWS, I decided to try out Google App 
> Engine. However, I'm not sure what I can do to have a backend function that 
> gets triggered to run a full text search algorithm in the database. When 
> new data is added to the database, I want this function to be invoked and 
> do a search action in the database, then send notifications according to 
> the search result.
>
>
> What I want to do is like Parse Cloud Code, or AWS Lambda + S3. 
>
>
> Please help, I'm desperate, any suggestions would be highly appreciated.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/9e4ede03-068f-4ca1-816a-4b776eb412c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to