Neo4j Connector for BI

This content is for the classic Neo4j Aura console. Use the version selector on the left to see the new console documentation.

The Neo4j Connector for Business Intelligence (BI) delivers access to Neo4j graph data from BI tools such as Tableau, Power BI, Looker, TIBCO, Spotfire Server, MicroStrategy, and more. It can be used to run SQL queries on a Neo4j graph and retrieve data in tabular format.

The connection to Aura requires the usage of the SSL parameter in the connection string. For example, if the connection URI of the Aura instance is neo4j+s://xxxxxxxx.databases.neo4j.io, the following connection strings must be used:

  • With JDBC: jdbc:neo4j://xxxxxxxx.databases.neo4j.io?SSL=true (note the usage of the neo4j protocol instead of neo4j+s)

  • With ODBC: Host=xxxxxxxx.databases.neo4j.io;SSL=1

The Neo4j Connector for BI can be downloaded from the Download Center.