Relational Databases (SQL) as a Web Service
Are you a Google Application Engine (GAE) programmer who would prefer to use relational databases in lieu of Google's Bigtable datastore?
Do you agree with these points?
- You know SQL, and you can write and test SQL queries quickly.
- SQL is flexible, allowing new queries to be readily created and applied to existing databases.
- SQL databases, including PostgreSQL, are proven technology, managing loads of thousands of queries per hour on ordinary server hardware.
- Appengine is a nice development environment, with many persistent-python setup burdens handled for you.
We can help you, providing you a remote SQL database accessible from your GAE application. You can just sign up and try it out for free, or read more:
Watch 8 minute Introductory Screencast