Add MySQL HeatWave to TiDB Cloud migration module#2
Open
ayenller wants to merge 2 commits into
Open
Conversation
MySQL HeatWave -> TiDB Cloud migration toolkit: AI skill (SKILL.md) plus a Python CLI (tishift-heatwave) covering scan (readiness scoring), convert (DDL cleanup + TiFlash replica emission), and reference docs for load/ check/sync phases. Compatibility rules are grounded in docs.pingcap.com/tidbcloud/mysql-compatibility (charset support, lower_case_table_names, updatable views, FULLTEXT tier gating, native FK enforcement). 174 tests, verified end-to-end against a live HeatWave instance and TiDB Cloud target. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Adds the module to the Supported Migration Paths table, Quick Start, CLI usage, test-running section, and project structure tree. Extends .gitignore to keep generated migration configs (tishift*.yaml, real hostnames/credentials) and scan/convert/load run output (tishift-reports/, tishift-load/, demo-reports/) out of version control across all modules. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new migration path: MySQL HeatWave → TiDB Cloud.
heatwave-to-tidb/— AI skill (SKILL.md) + Python CLI (tishift-heatwave) covering scan (readiness scoring), convert (DDL cleanup + TiFlash replica emission), and reference docs for the load/check/sync phases.lower_case_table_names, updatable views, FULLTEXT tier gating, native FK enforcement (v6.6+).README.md(Supported Migration Paths table, skill-run section, CLI Toolkit section, tests section, Project Structure tree) and extends.gitignoreto keep generated migration configs and scan/convert/load run output out of version control across all modules.Test plan
cd heatwave-to-tidb && pytest tests -q— 174 passedAVAILABLE=1🤖 Generated with Claude Code