Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-27-2018 10:23 AM
Hi,
It is possible create the connection between Microsoft SQL Server 2016 and neo4j Version: 1.1.12?, the idea is not import a csv, I mean to get the data directly from the DB to neo4j.
Regards.
Jorge.
Solved! Go to Solution.
11-27-2018 01:41 PM
You could either use apoc.load.jdbc() and construct your graph from that.
Or use Kettle with the Neo4j steps: http://www.ibridge.be/?p=343
Or use debezium.io with sql server -> kafka -> kafka-sink to neo4j.
11-27-2018 01:41 PM
You could either use apoc.load.jdbc() and construct your graph from that.
Or use Kettle with the Neo4j steps: http://www.ibridge.be/?p=343
Or use debezium.io with sql server -> kafka -> kafka-sink to neo4j.
All the sessions of the conference are now available online