I have an entire app running on GAE and its datastore... now I need to migrate the application and its datastore to mysql db.
What is the best approach for acchieving this, is there an bulkdownloader if I used the Java API.
It's been 4 days trying to look for this answer, thank you very much in advaced.
Regards
I'd use approcket for that. it's a tool you can use to sync your GAE Datastore with a MySQL datebase.
It's well documented but not massively active. I've used it before, and it does the job well.
Cheers