使用Java Google App Engine bulkloader将整个数据存储下载到一个csv文件 [英] Using Java Google App Engine bulkloader to download entire datastore to one csv file

查看:112
本文介绍了使用Java Google App Engine bulkloader将整个数据存储下载到一个csv文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前我正在使用 - kind 参数来指定要下载的类型和 - filename 指定要生成的csv文件的名称。 - rps_limit - bandwidth_limit - batch_size 用于加速下载。

I'm currently using the --kind parameter to specify which kind to download and the --filename to specify the name of the csv file to produce. The --rps_limit, --bandwidth_limit and --batch_size are used to speed up the download.

例如,要下载我正在使用的游戏种类:

For example, to download my Game kind I'm using:

appcfg.py download_data --config_file=bulkloader.yaml --kind=Game --filename=game.csv --application=MyAppId --url=http://MyAppId.appspot.com/remote_api --rps_limit=500 --bandwidth_limit=2500000 --batch_size=100

有一个appcfg.py命令来下载整个数据存储,而不是一个csv文件的特定类型?

So is there an appcfg.py command to download the entire datastore without being kind specific to one csv file?

谢谢!

Thanks!

推荐答案

完全省略--kind标志。这适用于我 - 但我不使用config_file。我希望这不会使事情复杂化。

Just omit the --kind flag entirely. This works for me - but I don't use a config_file. I hope that doesn't complicate things.

这篇关于使用Java Google App Engine bulkloader将整个数据存储下载到一个csv文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆