开发者

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

开发者 https://www.devze.com 2023-01-14 22:58 出处:网络
I have a legacy website created in PHP and MySQL. I wish to migrate this onto Google App Engine (Python).

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

精彩评论

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

关注公众号