milvus的使用demo

ruiyi.jiang 1316b39b7c readme p1 4 lat temu
.github 6af6aa3359 add github issue templates 4 lat temu
.vscode 62bbfb1f59 add collection api 4 lat temu
client 076607e582 update package.json field 4 lat temu
server 076607e582 update package.json field 4 lat temu
.dockerignore 71a27ec55d init docker file 4 lat temu
.gitignore 9c35239519 add connect milvus 4 lat temu
.prettierrc a8566f98d9 init 4 lat temu
CODE_OF_CONDUCT.md 70c88e1a68 add code of conduct 4 lat temu
Dockerfile 71a27ec55d init docker file 4 lat temu
README.md 1316b39b7c readme p1 4 lat temu

README.md

Milvus insight

Milvus insight is a graphical management system for Milvus, which includes visualization of cluster state, meta management, data query and other pratical functions.

Getting Started

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 url
  • MILVUS_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.

Building and Running Milvus insight, and/or Contributing Code

You might want to build Milvus-insight locally to contribute some code, test out the latest features, or try out an open PR:

Questions? Problems? Suggestions?

  • If you've found a bug or want to request a feature, please create a GitHub Issue. Please check to make sure someone else hasn't already created an issue for the same topic.
  • Need help using Milvus insight? Ask away on our Milvus insight Discuss Forum and a fellow community member or Milvus engineer will be glad to help you out.