I’ve been doing some research and evaluation of more cloud computing. Specifically my focus has been on data store, and considering how to augment an existing operation using a popular database such as MySQL.
I’ve been looking first at Google App Engine and now I have my SimpleDB Beta today will be looking here next.
Some observations I’ve struggled with are:
- No Native CLI, say for basic data setup. You can do some programmatic input for SELECT statements in a Query object in a SQL like syntax called GQL, but you can’t do DML
- No simple data viewer. In production you would not do this, but I’m in evaluation and …