1 Star 0 Fork 0

poemp/flink-sql-lineage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3.8"
services:
mysql:
container_name: mysql
image: mysql:8.0
environment:
MYSQL_ROOT_PASSWORD: root@123456
MYSQL_DATABASE: lineage
ports:
- "3306:3306"
volumes:
- "./data/storage/mysql:/var/lib/mysql"
- "./scripts/mysql:/docker-entrypoint-initdb.d/"
networks:
springboot-mysql-net:
lineage-server:
container_name: lineage-server
image: lineage-server:1.0.0
build:
context: ./
dockerfile: Dockerfile
ports:
- "8194:8194"
depends_on:
- mysql
networks:
springboot-mysql-net:
restart: on-failure
networks:
springboot-mysql-net:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lyw2010/flink-sql-lineage.git
git@gitee.com:lyw2010/flink-sql-lineage.git
lyw2010
flink-sql-lineage
flink-sql-lineage
main

搜索帮助