Skip to content

Commit 865c70a

Browse files
authored
Update dead repl link to point to cli page (#3117)
1 parent 7efdcf7 commit 865c70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/design/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
At the moment, users can build SQLFlow into a gRPC server or a [command line binary](../run/repl.md). Both forms statically link to the SQLFlow core code and inherit all dependencies, including TensorFlow, various database client libraries, and various SQL dialect parsers in the form of gRPC backend servers. The many dependencies require us to release and run both forms in Docker containers.
5+
At the moment, users can build SQLFlow into a gRPC server or a [command line binary](../run/cli.md). Both forms statically link to the SQLFlow core code and inherit all dependencies, including TensorFlow, various database client libraries, and various SQL dialect parsers in the form of gRPC backend servers. The many dependencies require us to release and run both forms in Docker containers.
66

77
For convenient deployment, we want to run the SQLFlow server in containers, and end users access the server via the command-line client. In particular, we want it easy to install the client tool, so we need to prune the dependencies. As a solution, we make the client tool a statically linked Go binary that remotely calls the SQLFlow server, so users can just download and run it.
88

0 commit comments

Comments
 (0)