I’ve got some data up on Google App Engine’s live datastore, but would like to have a local copy as well for local development. What’s the best way to do an occasional sync?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s no trivial way to do this, but there are some possibilities:
You can also try some other open source projects meant to solve this problem. AppRocket was a promising one, but there’s only one commiter to the project and there is no activity in the past months…
Also, star issues 59 and 776 to get this included officially by google.