Deploying to App Engine with Cloud SQL
Now that Google has release Cloud SQL that works with App Engine, has anyone tried deploying Askbot to AppEngine/CloudSQL? Particularly since full text search is now implemented. (These were the two reasons that have previously been listed as blockers.)
I'm a bit of a novice coder, but would like to try this. What do I need to think about and look out for?
Comments
I have not looked at google app engine search api, but most likely, askbot will need to be adapted to support search on google app engine. It may be an interesting project, but there is no guarantee of success as cloud sql is experimental at this stage.
I am interested in this as well. jedc, did you ever make any progress? Evgeny, have you given this a second look at all? If I was going to undertake this project, could you provide me a bit of support?