11# Cosmos DB to SQL Migration Assessment Tool
22
3- [ ![ Build Status] ( https://github.com/yourusername/cosmos -to-sql-consoleapp /workflows/Build/badge.svg )] ( https://github.com/yourusername/cosmos -to-sql-consoleapp /actions )
4- [ ![ CodeQL] ( https://github.com/yourusername/cosmos -to-sql-consoleapp /workflows/CodeQL/badge.svg )] ( https://github.com/yourusername/cosmos -to-sql-consoleapp /actions )
3+ [ ![ Build Status] ( https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool /workflows/Build/badge.svg )] ( https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool /actions )
4+ [ ![ CodeQL] ( https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool /workflows/CodeQL/badge.svg )] ( https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool /actions )
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
66[ ![ .NET 8.0] ( https://img.shields.io/badge/.NET-8.0-purple.svg )] ( https://dotnet.microsoft.com/ )
77
@@ -21,7 +21,7 @@ A powerful C# console application for analyzing Azure Cosmos DB databases and ge
2121## 🚀 Quick Start
2222
2323### Option 1: Download Release (Recommended)
24- 1 . Download the latest release from [ GitHub Releases] ( https://github.com/yourusername/cosmos -to-sql-consoleapp /releases )
24+ 1 . Download the latest release from [ GitHub Releases] ( https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool /releases )
25252 . Extract the ZIP file for your platform (Windows, Linux, or macOS)
26263 . Run the executable:
2727
@@ -35,8 +35,8 @@ A powerful C# console application for analyzing Azure Cosmos DB databases and ge
3535
3636### Option 2: Build from Source
3737``` bash
38- git clone https://github.com/yourusername/cosmos -to-sql-consoleapp .git
39- cd cosmos -to-sql-consoleapp
38+ git clone https://github.com/JoshLuedeman/cosmosdb -to-sql-migration-tool .git
39+ cd cosmosdb -to-sql-migration-tool
4040dotnet build --configuration Release
4141dotnet run -- --endpoint " https://your-cosmos-account.documents.azure.com:443/" --database " your-database" --output " ./reports"
4242```
0 commit comments