|
před 4 roky | |
---|---|---|
.github | před 4 roky | |
.vscode | před 4 roky | |
client | před 4 roky | |
server | před 4 roky | |
.dockerignore | před 4 roky | |
.gitignore | před 4 roky | |
.prettierrc | před 4 roky | |
CODE_OF_CONDUCT.md | před 4 roky | |
Dockerfile | před 4 roky | |
README.md | před 4 roky |
Milvus insight is a graphical management system for Milvus, which includes visualization of cluster state, meta management, data query and other pratical functions.
Start Docker container and map the url to the container:
docker run -p 9999:3000 -e URL=http://127.0.0.1:9999 -e MILVUS_URL=http://127.0.0.1:19539 milvusdb/milvus-insight:latest
URL
: the docker host urlMILVUS_URL
: the Milvus server url
Once you start the docker, open the browser, type http://127.0.0.1:9999
, you can view the milvus insight.
You might want to build Milvus-insight locally to contribute some code, test out the latest features, or try out an open PR: