Skip to content

Releases: JoshLuedeman/cosmosdb-to-sql-migration-tool

Cosmos DB to SQL Assessment Tool v1.1.0

29 Aug 19:42
d963170

Choose a tag to compare

Cosmos DB to SQL Migration Assessment Tool v1.1.0

🚀 Features

  • Deep Cosmos DB analysis with 6-month performance metrics
  • Intelligent SQL migration assessment with platform recommendations
  • Azure Data Factory migration time and cost estimates
  • Professional Excel and Word reports with proper styling
  • Multi-database analysis support
  • Command-line interface with flexible options

📦 Downloads

Choose the appropriate package for your platform:

  • Windows (x64): cosmos-to-sql-assessment-1.1.0-win-x64.zip
  • Linux (x64): cosmos-to-sql-assessment-1.1.0-linux-x64.tar.gz
  • macOS Intel: cosmos-to-sql-assessment-1.1.0-osx-x64.tar.gz
  • macOS Apple Silicon: cosmos-to-sql-assessment-1.1.0-osx-arm64.tar.gz

🔧 Usage

# Analyze a specific database
./CosmosToSqlAssessment --endpoint "https://your-cosmos-account.documents.azure.com:443/" --database "YourDatabase" --output "./Reports"

# Analyze all databases
./CosmosToSqlAssessment --endpoint "https://your-cosmos-account.documents.azure.com:443/" --all-databases --output "./Reports"

📋 Prerequisites

  • Azure Cosmos DB account access
  • Azure CLI authentication or managed identity
  • Azure Monitor access (optional, for enhanced metrics)

🔒 Security

  • Uses Azure DefaultAzureCredential for secure authentication
  • No sensitive data stored in configuration files
  • Command-line first approach for flexible deployment

Initial Release

21 Aug 22:05

Choose a tag to compare

This is the first release of this application. It is a console application designed to scan a CosmosDB and help you assess the instance and plan a migration to AzureSQL.