Skip to content

TawfikAzza/DataLeap

Repository files navigation

DataLeap

Prerequisites

  • Docker
  • .NET Core 8

Running ezMigrationTool to execute a test migration

  1. Start Docker Compose

    • Navigate to the root folder of the app and run:
      docker compose up -d --build
  2. Ensure Essential Services are Running

    • Confirm that the following services are running:
      • MySQL
      • MongoDB
  3. Spin Up MySQL and Populate Data

    • Connect to your MySQL instance.
    • Use the create_and_populate.sql script to create and populate the database with mock data simulating a production environment.
  4. Run the EzMigrationTool

    • Navigate to the /ezmigrationtool folder in your command line interface.
    • Execute the console application with the following command:
      dotnet run
  5. Follow the steps indicated by the application, your command line interface should prompt something like this:

    asdasd

About

Synopsis DBD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors