This document summarizes Max De Marzi's presentation on ETL (extract, transform, load) processes for loading data into Neo4j. It discusses using the Neo4j REST API, Gremlin and Groovy, and the Neo4j Batch Importer for ETL. It also provides an example of ETL from a SQL database by identifying relationships between rows and importing the data without node IDs.
Related topics: