Gemini147258 opened a new issue, #8801:
URL: https://github.com/apache/seatunnel/issues/8801

   ### Search before asking
   
   - [x] I had searched in the 
[feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22)
 and found no similar feature requirement.
   
   
   ### Description
   
   Rich and extensible Connector: SeaTunnel provides a Connector API that does 
not depend on a specific execution engine. Connectors (Source, Transform, Sink) 
developed based on this API can run on many different engines, such as 
SeaTunnel Engine(Zeta), Flink, and Spark.
   Connector plugin: The plugin design allows users to easily develop their own 
Connector and integrate it into the SeaTunnel project. Currently, SeaTunnel 
supports more than 100 Connectors, and the number is surging.
   Batch-stream integration: Connectors developed based on the SeaTunnel 
Connector API are perfectly compatible with offline synchronization, real-time 
synchronization, full-synchronization, incremental synchronization and other 
scenarios. They greatly reduce the difficulty of managing data integration 
tasks.
   Supports a distributed snapshot algorithm to ensure data consistency.
   Multi-engine support: SeaTunnel uses the SeaTunnel Engine(Zeta) for data 
synchronization by default. SeaTunnel also supports the use of Flink or Spark 
as the execution engine of the Connector to adapt to the enterprise's existing 
technical components. SeaTunnel supports multiple versions of Spark and Flink.
   JDBC multiplexing, database log multi-table parsing: SeaTunnel supports 
multi-table or whole database synchronization, which solves the problem of 
over-JDBC connections; and supports multi-table or whole database log reading 
and parsing, which solves the need for CDC multi-table synchronization 
scenarios to deal with problems with repeated reading and parsing of logs.
   High throughput and low latency: SeaTunnel supports parallel reading and 
writing, providing stable and reliable data synchronization capabilities with 
high throughput and low latency.
   Perfect real-time monitoring: SeaTunnel supports detailed monitoring 
information of each step in the data synchronization process, allowing users to 
easily understand the number of data, data size, QPS and other information read 
and written by the synchronization task.
   Two job development methods are supported: coding and canvas design. The 
SeaTunnel web project https://github.com/apache/seatunnel-web provides visual 
management of jobs, scheduling, running and monitoring capabilities.
   
   ### Usage Scenario
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to