On May 18, 5:48 am, anjali <jnanj...@gmail.com> wrote:
> Hello,
>
> Can GAE application access data from a relational datastore? Can I
> connect to a relational database from a GAE application. Any
> workarounds??
>
> Amazon EC2 provides computing environment and you can host ur database
> on it. Can GAE application connect to a database running on Amazon
> EC2?

Well, you could run a REST application on EC2 that reads and writes
data for the relational database and sends it back to your app engine
app, but I'd question whether that would be a good design choice.
--~--~---------~--~----~------------~-------~--~----~
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