Facing issue while connecting Neo4j with rapid miner

LeenaLeena Member Posts: 4 Newbie
i am not getting option manage driver in rapid miner studio to connect neo4j with rapid miner, so i have tried to add driver using new connection so after adding jar file and driver class i was getting error "No suitable driver found for jdbc:localhost:7687/Neo4j", please help me on this how can i connect neo4j with rapid miner.

Answers

  • LeenaLeena Member Posts: 4 Newbie

  • LeenaLeena Member Posts: 4 Newbie
    i am not getting option manage driver in rapid miner studio to connect neo4j with rapid miner, so i have tried to add driver using new connection so after adding jar file and driver class i was getting error "No suitable driver found for jdbc:localhost:7687/Neo4j", please help me on this how can i connect neo4j with rapid miner. PFA error img
  • jwpfaujwpfau Employee, Member Posts: 274 RM Engineering
    Hi,

    the URL prefix for neo4j seem to be jdbc:neo4j:neo4j not just jdbc:

    Source: https://github.com/neo4j-contrib/neo4j-jdbc

    Also the username is always lowercase neo4j in the examples, but i don't know if this matters.

    Greetings,
    Jonas
Sign In or Register to comment.