Skip to content

How to Migrate from MySQL to MotherDuck

Skippr is the easiest way to migrate from MySQL to MotherDuck and get fully cleansed and modeled data in one run command.

Source: MySQL. Destination: MotherDuck.

Sample config

yaml
skippr:
  workspace: mysql_to_motherduck
pipelines:
  mysql_to_motherduck:
    data_source: data_sources.source
    data_sink: data_sinks.warehouse
data_sources:
  source:
    Mysql:
      connection_string: "mysql://user:pass@host:3306/db"
data_sinks:
  warehouse:
    Motherduck:
      motherduck_token: "${MOTHERDUCK_TOKEN}"
      database: my_database
      schema: main

Environment

bash
export MOTHERDUCK_TOKEN="eyJ..."

Source connector: mysql. Destination connector: motherduck-warehouse.

See Quick start.