Jump to content
Changes to the Jaspersoft community edition download ×

How to create domain with domain designer for a Neo4j data source


Justin_6
Go to solution Solved by abroitman,

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution

Hi Justin,

Our Neo4j connector is not supported by domains. In order to develop reports for your Neo4j database, you will need to use iReport. As Neo4j was developed as a pilot, the way to create the report is not standard. Here is how you can do so.

1. Download iReport

2. Create a report

  • Create a new datasource and set JDBC DataSource field: org.neo4j.jdbc.Driver
  • Set JDBC URL with the host and the default port: jdbc:neo4j://HOSTNAME:7474
  • Leave username and password blank.
  • Run iReport and add the Neo4j JDBC driver jar to the iReport classpath (tools -> options ->classpath).

3. Deploy the report to JasperReports Server

  • Configure the report datasource to the JRS data source you created.

4. Run the report

Search for the report or browse to the report in the JasperReports Server repository.

Link to comment
Share on other sites

  • 3 years later...

Instead of moving to ireport as suggested by abroitman in the answer, we can use the jasper studio(thick client) . In jasper studio we can add neo4j datasource and at the time of creating report we can write cyper queries in query editor by clicking the 'dataset and query editor dialog' beside the zoom buttons on report window. once we create the reports we can publish them to jasper server. find the publish icon on the toolbar.
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...