tree: 7b4eefd6e64a1c16da26f909558b8db06f0aae6c [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
seatunnel-core/seatunnel-core-starter/README.md

Introduction

This module is the base start module for SeaTunnel new connector API.

seatunnel_architecture.png

SeaTunnel Job Execute Process

The first step, SeaTunnel runtime engine will get job definition from seatunnel.conf file, then parse the config, load seatunnel plugin from classpath/FileSystem. After initialize seatunnel plugin, SeaTunnel runtime engine will translate the job to target engine(Flink/Spark) job, then submit the job to target engine.