Hi all, I am here to propose Apache SeaTunnel Web 1.0.0 plan to release
Code address: https://github.com/apache/seatunnel-web At present, all the codes of the Web are in the 'main' branch, and the main function point of SeaTunnel Web is to generate and execute the configuration 'conf' file of SeaTunnel. The monitoring indicators of task execution are displayed in real time Version 1.0.0 is now being tested and bug fixed, and anyone interested in SeaTunnel Web or wanting to contribute to the latest version is welcome to test it. If you find any errors, you can report SeaTunnel with the [SeaTunnel-Web] tag. Submit PR to fix bugs at any time, no matter what others or you report. Below I will list some of the currently supported data sources and the main features Main supported data sources: JDBC-Postgres JDBC-StarRocks JDBC-ClickHouse JDBC-Mysql StarRocks JDBC-TiDB SqlServer-CDC Hive MySQL-CDC JDBC-SQLServer JDBC-Oracle S3 Kafka ElasticSearch The main functions and features are: 1. Create virtual tables for unstructured databases to map entity data types and SeaTunnel types 2. Create a synchronization task, including source-& gt. sink forms a pipeline. source and sink can respectively select the synchronization mode, library, table and some other parameters of the corresponding data source 3. Execute a synchronization task. Generate a conf configuration file based on the configured synchronization task and send it to SeaTunnel for execution 4. Display the SeaTunnel task execution monitoring indicators and task execution status in real time 5. The canvas displays information about each pepeline defined by the synchronization task 6. Data pipeline function, used to display task execution rate indicators
