gordonmurray / apache_flink_paimon_and_seatunnel

Trying out Apache Flink with Apache Paimon and Apache SeaTunnel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Flink, Paimon and SeaTunnel

Static Badge

Seeing if Seatunnel can read data stored in s3 created using Flink and Paimon

Build a SeaTunnel image

At the time of writing, SeaTunnel doesn't have an up to date image on Dockerhub, so use the following to create a local image:

cd seatunnel

docker build -t seatunnel:2.3.0-flink-1.17 -f Dockerfile .

Once built, run docker compose up -d

About

Trying out Apache Flink with Apache Paimon and Apache SeaTunnel

License:MIT License


Languages

Language:Dockerfile 100.0%