Skip to content

Commit 63d9c08

Browse files
Update REadme for DocumentDB name change.
1 parent 8fd3aab commit 63d9c08

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Schema Transformer: Migrating RU-based Azure Cosmos DB for MongoDB to vCore-based
1+
# Schema Transformer: Migrating RU-based Azure Cosmos DB for MongoDB to Azure DocumentDB
22

3-
Schema Transformer is a Python script designed to analyze Mongo RU Collection schemas and efficiently transform them into a vCore-optimized structure. This ensures seamless compatibility and enhances query performance.
3+
Schema Transformer is a Python script designed to analyze Mongo RU Collection schemas and efficiently transform them into a DocumentDB optimized structure. This ensures seamless compatibility and enhances query performance.
44

55
With this tool, you can generate index and sharding recommendations tailored specifically to your workload, making your migration smoother and more efficient.
66

@@ -9,16 +9,17 @@ With this tool, you can generate index and sharding recommendations tailored spe
99
The tool supports the following versions:
1010

1111
- **Source:** Azure Cosmos DB for MongoDB RU-based (version 4.2 and above)
12-
- **Target:** Azure Cosmos DB for MongoDB vCore (all versions)
12+
- **Target:** Azure DocumentDB (all versions)
1313

1414
## How to Run the Script
1515

1616
### Prerequisites
1717

1818
Before running the assessment, ensure that the client machine meets the following requirements:
1919

20-
- Access to both source and target MongoDB endpoints, either over a private or public network via the specified IP or hostname.
20+
- Access to both source MongoDB RU endpoint and target Azure DocumentDb endpoint, either over a private or public network via the specified IP or hostname.
2121
- Python (version 3.10 or above) must be installed.
22+
- PyMongo library must be installed (`pip install pymongo`).
2223

2324
### Steps to Run the Assessment
2425

0 commit comments

Comments
 (0)