Skip to content

New/add lab config docs #1255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/memgraph-lab/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ valid Memgraph Enterprise license are available only in a Docker environment.
| `AUTH_SAML_CUSTOM_ISSUER` | Custom SAML issuer | `string` | |
| `AUTH_SAML_CUSTOM_SIGNATURE_ALGORITHM` | Custom SAML signature algorithm | `string` | `"sha256"` |
| `BASE_PATH` | Set a custom base path for the Lab application (especially beneficial when using a reverse proxy) | `string` | `/` |
| `CONFIG_URI` | Defines the location of the custom configuration file. | `string` | |
| `ENTERPRISE_LICENSE_ORG_NAME` | Enterprise license organization name. Refer to [documentation](/database-management/enabling-memgraph-enterprise) for details on obtaining and configuring the license | `string` | |
| `ENTERPRISE_LICENSE_KEY` | Enterprise license key. Refer to [documentation](/database-management/enabling-memgraph-enterprise) for details on obtaining and configuring the license | `string` | |
| `KEEP_ALIVE_TIMEOUT_MS` | Max time in milliseconds during which Lab will hold the connection | `integer` | `65000` |
Expand Down
29 changes: 15 additions & 14 deletions pages/memgraph-lab/features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Learn about features Memgraph Lab offers.
import {CommunityLinks} from '/components/social-card/CommunityLinks'


# Memgraph Lab features
# Memgraph Lab features

Memgraph Lab provides a powerful and intuitive interface for working with graph
data, offering a range of features to streamline data import, visualization,
Expand Down Expand Up @@ -33,19 +33,20 @@ different environments:

| Feature | Description | Desktop 🖥️ | Docker (Lab Community) 🐳 | Docker (Lab Enterprise) 🐳 |
|---------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|:----------:|:----------------------:|:------------------------:|
| [Collections](/memgraph-lab/features/collections) | Organize and save queries, visualizations, and configurations for quick access. | ✅ | ✅ | ✅ |
| [CSV file import](/memgraph-lab/features/csv-file-import) | Easily load structured data from CSV files into Memgraph. | ✅ | ✅ | ✅ |
| [GraphChat](/memgraph-lab/features/graphchat) | Convert natural language into Cypher queries using AI-powered assistance. | ✅ | ✅ | ✅ |
| [Graph schema](/memgraph-lab/features/graph-schema) | Understand the structure of your graph database. | ✅ | ✅ | ✅ |
| [Graph Style Script (GSS)](/memgraph-lab/features/graph-style-script) | Customize the appearance of graph visualizations with reusable styling scripts. | ✅ | ✅ | ✅ |
| [Layout](/memgraph-lab/features/layout) | Adjust graph visualizations dynamically for better readability and insights. | ✅ | ✅ | ✅ |
| [Logs](/memgraph-lab/features/logs) | Monitor internal processes and troubleshoot issues with real-time access to query logs. | ✅ | ✅ | ✅ |
| [Monitoring](/memgraph-lab/features/monitoring) | Real-time monitoring of system, memory, and queries. | 🔒 | 🔒 | 🔒 |
| [Query modules](/memgraph-lab/features/query-modules) | Extend functionality with custom Cypher procedures and algorithms. | ✅ | ✅ | ✅ |
| [Run history](/memgraph-lab/features/run-history) | Access and re-run previously executed queries. | ✅ | ✅ | ✅ |
| [Sharing features](/memgraph-lab/features/sharing-features) | Share queries and styles with your team. | ❌ | ❌ | ✅ |
| [Single Sign-On (SSO)](/memgraph-lab/features/single-sign-on) | Enterprise SSO support via identity providers. | ❌ | 🔒 | 🔒 |
| [Streams](/memgraph-lab/features/streams) | Manage real-time data streams within Memgraph. | ✅ | ✅ | ✅ |
| [Collections](/memgraph-lab/features/collections) | Organize and save queries, visualizations, and configurations for quick access. | ✅ | ✅ | ✅ |
| [CSV file import](/memgraph-lab/features/csv-file-import) | Easily load structured data from CSV files into Memgraph. | ✅ | ✅ | ✅ |
| [Custom configuration](/memgraph-lab/features/custom-configuration) | Customize Lab’s behavior and interface using a configuration file. | ❌ | ✅ | ✅ |
| [GraphChat](/memgraph-lab/features/graphchat) | Convert natural language into Cypher queries using AI-powered assistance. | ✅ | ✅ | ✅ |
| [Graph schema](/memgraph-lab/features/graph-schema) | Understand the structure of your graph database. | ✅ | ✅ | ✅ |
| [Graph Style Script (GSS)](/memgraph-lab/features/graph-style-script) | Customize the appearance of graph visualizations with reusable styling scripts. | ✅ | ✅ | ✅ |
| [Layout](/memgraph-lab/features/layout) | Adjust graph visualizations dynamically for better readability and insights. | ✅ | ✅ | ✅ |
| [Logs](/memgraph-lab/features/logs) | Monitor internal processes and troubleshoot issues with real-time access to query logs. | ✅ | ✅ | ✅ |
| [Monitoring](/memgraph-lab/features/monitoring) | Real-time monitoring of system, memory, and queries. | 🔒 | 🔒 | 🔒 |
| [Query modules](/memgraph-lab/features/query-modules) | Extend functionality with custom Cypher procedures and algorithms. | ✅ | ✅ | ✅ |
| [Run history](/memgraph-lab/features/run-history) | Access and re-run previously executed queries. | ✅ | ✅ | ✅ |
| [Sharing features](/memgraph-lab/features/sharing-features) | Share queries and styles with your team. | ❌ | ❌ | ✅ |
| [Single Sign-On (SSO)](/memgraph-lab/features/single-sign-on) | Enterprise SSO support via identity providers. | ❌ | 🔒 | 🔒 |
| [Streams](/memgraph-lab/features/streams) | Manage real-time data streams within Memgraph. | ✅ | ✅ | ✅ |

✅ = Available<br/>
🔒 = Available, but requires a [Memgraph Enterprise license enabled](/database-management/enabling-memgraph-enterprise) on the Memgraph database.<br/>
Expand Down
1 change: 1 addition & 0 deletions pages/memgraph-lab/features/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
"collections": "Collections",
"csv-file-import": "CSV file import",
"custom-configuration": "Custom configuration",
"graphchat": "GraphChat",
"graph-schema": "Graph schema",
"graph-style-script": "Graph Style Script (GSS)",
Expand Down
Loading