It is possible create a continuous connections between MICROSOFT SQL Server and neo4j?

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.

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.