mysql-data-mover

    This application moves data from one Mysql database to another. It is faster and more robust than mysqldump utility, has ability to move data in parallel threads with retries.

    Language: csharp

    Author: GitHub Repos (@github-repos)

    0 stars · 1 views

    Viewing path: README.md

    Files

    • README.md (md)
    • App.cs (cs)
    • Dodo.DataMover.Tests (tests)
    • DataManipulation (txt)
    • feature_request.md (md)
    • bug_report.md (md)
    • ReadCommand.cs (cs)
    • Batch.cs (cs)
    • SourceDataReaderTests.cs (cs)
    • docs (txt)
    • schema.png (image)
    • run-docker-compose.sh (sh)
    • run-integration-tests.sh (sh)
    • zip-release-binaries.sh (sh)
    • run-build-image.sh (sh)
    • global.json (json)
    • LICENSE (txt)
    • .github (github)
    • workflows (txt)
    • on-pull-request.yml (yml)
    • on-release.yml (yml)
    • CI_AND_RELEASE.md (md)
    • on-push-to-master.yml (yml)
    • dependabot.yml (yml)
    • ISSUE_TEMPLATE (txt)
    • CONTRIBUTING.md (md)
    • CODE_OF_CONDUCT.md (md)
    • Dockerfile (txt)
    • integration-tests (txt)
    • init.sql (sql)
    • docker-compose.yml (yml)
    • test.sh (sh)
    • src (txt)
    • Dodo.DataMover (datamover)
    • Common (txt)
    • Text (txt)
    • StringBuilderExtensions.cs (cs)
    • Collections (txt)
    • EnumerablePartitionExtensions.cs (cs)
    • DataMoverSettings.cs (cs)
    • DataManipulation (txt)
    • DatabaseGateway.cs (cs)
    • SchemaCopier.cs (cs)
    • Models (txt)
    • Column.cs (cs)
    • TableSchema.cs (cs)
    • InsertCommand.cs (cs)
    • Unused.cs (cs)
    • ReadCommandGenerator.cs (cs)
    • SqlUtil.cs (cs)
    • DatabaseMapping (txt)
    • DatabaseMatadataDto.cs (cs)
    • DatabaseObjectDto.cs (cs)
    • TableDto.cs (cs)
    • ColumnDto.cs (cs)
    • DatabasePublisher.cs (cs)
    • PolicyFactory.cs (cs)
    • appsettings.json (json)
    • SourceDataReader.cs (cs)
    • SourceSchemaReader.cs (cs)
    • appsettings.local.template.json (json)
    • appsettings.integration-test.json (json)
    • Program.cs (cs)
    • Startup.cs (cs)
    • SourceSchemaReaderTests.cs (cs)
    • DatabasePublisherTests.cs (cs)
    • SqlUtilTests.cs (cs)
    • ATTRIBUTION.md (markdown)
    github-repos/mysql-data-mover

    mysql-data-mover

    Public
    • Updated Jun 15, 2026
    0
    Select a file

    Tap "Show Files" to select a file

    About

    This application moves data from one Mysql database to another. It is faster and more robust than mysqldump utility, has ability to move data in parallel threads with retries.

    0stars
    1views
    Created Feb 13, 2026