Liking cljdoc? Tell your friends :D

APOC LOAD JDBC

  • Copy Neo4j JDBC Driver jar into NEO4J_HOME/plugins folder

  • Restart the database

  • Run some JDBC Queries:

WITH ['The Matrix'] as movies
CALL apoc.load.jdbcParams('jdbc:neo4j:bolt://localhost?user=neo4j,password=test','MATCH (m:Movie) WHERE m.title=? RETURN m', movies) YIELD row
RETURN row
01334dfc 2f33 11e6 8cc8 9ad9658049cd

Can you improve this documentation? These fine people already did:
Frank Pavageau & Michael Hunger
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close