Gaebar 和 Bulkloader 导出数据存储

发布于 2024-10-20 18:47:00 字数 199 浏览 9 评论 0原文

我正在尝试找到一种方法,可以将整个数据存储下载到文件中并将其上传回数据存储,以免丢失信息。所以我对此做了一些研究,发现有两种现有的方法可以做到这一点。

  1. Gaebar 这是另一个应用程序。
  2. 应用程序引擎本身的Bulkloader。

我要导出的数据非常大。那么我应该使用哪一个呢?

先感谢您..

I am trying to find a way that I can download my whole datastore into a file and upload it back to datastore not to lose information. So I have made some research about it and found that there are two existing ways to do this.

  1. Gaebar which is another application.
  2. The Bulkloader of app engine itself.

The data that I am going to export is very large. So which one should I use?

Thank you in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多彩岁月 2024-10-27 18:47:00

您可能应该使用 App Engine 批量加载器,因为它是官方工具。它对我来说非常有用,而且很容易进行完整备份。

Gaebar 创建于 2008 年,当时 App Engine 批量加载器不可用,如 修订历史

2009 年 5 月
appcfg.py 中添加了批量数据下载器,类似于批量数据上传器。

2010 年 2 月
批量加载工具现在可以下载所有类型的所有实体。

我从未使用过 Gaebar,但我认为这主要是针对 App Engine 缺乏备份工具的一种解决方法。

You should probably use the App Engine bulk loader as it is the official tool. It works great for me and it's easy to just make a full backup.

Gaebar was created in 2008 and the App Engine bulk loader wasn't available at that time, as documented by the Revision History:

May 2009
A bulk data downloader has been added to appcfg.py, similar to the bulk data uploader.

February 2010
The bulk loader tools can now download all entities of all kinds.

I never used Gaebar, but I think it was mostly a workaround to App Engine's lack of a backup tool.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文