-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[Feature][tools] X2SeaTunnel #9507 #9664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I think we should create new sub repository just like mcp. cc @davidzollo @TyrantLucifer |
We need to reach a consensus in the email, please send a discussion in dev @Adamyuanyuan |
@Adamyuanyuan you did a amazing job. Please send a discussion in [email protected], then we can create a new repository, thank you |
Of course, the advantages of a separate project are obvious. It can be iterated faster and is easier to control. |
Hi @Adamyuanyuan , |
Move to apache/seatunnel-tools#2 |
Purpose of this pull request
X2SeaTunnel is a tool for converting DataX and other configuration files to SeaTunnel configuration files, designed to help users quickly migrate from other data integration platforms to SeaTunnel.
This is the implementation of the first version.
Does this PR introduce any user-facing change?
Added a new tool with the following functions:
Basic Usage
Conversion Report
After conversion is completed, view the generated Markdown report file, which includes:
For batch conversions, a batch summary report
summary.md
will be generated in the batch report directory, including:How was this patch tested?
Yes, including unit tests, local tests, and production tests.
Check list
New License Guide