google-app-engine - 如何将数据批量上传到 Google App Engine Datastore?

标签 google-app-engine upload bulk google-cloud-datastore

我有大约 4000 条记录需要上传到 Datastore。

它们目前采用 CSV 格式。如果有人愿意,我将不胜感激 指出或解释如何将数据批量上传到 GAE。

最佳答案

您可以使用 bulkloader.py工具:

The bulkloader.py tool included with the Python SDK can upload data to your application's datastore. With just a little bit of set-up, you can create new datastore entities from CSV files.

关于google-app-engine - 如何将数据批量上传到 Google App Engine Datastore?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/741599/

相关文章:

PHP 上传文件类型、大小和是否存在?

页面加载后上传 jQuery 文件

java - 为什么在 Google App Engine 上首次访问 JSP 文件需要更长的时间?

google-app-engine - GCE 中的免费 SSL 证书

google-app-engine - GAE Go - "This request caused a new process to be started for your application..."

google-app-engine - 谷歌应用引擎 : import export blobstore

php - php同时上传的最大文件数

Linux批量重命名文件

mysql - 意想不到的角色。 ( "\"附近

c# - 在 C# 中使用自定义分隔符和一些非常非常大的字段值解析文本的最快方法是什么?