Skip to main content
Version: 1.6.0

Database functionalities overview

Articles within this section serve as a cookbook for getting things done as fast as possible. These articles tend to provide a step-by-step guide on how to use certain Memgraph features or solve a particular problem.

Inspect and profile Cypher queries​

Memgraph also enables you to inspect and profile the execution of a query and get a detailed report on how the query's plan behaved. Take a look at the guides:

Machine learning​

Memgraph TensorFlow op wraps the high-performance Memgraph client for use with TensorFlow, allowing natural data transfer between Memgraph and TensorFlow at any point of the model. If you are interested in using Memgraph for machine learning purposes take a look at:

Query modules​

Memgraph supports extending the query language with user-written procedures. These procedures are grouped into modules, which can then be loaded either on startup or later on. To learn more about query modules take a look at the following guides:

Replication​

Memgraph supports replication and the following guide demonstrates how to create a simple cluster of nodes running Memgraph instances:

Backup​

Memgraph comes with a couple of queries that allow you to safely make a backup of the files containing its data:

User privileges​

Memgraph comes with the option of granting, denying, or revoking a certain set of privileges to users or groups of users. To learn more visit:

Authentication and authorization​

Memgraph supports authentication and (optional) authorization using a custom-built external auth module. To learn more visit: