MongoDB
UDTS supports migrating from AWS DynamoDB to MongoDB
Source DynamoDB Form
| Parameter Name | Description | Example |
|---|---|---|
| Region | Region where DynamoDB is located | us-east-2 |
| AWS access key | AWS authorization access key | AKIA5XXIWOJLFJSLW5DJNMFD |
| AWS secret key | AWS authorization secret key | wlHcUhT/ysfl8lxaw7nx/UDcbwnB0t |
| AWS token | AWS authorization token | |
| Custom-built DynamoDB address | Address of custom-built DynamoDB (refer to Note 1) | http://192.168.100.103:8000 |
Target MongoDB Form
| Parameter Name | Description | Example |
|---|---|---|
| Address | 10.9.43.27 | us-east-2 |
| Region/VPC/Subnet | Select on the console page | |
| Port | MongoDB connection port | 27017 |
| Username | MongoDB username | root |
| Password | MongoDB password | 123456 |
| Authorization DB | MongoDB authorization DB, default in UDB is admin | admin |
| Database Name | Corresponding name in MongoDB after migrating from DynamoDB (refer to Note 2) | mydb |
Notes
- When the source is custom-built,
Custom-built DynamoDB addressis required; otherwise,AWS access key,AWS secret key, andRegionare required. - In DynamoDB, there are only Tables, not Databases. When migrating to MongoDB, you need to specify a DB name, and the migrated data will be stored in this DB.