I am currently using the --kind to specify the type of boot and --filename to specify the name of the csv file to be created. --rps_limit , --bandwidth_limit and --batch_size are used to speed up loading.
For example, to download my game, I use:
appcfg.py download_data --config_file=bulkloader.yaml --kind=Game --filename=game.csv --application=MyAppId --url=http:
So, is there an appcfg.py command to load the entire data store without being nice to a single csv file?
Thanks!
java google-app-engine
Stewie
source share