It’s possible to replicate your wordpress mysql database to Google App Engine using App Rocket. I think you get 10 Google App Engine apps per account so in theory you could replicate your database 10 times and serve reads from app engine via a json or xml api.
To achieve this every wordpress table would need to have a timestamp column and a column that can be used as a unique key.