我们如何将数据导入 azure documentdb
How can we import data to azure documentdb
有没有办法将数据(集合)从本地生成的文档数据库集合导入到 Azure 文档数据库。
我们会在本地生成数据,想推送到azure
如果要在 Azure Cosmos DB 模拟器和 Azure Cosmos DB 服务之间迁移数据,请参阅 Azure Cosmos DB Emulator 文档,
我们可以知道我们可以使用 Azure DocumentDB Data Migration Tool 在 Azure Cosmos DB 模拟器和 Azure Cosmos DB 服务之间迁移数据。
You can use existing tools like Azure DocumentDB Studio to connect to the Azure Cosmos DB Emulator. You can also migrate data between the Azure Cosmos DB Emulator and the Azure Cosmos DB service using the Azure Cosmos DB Data Migration Tool.
更多关于DocumentDB数据迁移工具的使用方法,请参考How to import data into Azure Cosmos DB with the DocumentDB API
有没有办法将数据(集合)从本地生成的文档数据库集合导入到 Azure 文档数据库。 我们会在本地生成数据,想推送到azure
如果要在 Azure Cosmos DB 模拟器和 Azure Cosmos DB 服务之间迁移数据,请参阅 Azure Cosmos DB Emulator 文档, 我们可以知道我们可以使用 Azure DocumentDB Data Migration Tool 在 Azure Cosmos DB 模拟器和 Azure Cosmos DB 服务之间迁移数据。
You can use existing tools like Azure DocumentDB Studio to connect to the Azure Cosmos DB Emulator. You can also migrate data between the Azure Cosmos DB Emulator and the Azure Cosmos DB service using the Azure Cosmos DB Data Migration Tool.
更多关于DocumentDB数据迁移工具的使用方法,请参考How to import data into Azure Cosmos DB with the DocumentDB API