jdbc - Database connection to Neo4j with Pentaho Spoon -


i want connect neo4j pentaho kettle spoon. downloaded jdbc driver of neo4j this , tried use this guide connect neo4j pentaho kettle spoon.
have 2 main problems:

  1. downloaded jdbc driver zip file.
    changed driver extension jar solving problem.
  2. when changed extension jar , copy in lib folder , follow this guide faced missing driver error:

org.neo4j.jdbc.driver not found

how can solve these problems?

you can not rename .zip file downloaded github , add lib folder. need compile source code , add .jar file it. or can download compiled file here , add data-integration\lib folder , restart spoon.


in table input step select

  • connection type generic database
  • custom connection url jdbc:neo4j://localhost:7474
  • custom driver class name org.neo4j.jdbc.driver

Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -