cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Graph DB ETL

I am new to this group. Are there any Graph DB ETL tools that you can recommend?

Thanks,

Keith

1 REPLY 1

mmorley
Node Clone

Neo4j will work with ETL tools such as Pentaho. The easiest thing to do though is to have a look at the APOC extensions which has a number of utilities for handling integration with a wide variety of data sources: https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_data_integration.

Neo4j is also working on an ETL tool as well, but I am not sure if its available as yet.

M...