I guess that a B4 backend wold be a nice use case for this, right? You may 
implement an "in-memory database backend" that can be synced with the 
datastore. You can let this backend private and then implement a *query 
handler* in the backend that returns the data in a specific format (json, 
yaml, xml) that you can consume with urlfetch in the frontend.

I'm not sure how you will project this to scale as the data grows, but this 
may be a good choice for a moderate dataset.

- Ronoaldo

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/r8BspmUNAJ8J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to