Due to the frequent changes in GAE platform, I read different articles and bit confused what is the best way to export/upload data in year 2013. Bulk Upload tool is not really meant for High Replication Store as per the doc.
This document applies to apps that use the master/slave datastore. If your app uses the High Replication datastore, it is possible to copy data from the app, but Google does not currently support this use case.
Please comment on below specific scenarion. I plan to use golang runtime, but hope this doesn't affect backup/restore.
How to load the datastore with initial(seed/test) data. Say, I can login as admin, then need to load data into datastore from csv/json files to a namespace.
Datastore Admin: I think this experimental feature is meant for backup/restore. Does it work for GO runtime? What format the backup file is stored. Can I do it in json ?
Thanks.