从Azure DocumentDB导出数据 [英] Exporting data from Azure DocumentDB

查看:60
本文介绍了从Azure DocumentDB导出数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Azure中是否可以从DocumentDB导出现有集合?

is there an option in Azure to export an existing collection from DocumentDB?

我只能看到导入选项.

推荐答案

数据库服务本身没有内置的导出选项.但是,可以使用由DocumentDB团队发布的DocumentDB数据迁移工具,该工具可以提供导入和导出功能(导出到JSON).一切都记录在Azure站点的DocumentDB区域中,尤其是此处.

There is no built-in export option in the database service itself. However, the DocumentDB Data Migration Tool, published by the DocumentDB team, is available and provides both import and export capabilities (export is to JSON). Everything is documented on the DocumentDB area of the Azure site, specifically here.

这不是您的唯一选择,因为您可以基于现有的语言SDK之一或直接进行REST API调用来编写自己的导出应用.

This isn't your only option, as you can write your own export app based on one of the existing language SDKs or direct REST API calls.

也许还有其他可用的工具,但是进入这是本次讨论的最佳工具的话题不对.我只是指出数据迁移工具,因为DocumentDB团队会提供它以及官方文档.

There may be other tools available, but getting into a which is the best tool for this discussion is off-topic. I'm only pointing out the Data Migration tool because the DocumentDB team provides it, along with official documentation.

这篇关于从Azure DocumentDB导出数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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