-
Notifications
You must be signed in to change notification settings - Fork 3
[Feature][X2SeaTunnel] Add X2SeaTunnel tool #2
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
# Conflicts: # README.md
| you need to open this annotation and change the dependency of config-shade to project. | ||
| <module>seatunnel-config</module> | ||
| --> | ||
| <module>seatunnel</module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this. We should use sub module seatunnel as dependency, not release version.
pom.xml
Outdated
|
|
||
| <!-- External dependency versions for submodules (x2seatunnel) --> | ||
| <!-- SeaTunnel released artifacts used by tools (adjust as needed or override with -Dseatunnel.version=...) --> | ||
| <seatunnel.version>2.3.11</seatunnel.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use sub module seatunnel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, thanks
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.mdwill 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