Skip to content

sfi-dmather/amazon-documentdb-tools

 
 

Repository files navigation

Amazon DocumentDB Tools

This repo contains tools to make migrating to Amazon DocumentDB (with MongoDB compatibility) easier.

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 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 used and saves all log lines that were not supported to an output file 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.

License

This library is licensed under the Apache 2.0 License.

About

Tools for use with the Amazon DocumentDB managed document database service.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%