Skip to content

Commit e9f88ec

Browse files
authored
Merge branch 'master' into split_provision_and_start.sh
2 parents 9f15bd5 + de19be8 commit e9f88ec

File tree

5 files changed

+140
-142
lines changed

5 files changed

+140
-142
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Provision SQLFlow Desktop for Linux
1+
# Release SQLFlow Desktop Distribution as a VM Image
22

33
This is an experimental work to check deploying the whole
44
[SQLFlow](https://sqlflow.org/sqlflow) service mesh on Windows, Linux,

figures/arch.dot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ digraph G {
2727
SQLFlow -> Argo [label="Argo workflow"];
2828
Argo -> DBMS [label="submit SQL statement"];
2929
Argo -> AI [label="submit AI job"];
30-
31-
SQLFlow -> DBMS [label="verify data schema"];
30+
Argo -> DBMS [label="verify data schema"];
3231

3332
Client [label="sqlflow command-line client"];
3433

figures/arch.svg

Lines changed: 66 additions & 66 deletions
Loading

figures/arch_vm.dot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ digraph G {
3636
SQLFlow -> Argo [label="Argo workflow"];
3737
Argo -> DBMS [label="submit SQL statement"];
3838
Argo -> AI [label="submit AI job"];
39-
40-
SQLFlow -> DBMS [label="verify data schema"];
39+
Argo -> DBMS [label="verify data schema"];
4140

4241
Client [label="sqlflow command-line client"];
4342

0 commit comments

Comments
 (0)