I want to make client version of GAE app that store exact data of online version.(myapp.appspot.com) If i can use sdk instead, is any library or tools to sync online and sdk version? I try using bulkloader but i can't load downloaded data to local SDK? Please help.
A:
I think you will need to implement some system in your application in order to bulk import the data.
webdestroya
2010-04-19 22:59:52
+1
A:
See the docs for details on how to download and upload your entire datastore. Simply bulk download from production, then bulk upload to your local datastore.
Bear in mind, however, that the local datastore is not designed to handle large volumes of data - you may run into performance or memory issues.
Nick Johnson
2010-04-20 09:42:51
Thanks Nick, where i can get more clear "how to" of doing bulk upload to local datastore? Really need to make this work for me.
Ivan Slaughter
2010-04-21 19:59:57
See the section 'loading data into the development server' on that page. You simply specify an additional command line argument.
Nick Johnson
2010-04-22 09:06:47
Anyway, Nick.. i've installed 1.3.3 sdk and experiencing some error of bulkload about 6000 records, that stop on record 145. And exception throw when i want to use datastore viewer on local SDK console. What's wrong?
Ivan Slaughter
2010-04-22 19:33:10
I can't possibly tell unless you tell me what the error is, and what the stacktrace is.
Nick Johnson
2010-04-22 20:48:48