Liking cljdoc? Tell your friends :D

Jasper Reports

Step 1: Create new Data Adapters:

  • Right click on Data Adapters and click on Create Data Adapter and select "Database JDBC Connection*

2f81674c 2e58 11e6 9dfc f3fed514f9fe
ebf0e510 2e58 11e6 9b36 5feed0879a1c
  • Insert the values of JDBC driver: "org.neo4j.jdbc.bolt.BoltDriver" and

  • JDBC Url: jdbc:neo4j:bolt://localhost like the image below and

  • insert your username and password

98ce1eb0 2e59 11e6 8a59 5c73cd09389f
  • Click on Driver Classpath tab then to add:

e3715aee 2e5a 11e6 95be 870d636e5e2f
  • Add the Neo4j JDBC jar file:

6a5103f2 2e5b 11e6 8574 3e4c98351789
78fc6fae 2e5b 11e6 950d 62ffcea3c11e
  • Click on Test and you should have a successful message:

b9e7d8be 2e5b 11e6 96ad 3d12faa6f588

Step 2: Retrieve Columns from Database:

  • Create new Jasper Report and click on DataSet and Query editor Dialog:

19fadea8 2e5d 11e6 9f4f fec9add565d5
  • Insert the cypher "MATCH (a)-[:ACTED_IN]→(m)←[:DIRECTED]-(d) RETURN a.name, m.title, d.name;" then click on Read Field:

aca6f0de 2e5d 11e6 832a a2388c3f1527
  • You can check data retrieve clicking on Data preview tab then Refresh Preview Data:

f432a70e 2e5d 11e6 82a0 51344894468d

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

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

× close