Google Cloud SQL: Your database in the cloud
Thursday, October 6, 2011
Cross-posted from the Google Code Blog
One of App Engine’s most requested features has been a simple way to develop traditional database-driven applications. In response to your feedback, we’re happy to announce the limited preview of Google Cloud SQL.
You can now choose to power your App Engine applications with a familiar relational database in a fully-managed cloud environment. This allows you to focus on developing your applications and services, free from the chores of managing, maintaining and administering relational databases.
Google Cloud SQL brings many benefits to the App Engine community:
The service includes database import and export functionality, so you can move your existing MySQL databases to the cloud and use them with App Engine.
Cloud SQL is available free of charge for now, and we will publish pricing at least 30 days before charging for it. The service will continue to evolve as we work out the kinks during the preview, but let us know if you’d like to take it for a spin.
Posted by Navneet Joneja, Product Manager for Google Cloud SQL
One of App Engine’s most requested features has been a simple way to develop traditional database-driven applications. In response to your feedback, we’re happy to announce the limited preview of Google Cloud SQL.
You can now choose to power your App Engine applications with a familiar relational database in a fully-managed cloud environment. This allows you to focus on developing your applications and services, free from the chores of managing, maintaining and administering relational databases.
Google Cloud SQL brings many benefits to the App Engine community:
- No maintenance or administration - we manage the database for you.
- High reliability and availability - your data is replicated synchronously to multiple data centers. Machine, rack and data center failures are handled automatically to minimize end-user impact.
- Familiar MySQL database environment with JDBC support (for Java-based App Engine applications) and DB-API support (for Python-based App Engine applications).
- Comprehensive user interface for administering databases.
- Simple and powerful integration with Google App Engine.
The service includes database import and export functionality, so you can move your existing MySQL databases to the cloud and use them with App Engine.
Cloud SQL is available free of charge for now, and we will publish pricing at least 30 days before charging for it. The service will continue to evolve as we work out the kinks during the preview, but let us know if you’d like to take it for a spin.
Posted by Navneet Joneja, Product Manager for Google Cloud SQL
How does this compare to the hrd? I assume there are some scalability tradeoffs due to the relational model.
ReplyDeleteDoes this mean the full Django framework could now be used in the App Engine? Lack of a relational DB has been one of the stumbling blocks.
ReplyDeleteGreat, go Google!
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteDoes this mean people with Wordpress sites could conceivably host their db on Google so our data can be stored in our Google account? If so, what are the price indicators
ReplyDeleteHi,
ReplyDeleteCan we use connect to Google Cloud SQL (MySQL) from our local network? For example, can we connect to Cloud from an on-site .NET application?
would you update your sdk and plugin eclipse to make development work locally with gwt and sql?
ReplyDeleteSuper excited about this! Can't wait to see the pricing structure though, that will make or break this for me.
ReplyDeleteIs it eventually consistent or ACID?
ReplyDeleteGreat, can we get PHP now? Because that's been the #1 requested feature for years. SQL wasn't even on the list.
ReplyDelete@SystemPlanet.com: It's pure relational database, just like your locally hosted MySQL server.
ReplyDeleteSweet. Now next stop: Have a CouchDB :-)
ReplyDeleteAftermath, you already have PHP. Haven't you heard of Quercus? It's actually far better (more secure, stable, scalable, and performing) than the classic PHP interpreter.
ReplyDeleteLook here and here for details on running it on App Engine.
Does it open way to Hibernate and other tools operate integrated with GAE?
ReplyDeleteDoes this mean I can host my own website in the cloud?
ReplyDeleteSo, when will we get Postgres? ;)
ReplyDeleteExcellent...
ReplyDeleteExcellent
ReplyDeleteI got some Cloud SQL example projects. http://code.google.com/p/cloudsql/
ReplyDelete