user2061255
user2061255

Reputation: 11

Migrate From Google Java API Datastore to Mysql

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

Upvotes: 1

Views: 511

Answers (1)

Marcos Placona
Marcos Placona

Reputation: 21720

I'd use approcket for that. It's a tool you can use to sync your GAE Datastore with a MySQL database.

It's well documented but not massively active. I've used it before, and it does the job well.

Upvotes: 2

Related Questions