Google app engine or Amazin ec2 for Restful services and direct access to datastore
Posted
by imran
on Stack Overflow
See other posts from Stack Overflow
or by imran
Published on 2010-04-11T17:27:28Z
Indexed on
2010/04/11
17:33 UTC
Read the original article
Hit count: 304
I'm thinking of building a Restful app on either App engine or ec2 devloped in Java. I'm interested in opinions/experience of using the two options for this. The primary purpose is to create web services to write and retrieve data through a mobile device...basically creating an API for the service I want to create. It seems to me it would be quicker and cheaper in the beginning to go with google app engine using either restlet or grails.But I also think that I could run into problems in the future when I want to so somthing more advanced and might be restricted by app engines environment.
I also want to be able to do data analysis on the data in the datastore as well. It seems that with app engine this would be hard as I don't have direct access to the datastore ( in Amazon I could still have access to the underlying db if I go with MySQL ) .
© Stack Overflow or respective owner