Liking cljdoc? Tell your friends :D

Eclipse Database Tools

Step 1: Create a new connection profile

  • Open the Database Developement perspective:

ee537ca2 2d75 11e6 9bcb fbc1e89d987c
ee58c356 2d75 11e6 9f5e 6bc6df75bdaf
  • Click on the icon New Connection Profile:

ee556c1a 2d75 11e6 9aea 3fdcc7256ec5
  • Choose Generic JDBC (and optionally type "Neo4j 3.0 JDBC Bolt Driver" in "name" and "description" fields. Then click Next:

ee55612a 2d75 11e6 908d 910d39dc15b1

Step 2: Create a new driver definition

  • Click on the icon New Driver Definition:

ee5531fa 2d75 11e6 95d8 06f7747178bc
  • Choose "Generic JDBC Driver" in folder Name/Type (and optionally re-type "Neo4j 3.0 JDBC Bolt Driver" in the "Driver Name" field):

ee549466 2d75 11e6 97ef 3c0c0b0a5d71
  • In Folder JAR List, click Add JAR/Zip and choose the new Neo4j JDBC Bolt Driver:

ee692e58 2d75 11e6 94db 64a462195ea8
  • In Folder Properties choose the Driver Class" by clicking the icon [..]:

ee6aded8 2d75 11e6 8344 2b0a96a418c9
  • Choose org.neo4j.jdbc.bolt.BoltDriver as the Driver class:

ee7043f0 2d75 11e6 97ba efb1f3835a4c
  • Set the Connection URL to "jdbc:neo4j:bolt://localhost" and the User ID to "neo4j", then click OK:

ee6bf35e 2d75 11e6 901a 29396d251fb7
  • Set the Password and click Test Connection:

ee6b4bfc 2d75 11e6 9903 419c28499517
  • You should get Ping Succeeded! message (with your database online). Click OK and then Finish:

ee6e9154 2d75 11e6 97a4 5b5185369407

Step 3: Test the connection (match and create)

  • Open an SQL Scrapbook and execute your statement (i.e. match (n) return n):

ee7ec150 2d75 11e6 8643 8b040fb588bb
  • Create statements should work as well:

ee81b3ba 2d75 11e6 8232 b6044e855252

as you can see on the neo4j browser:

ee830f3a 2d75 11e6 9d1f 9b50aac21cb6

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

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

× close