yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
8.96k stars 1.07k forks source link

[Migration] Open source tool to migrate data from MySQL to YugabyteDB #8049

Closed suranjan closed 3 years ago

suranjan commented 3 years ago

pgloader is a popular tool to migrate data from MySQL and other databases to PostgresDB. Although it uses Postgres driver, due to some unsupported constructs it can't be used as it is to migrate data to YugabyteDB.

We can make changes to it and adapt to support YugabyteDB.

suranjan commented 3 years ago

Closing it as duplicate of https://github.com/yugabyte/yugabyte-db/issues/7886