scaleph 使用容器构建本地开发,通过容器快速构建开发、体验环境,生产环境需要替换。scaleph-api 运行所需:
mysql。scaleph 用到的数据库,sql 语句位于 tools/docker/mysql/init.d。
scaleph-api 配置了多数据源,生产环境用户为 3 类表配置不同的数据库。scaleph 实现的Flink catalog 使用的数据库。redis。用户权限模块使用
minio。scaleph 文件上传,Flink 任务运行期间产生的 checkpoints、savepoints 和 ha 数据。scaleph 未于 minio 深度绑定,用户可以按需切换 HDFS、OSS 等
拉取镜像
scaleph 系统镜像
docker pull ghcr.io/flowerfine/scaleph/scaleph-api:v2.0.2docker pull ghcr.io/flowerfine/scaleph/scaleph-ui-react:v2.0.2docker pull ghcr.io/flowerfine/scaleph/mysql:v2.0.2scaleph 依赖镜像
docker pull bitnami/mysql:8.0docker pull bitnami/redis:7.0.10docker pull bitnami/minio:2023.3.24docker pull flink:1.18docker pull ghcr.io/flowerfine/scaleph/scaleph-file-fetcher:latestdocker pull ghcr.io/flowerfine/scaleph-sql-template:1.18docker pull ghcr.io/flowerfine/scaleph-sql-template:1.17docker pull ghcr.io/flowerfine/scaleph-seatunnel:2.3.3-flink-1.15