Looking for stories on how others do ad hoc reporting against their AppEngine databases with Java. I understand from this post<http://googleappengine.blogspot.com/2011/03/announcing-app-engine-143-release_30.html>that the Deferred API and Files API can be used. Is that what's commonly done by others?
Other options we're considering: - Regular backups to CSV, then sucking the data into a SQL database - When data is written to AppEngine, also make an API call to some other service that stores it into a SQL database - Write an API against the datastore to expose data required by reports -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/DdZn6Oo9vbkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
