Skip to main content
Version: 1.6.0

Overview

Memgraph supports the openCypher query language which has been developed by Neo4j. It is a declarative language developed specifically for interaction with graph databases, which is currently going through a vendor-independent standardization process.

There are multiple ways of executing openCypher queries against Memgraph and you can learn more about them below.

Choose your connection method​

Memgraph supports three main options for querying the platform:

  • mgconsole: A command-line interface for querying Memgraph.
  • Memgraph Lab: An interactive GUI application for querying and visualizing your graphs.
  • Programatically - Drivers: Connect to Memgraph from your favorite programming language. We support a wide range of drivers.

Telemetry​

Telemetry is an automated process by which data is collected at a remote point. At Memgraph, we use telemetry for the sole purpose of improving our product, thereby collecting data about the machine that executes the database (CPU, memory, OS, and kernel information) as well as data about the database runtime (CPU usage, memory usage, vertices, and edges count).

Here at Memgraph, we care deeply about the privacy of our users and do not collect any sensitive information. If you wish to disable Memgraph's telemetry features, you can do so easily, either by altering the line in /etc/memgraph/memgraph.conf that enables telemetry (set --telemetry-enabled=true to the following --telemetry-enabled=false), or by including --telemetry-enabled=false as a command-line argument when running the executable.

To learn more about telemetry in Memgraph, visit the concept page.

Where to next?​

To learn more about the Cypher language, visit the Cypher manual or Memgraph Playground for interactive guides. For real-world examples of how to use Memgraph, we strongly suggest going through one of the available Tutorials. Details on what can be stored in Memgraph can be found in the article about Data storage.