Hey,
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" introduced in the GAE docs. Still haven't figured out how to get started.
I have two tasks:
- Migrate from MySQL DB to local GAE App data store
- Convert from MySQL -> CSV/XML -> Production data store
Help will be appreciated! :-)
--Sri