1. You have 1 datastore per application.But you can add a user property in
your model to identify the record belongs to whom.

2. It allows exporting, but you need to manage it by yourself since standard
tool will retrieve all the data.
http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html

3. Only support for *.appspot.com domain
http://code.google.com/intl/en/appengine/docs/python/config/appconfig.html

4. You can use GAE SDK to build a local sever, but you need change some code
to match your own requirement.
http://code.google.com/intl/en/appengine/docs/python/tools/devserver.html



2009/5/23 farbodr <fred.rahman...@gmail.com>

>
> I'm really excited about cloud computing and GAE in particular. I'm
> working on an app but I'm not sure if GAE can support some of my use
> cases. I hope someone can shed some light on these for me.
>
> 1) In this app users will setup an account and then using this account
> they can log into the app and enter their data. Nothing earth
> shattering there. But I prefer for each account to have its own db. Is
> this possible in GAE? Everything I've seen so far talks about one db
> per application.
>
> 2) Account owners must be able to export their data to some common
> format and download them to their desktop. Does GAE's data api support
> exports to common formats or do I need to write a utility to do this?
>
> 3) Does GAE support HTTPS?
>
> 4) Can I use GAE as an app server. My app will be hosted on my own
> server but services will reside on GAE.
>
> TIA,
>
> Fred
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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