paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[doc] docker quick start flink

Open FireFreedomK opened this issue 1 year ago • 1 comments

Purpose

Linked issue: #1151

Add a docker folder in the project root path to store docker compose file. In this PR, a new flink_docker_compose.yml file is added to quickly start the Flink cluster, and paimon-related jar files are introduced. A flink SQL-client container is started with flink_docker_compose.yml to execute the relevant SQL statements to create the catalog and tables, write and query the data.

In the future, add files such as spark3_docker_compose.yml and hive_docker_compose.yml in the docker/ path to quickly build related cluster environments.

New quick_start.md file under docs/content/engines/ that describes how to quickly build flink and paimon environments and how to use paimon through Flink sql-client.

Follow-up quick-start documents such as Spark and Hive will be appended to the file.

Tests

no

API and Format

no

Documentation

no

FireFreedomK avatar Aug 15 '23 14:08 FireFreedomK

Is this PR still in progress? @FireFreedomK @SteNicholas @JingsongLi

pengmide avatar Feb 01 '24 01:02 pengmide

Hi @pengmide , it looks like there is no enough requirement for docker quickstart now.

JingsongLi avatar Aug 12 '24 02:08 JingsongLi