Home / Companies / Memgraph / Blog / Post Details
Content Deep Dive

How to Migrate From Neo4j to Memgraph

Blog post from Memgraph

Post Details
Company
Date Published
Author
Katarina Supe
Word Count
1,649
Language
English
Hacker News Points
-
Summary

The tutorial provides a step-by-step guide on migrating a movie dataset from Neo4j, an ACID-compliant transactional native graph database, to Memgraph, a platform designed for graph computations on streaming data. It details the use of Docker to run both databases and the procedures to export data from Neo4j using the `apoc.export.csv.all()` function, followed by importing it into Memgraph using the `LOAD CSV` clause. The process involves exporting the dataset to a CSV file, copying it between Docker containers, and importing nodes and their relationships into Memgraph. The tutorial also suggests verifying the data migration by comparing query results in both databases and invites users to explore alternative migration methods and share them with the Memgraph community.