开发者

Migrate data from MySQL to Google App Engine (Python) Data Store

I have a legacy website created in PHP and MySQL. I wish to migrate this onto Google App Engine (Python).

Has anybody done this before? Any examples, tips, resources, tools you'd like to share?

I believe I will have to use "bulkloader" 开发者_JS百科introduced in the GAE docs. Still haven't figured out how to get started.

I have two tasks:

  1. Migrate from MySQL DB to local GAE App data store
  2. Convert from MySQL -> CSV/XML -> Production data store

Help will be appreciated! :-)

--Sri


GAE now supports PHP (experimental) and CloudSQL which is very similar to MYSQL. I am currently writing a few testing apps. You can try to apply here.

To enable your PHP applications to be deployed to App Engine, visit https://gaeforphp.appspot.com/ to register your application to be whitelisted

Try from a regular gmail account.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜