memgraph/lab
Memgraph Lab is a visual user interface that helps you explore the data stored in Memgraph
100K+
Memgraph Lab is a lightweight and intuitive visual user interface, designed to help you with every stage of your graph development and learning process.
Memgraph is an open source graph database built for real-time streaming and compatible with Neo4j. Whether you're a developer or a data scientist with interconnected data, Memgraph will get you immediate actionable insights fast.
Start Memgraph Lab with the following command:
docker run -p 3000:3000 memgraph/lab
After running the image, Memgraph Lab is available on http://localhost:3000.
Configure Memgraph Lab container using the list of defined environment variables.
Example: If you want to change the Quick Connect in the Lab to point to a different Memgraph domain, you can do it with the new value for the environment variable QUICK_CONNECT_MG_HOST
:
docker run -p 3000:3000 -e QUICK_CONNECT_MG_HOST=host.docker.internal memgraph/lab
docker pull memgraph/lab