This repo contains the following tools.
The DocumentDB Index Tool
makes it easier to migrate only indexes (not data) between a source MongoDB deployment and an Amazon DocumentDB cluster. The Index Tool can also help you find potential compatibility issues between your source databases and Amazon DocumentDB. You can use the Index Tool to dump indexes and database metadata, or you can use the tool against an existing dump created with the mongodump tool.
For more information about this tool, checkout the Amazon DocumentDB Index Tool README file.
The DocumentDB Compatibility Tool
examines log files from MongoDB or source code from MongoDB applications to determine if there are any queries which use operators that are not supported in Amazon DocumentDB. This tool produces a simple report of unsupported operators and file names with line numbers for further investigation.
For more information about this tool, checkout the Amazon DocumentDB Compatibility Tool README file.
The Cosmos DB Migration Utility
is an application created to help live migrate the Azure Cosmos DB for MongoDB API databases to Amazon DocumentDB with very little downtime. It keeps the target Amazon DocumentDB cluster in sync with the source Microsoft Azure Cosmos DB until the client applications are cut over to the DocumentDB cluster.
For more information about the Cosmos DB Migrator tool, checkout the Cosmos DB Migration Utility README file.
The global-clusters-automation
is a tool created to automate the global cluster failover process for Disaster Recovery (DR) and Business Continuity Planning (BCP) use cases. It uses AWS lambda functions to trigger failover process and convert a standalone regional cluster to a global cluster.Amazon Route53 private hosted zone is used to manage cluster endpoints changes for applications.
For more information about the Global Clusters Automation Tool, checkout the Global Clusters Automation Tool file.
This library is licensed under the Apache 2.0 License.