|
1 |
| -# Azure Cosmos DB data migration tool |
| 1 | +# Azure Cosmos DB data migration tool (Retired) |
2 | 2 |
|
3 |
| -> **PLEASE NOTE** |
4 |
| -> |
5 |
| -> The Azure Cosmos DB data migration tool is undergoing a full refactor to restructure the project to accomplish the following: |
6 |
| -> |
7 |
| -> - Provide a base cross-platform CLI that is lightweight and serves as the base (core) executable for hosting extensions |
8 |
| -> - The extensible framework enables the community to add source and destination targets without modifying the core executable |
9 |
| -> - Improve stability |
10 |
| -> - Use the latest stable .NET release (currently .NET 6) |
11 |
| -> - Use the latest Azure Cosmos DB SDKs |
| 3 | +**PLEASE NOTE** |
| 4 | + |
| 5 | +This version of the Azure Cosmos DB data migration tool has been retired. A new version of our Data Migration Tool has been created and is maintained by members of the Cosmos DB developer community. |
12 | 6 |
|
13 |
| -To access the archived version of the tool, navigate to the [**Archive branch**](https://github.com/Azure/azure-documentdb-datamigrationtool/tree/archive). |
| 7 | +Read the annoucement blog post, [Announcing New Azure Cosmos DB Desktop Data Migration Tool](https://devblogs.microsoft.com/cosmosdb/new-desktop-data-migration-tool/) |
14 | 8 |
|
15 |
| ---- |
| 9 | +New Repository, [Azure Cosmos DB Desktop Data Migration Tool on GitHub](https://github.com/AzureCosmosDB/data-migration-desktop-tool) |
16 | 10 |
|
17 |
| -## Cosmos DB data migration tool architecture |
| 11 | +To access the archived version of the tool and its documentation, navigate to the [**Archive branch**](https://github.com/Azure/azure-documentdb-datamigrationtool/tree/archive). |
18 | 12 |
|
19 |
| -The Cosmos DB Data Migration Tool is a lightweight executable that leverages the [Managed Extensibility Framework (MEF)](https://docs.microsoft.com/en-us/dotnet/framework/mef/). MEF enables decoupled implementation of the core project and its extensions. The core application is a command-line executable responsible for composing the required extensions at runtime by automatically loading them from the Extensions folder of the application. An Extension is a class library that includes the implementation of a System as a Source and (optionally) Sink for data transfer. The core application project does not contain direct references to any extension implementation. Instead, these projects share a common interface. |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| -## Cosmos DB project structure |
24 |
| - |
25 |
| -The Cosmos DB Data Migration Tool core project is a C# command-line executable. The core application serves as the composition container for the required Source and Sink extensions. Therefore, the application user needs to put only the desired Extension class library assembly into the Extensions folder before running the application. In addition, the core project has a unit test project to exercise the application's behavior, whereas extension projects contain concrete integration tests that rely on external systems. |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
30 |
| - |
31 |
| -## Documentation |
32 |
| - |
33 |
| -[Initial usage documentation](docs/developer-guidance.md). |
| 13 | +[Last Archived Release 1.8.3](https://github.com/Azure/azure-documentdb-datamigrationtool/releases/tag/1.8.3) |
0 commit comments