03-20-2023 11:37 PM
Hello Everyone, I am new to snaplogic. I would like to know if it’s possible to connect to Neo 4J database using JDBC snap?
03-21-2023 12:10 AM
@RamyaMurali , you should be able to use the jdbc snappack to talk to neo4j. The documentation at Neo4j JDBC Driver Documentation should help you setup your connection string. Just upload the required JARs in the account.
03-21-2023 12:11 AM
You can download the neo4j jdbc driver from https://repo1.maven.org/maven2/org/neo4j/neo4j/5.5.0/neo4j-5.5.0.jar
03-22-2023 10:25 PM
Thank you @smudassir