views:

74

answers:

1

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:

  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

+1  A: 

There is a recent article loading data into datastore from a GDocs spreadsheet using the API.

pvilas
A link would be helpful. Do I find this on the official Google App Engine website? :-)
Srirangan
http://otherfancystuff.blogspot.com/2010/08/importing-data-from-spreadsheets-to-app.html
mcotton