migrate-mysql

Automate MySQL to ScalarDB migration with schema extraction and data migration.

12|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/wfukatsu/nexus-architect --skill migrate-mysql
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-mysql
Source: https://github.com/wfukatsu/nexus-architect/tree/main/skills/migrate-mysql
Command: npx skills add https://github.com/wfukatsu/nexus-architect --skill migrate-mysql

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mysql-connector-python, pymysql, psycopg2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the migration process from MySQL to ScalarDB, simplifying the complex task of database migration and ensuring data integrity and consistency.

Core Features & Use Cases

  • Schema Extraction: Extracts the schema from a MySQL database.
  • Migration Analysis: Analyzes the compatibility and complexity of the migration.
  • Data Migration: Migrates the data from MySQL to ScalarDB.
  • Use Case: Migrating a production MySQL database to ScalarDB with minimal downtime and zero data loss.

Quick Start

To begin the migration process, run the command: /architect:migrate-mysql

Frequently Asked Questions about migrate-mysql

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate MySQL to ScalarDB migration for large datasets?

Automating MySQL to ScalarDB migration involves extracting the schema, analyzing compatibility, and executing the data migration using Python scripts to ensure data integrity and consistency for large datasets.

What is the process for extracting a MySQL schema before migrating to ScalarDB?

Schema extraction for ScalarDB migration pulls the structural definitions from a MySQL database, analyzing compatibility and complexity to prepare for executing the data migration with minimal downtime.

Does migrating a production MySQL database to ScalarDB require active connections to both databases?

Yes, migrating a production MySQL database to ScalarDB requires active connections to both databases to execute the Python scripts for schema extraction and data migration with zero data loss.

Can I use Python scripts to migrate complex MySQL schemas to ScalarDB?

Yes, Python scripts handle migrating databases with complex schemas to ScalarDB by extracting schema, analyzing compatibility, and executing the migration to ensure data integrity.

What are the limitations of migrating large MySQL datasets to ScalarDB?

Migration of large MySQL datasets to ScalarDB requires establishing connections to both databases and executing Python scripts, applying best to databases with complex schemas to ensure minimal downtime and zero data loss.