All Projects → awslabs → amazon-documentdb-tools

awslabs / amazon-documentdb-tools

Licence: Apache-2.0 license
Tools for use with the Amazon DocumentDB managed document database service.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Amazon DocumentDB Tools

This repo contains the following tools.

Amazon DocumentDB Index Tool

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.

Amazon DocumentDB Compatibility Tool

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.

Cosmos DB Migration Utility

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.

Amazon DocumentDB Global Clusters Automation Tool

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.

License

This library is licensed under the Apache 2.0 License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].