0PricingLogin
Neo4j Graph Database Fundamentals · Lesson

Importing and Exporting Data

Discover various methods for loading data into Neo4j from external sources and exporting graph data for other uses.

Moving Data In & Out

In this lesson, we'll explore how to get data into your Neo4j graph database and how to extract it for other uses. This is crucial for integrating Neo4j with existing systems, migrating data, or preparing it for analysis.

Importing Data: An Overview

Bringing external data into Neo4j is a common task. There are several powerful methods:

  • LOAD CSV: For structured data from CSV files.
  • APOC Procedures: For more complex formats like JSON, XML, or data from external databases.
  • Connectors & Drivers: Programmatic import via application code.

We'll focus on the first two methods.

All lessons in this course

  1. Neo4j Browser and Admin Tools
  2. Importing and Exporting Data
  3. Backup and Restore Strategies
  4. Monitoring and Logging in Neo4j
← Back to Neo4j Graph Database Fundamentals