Skip to content

Commit 65f3316

Browse files
author
Sandeep Nair
committed
simplify doc structure
1 parent 4d22fb5 commit 65f3316

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

articles/cosmos-db/mongodb/vcore/migrate-with-mongotools.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,13 @@ ms.topic: tutorial
1111
ms.date: 08/26/2021
1212
---
1313

14-
# Tutorial: Migrate MongoDB to Azure Cosmos DB for MongoDB vCore offline using MongoDB native tools
14+
# Migrate MongoDB to Azure Cosmos DB for MongoDB vCore offline using MongoDB native tools
1515
[!INCLUDE[MongoDB vCore](../../includes/appliesto-mongodb-vcore.md)]
1616

1717

18-
## Overview of data migration using MongoDB native tools
19-
2018
You can use MongoDB native tools to perform an offline (one-time) migration of databases from an on-premises or cloud instance of MongoDB to Azure Cosmos DB for MongoDB vCore.
2119

22-
In this tutorial, you learn how to:
23-
> [!div class="checklist"]
24-
>
25-
> * Choose the appropriate MongoDB native tool for your use-case
26-
> * Run the migration.
27-
> * Monitor the migration.
28-
29-
In this tutorial, you migrate a dataset in MongoDB hosted in an Azure Virtual Machine to Azure Cosmos DB for MongoDB vCore by using MongoDB native tools. The MongoDB native tools are a set of binaries that facilitate data manipulation on an existing MongoDB instance. The focus of this doc is on migrating data out of a MongoDB instance using *mongoexport/mongoimport* or *mongodump/mongorestore*. Since the native tools connect to MongoDB using connection strings, you can run the tools anywhere, however we recommend running these tools within the same network as the MongoDB instance to avoid firewall issues.
20+
In this guide, you migrate a dataset in MongoDB hosted in an Azure Virtual Machine to Azure Cosmos DB for MongoDB vCore by using MongoDB native tools. The MongoDB native tools are a set of binaries that facilitate data manipulation on an existing MongoDB instance. The focus of this doc is on migrating data out of a MongoDB instance using *mongoexport/mongoimport* or *mongodump/mongorestore*. Since the native tools connect to MongoDB using connection strings, you can run the tools anywhere, however we recommend running these tools within the same network as the MongoDB instance to avoid firewall issues.
3021

3122
The MongoDB native tools can move data only as fast as the host hardware allows; the native tools can be the simplest solution for small datasets where total migration time isn't a concern. [MongoDB Spark connector](https://docs.mongodb.com/spark-connector/current/), [Azure Data Migration Service (DMS)](../../../dms/tutorial-mongodb-cosmos-db.md), or [Azure Data Factory (ADF)](../../../data-factory/connector-azure-cosmos-db-mongodb-api.md) can be better alternatives if you need a scalable migration pipeline.
3223

0 commit comments

Comments
 (0)