Migrate From Google Java API Datastore to Mysql

依然范特西╮ 提交于 2020-01-05 08:01:16

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/14811839/migrate-from-google-java-api-datastore-to-mysql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!