On Tue, Nov 12, 2013 at 6:22 AM, antonio roa <[email protected]
> wrote:

> I recently started using the MBS solution provided by google. I set up the
> android sample for the guestbook and it works fine. In the case I have a
> local SQLite database, how would you map the table relationships to entity
> relationships on the Cloud storage?
>
>

Are you attempting to store your data in flat files (Cloud Storage) or
within a SQL database (SQLite/Cloud SQL)?

If you want to use SQL there are a number of examples available such as
https://github.com/GoogleCloudPlatform/appengine-sqlite-guestbook-python
 and
https://github.com/GoogleCloudPlatform/appengine-guestbook-python-cloudsql.
If you would prefer to use flat files and Cloud Storage, the mapping
would depend on how you wanted to architect your application. Do you have a
specific design in mind?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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 http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to