Installation overview
We recommend you use the memgraph/memgraph-platform
Docker image to install
Memgraph Platform and get the complete streaming graph application platform
that includes:
- MemgraphDB - the database that holds your data
- Memgraph Lab - visual user interface for running queries and visualizing graph data
- mgconsole - command-line interface for running queries
- MAGE - graph algorithms and modules library
After running the image, mgconsole will open in the terminal while Memgraph Lab
is available on http://localhost:3000
.
You can install Memgraph Platform on:
If you already have a running Memgraph database instance and you want to install Memgraph Lab as a desktop application, check out the installation instructions for Windows, macOS and Linux.
danger
In order to use Memgraph Lab 2.0 features, you need to run MemgraphDB 2.2.0
or newer. If you are using Memgraph with Docker, expose the port 7444
in order
for Memgraph Lab to access log files. For example:
docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform