Skip to main content
Version: 2.1.0

Download and install

Download​

https://github.com/apache/incubator-seatunnel/releases

Environmental preparation​

Prepare JDK1.8​

seatunnel relies on the JDK1.8 runtime environment.

Please download Flink first, please choose Flink version >= 1.9.0. The download is complete to install flink

Install seatunnel​

Download the seatunnel installation package and unzip

wget https://github.com/apache/incubator-seatunnel/releases/download/v<version>/seatunnel-<version>.zip -O seatunnel-<version>.zip
unzip seatunnel-<version>.zip
ln -s seatunnel-<version> seatunnel

Without any complicated installation and configuration steps, please refer to Quick Start for the usage of seatunnel, and refer to Configuration for configuration.

If you want to deploy seatunnel to run on Flink Standalone/Yarn cluster , please refer to seatunnel deployment