Apache SeaTunnel Tools
This repository hosts auxiliary tools for Apache SeaTunnel. It focuses on developer/operator productivity around configuration, conversion, packaging and diagnostics. Current modules:
- x2seatunnel: Convert configurations (e.g., DataX) into SeaTunnel configuration files.
More tools may be added in the future. For the main data integration engine, see the Apache SeaTunnel project.
Tool 1 - SeaTunnel MCP Server
What is MCP?
- MCP (Model Context Protocol) is an open protocol for connecting LLMs to tools, data, and systems. With SeaTunnel MCP, you can operate SeaTunnel directly from an LLM-powered interface while keeping the server-side logic secure and auditable.
- Learn more: https://github.com/modelcontextprotocol
SeaTunnel MCP Server
For screenshots, demo video, features, installation and usage instructions, please refer to the README in the seatunnel-mcp directory.
Tool 2 - x2seatunnel
What is x2seatunnel?
- x2seatunnel is a configuration conversion tool that helps users migrate from other data integration tools (e.g., DataX) to SeaTunnel by converting existing configurations into SeaTunnel-compatible formats.
- x2seatunnel
Contributing
Issues and PRs are welcome.
Get the main project from Apache SeaTunnel