Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions figures/arch.dot
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ digraph G {

Jupyter [label="Jupyter Notebook server +\n SQLFlow magic command"];
SQLFlow [label="SQLFlow server"];
ModelZoo [label="Model Zoo server\n(with MySQL to store relational data)"];
DockerRegistry [label="Docker registry"];
Argo [label="Tekton on Kubernetes\n(each workflow step is a container)"];
AI [label="AI engine\n(Alibaba PAI, KubeFlow+Kuberntes, etc)"];
DBMS [label="database system\n(Hive, MySQL, MaxCompute, etc)"];
Expand All @@ -28,9 +30,14 @@ digraph G {
Argo -> DBMS [label="submit SQL statement"];
Argo -> AI [label="submit AI job"];
Argo -> DBMS [label="verify data schema"];
ModelZoo -> DockerRegistry [label="release model definition"];
DockerRegistry -> SQLFlow [label="use model definition"];
SQLFlow -> DBMS [label="save trained models"];
ModelZoo -> DBMS [label="share trained models"];

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

User3 -> Client;
Client -> SQLFlow [label="SQL/Flow program"];
Client -> ModelZoo [label="share models or use shared models"];
}
184 changes: 116 additions & 68 deletions figures/arch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading