feat: 提交

master
old-tom 6 months ago
parent 5621a2f5b8
commit 7ef587d135

@ -173,3 +173,19 @@ $ docker-compose --profile all up -d
cd E:\code\opensource\dify\docker cd E:\code\opensource\dify\docker
docker compose up -d docker compose up -d
``` ```
+ mac flink
安装
```shell
brew install apache-flink
```
查看版本
```shell
flink --version
```
启动集群standalone
```shell
cd /opt/homebrew/Cellar/apache-flink/1.20.1/libexec/bin && ./start-cluster.sh
```
web UI
http://localhost:8081/#/overview
Loading…
Cancel
Save