Sign inSign up

memgraph/mgconsole

By memgraph

Updated 29 days ago

Command line interface (CLI) for Memgraph database.

Image
0

50K+

memgraph/mgconsole repository overview

mgconsole is a command-line interface (CLI) used to interact with Memgraph from any terminal or operating system.

It comes pre-packed in Memgraph and Memgraph Mage image as CLI tool.

This image can be used as a separate container in the following way:


docker run -it memgraph/mgconsole:latest --host HOST_IP --port PORT

If you want to use it in a non-interactive way, you can use pip operators like this:


echo "RETURN 0" | docker run -i memgraph/mgconsole:latest --host HOST_IP --port PORT

Tag summary

Content type

Image

Digest

sha256:519478e1b

Size

10.4 MB

Last updated

29 days ago

docker pull memgraph/mgconsole