Memgraph Lab

Memgraph Lab is a lightweight visual interface for writing Cypher queries, visualizing graph results, importing data, and inspecting query modules. The Lab application itself connects to Memgraph over the Bolt protocol on port 7687; it is a client UI, not a public REST API.

API entry from apis.yml

apis.yml Raw ↑
aid: memgraph:memgraph-lab
name: Memgraph Lab
tags:
- Lab
- Visualization
- UI
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://memgraph.com/docs/data-visualization
baseURL: bolt://localhost:7687
properties:
- url: https://memgraph.com/docs/data-visualization
  type: Documentation
- url: https://github.com/memgraph/lab
  type: GitHub
description: Memgraph Lab is a lightweight visual interface for writing Cypher queries, visualizing graph
  results, importing data, and inspecting query modules. The Lab application itself connects to Memgraph
  over the Bolt protocol on port 7687; it is a client UI, not a public REST API.