Memgraph Docker图像有什么区别?

发布于 2025-01-29 15:22:24 字数 145 浏览 3 评论 0原文

我可以看到Memgraph在Docker Hub上有几个Docker图像。有:memgraph-platformmemgraph-magememgraph图像。这三个区别有什么区别?

I can see that Memgraph has a couple of Docker images available on the Docker Hub. There is: memgraph-platform, memgraph-mage and memgraph image. What is the difference between those three?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撧情箌佬 2025-02-05 15:22:24

根据安装的图像,您将获得各种产品:

请记住,如果您安装了memgraph-platform,则在运行容器时,MGConsole将自动启动。如果您已经安装了memgraphmemgraph-mage图像mgconsole不会自动启动。您需要使用命令docker run -it -entrypoint = mgconsole memgraph -horst container_ip来运行它。您可以在

因此,根据您需要的产品来运行图像。如果您不确定Memgraph平台始终是一个不错的选择,因为您将获得完整的解决方案。

Depending on the image you install you get various products:

  • If you run memgraph image you will install MemgraphDB and mgconsole (command-line interface for running queries)
  • If you run memgraph-mage image you will install MemgraphDB, mgconsole and MAGE (library with advanced graph algorithms)
  • If you run memgraph-platform image you will install MemgraphDB, MAGE, mgconsole and Memgraph Lab (visual user interface for running queries and visualizing graph data)

Keep in mind that if you installed memgraph-platform, mgconsole will start automatically when you run the container. If you have installed memgraph or memgraph-mageimages mgconsole will not start automatically. You will need to run it using the command docker run -it --entrypoint=mgconsole memgraph --host CONTAINER_IP. You can find more details in the official documentation.

So run the image depending on what products you need. If you are not sure Memgraph Platform is always a good choice because you'll get the complete solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文