Export data
Memgraph allows you to export all the data from the database, or results from an executed query.
Export database
Export database to the following file formats:
- CYPHERL using Memgraph Lab
- JSON using the
export_util.json
procedure from MAGE - graph algorithms and modules library.
You can also export data to Elasticsearch and enable continuous data
synchronization using the elasticsearch_synchronization
query
module available in
MAGE - graph algorithms and modules library.
Export query results
Query results can be exported to a CSV, TSV and JSON file using Memgraph Lab.
To export query results from Memgraph Lab:
- Run a query or select results you want to export.
- Click Export results and choose CSV.
- Save the file locally.
Results can also be exported to a CSV file using the export_util.csv_query()
procedure
from MAGE - graph algorithms and modules library.
Where to next?
Now that you exported data, import it back into a new Memgraph instance.