Migrate From Google Java API Datastore to Mysql

2019-07-23 14:10发布

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条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-07-23 14:32

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

查看更多
登录 后发表回答