Skip to main content
Solved

Trying to connect a neo4j database to ONE Desktop

  • May 11, 2023
  • 1 reply
  • 54 views

Forum|alt.badge.img+3

I need the jar files to create a neo4j database connection from ONE desktop.
Can anyone please help?

Best answer by Maksim Zhelyazkov

Hello @aiwalia,

You can connect to most databases in ONE desktop, provided you have their JDBC driver. We have a documentation on how to configure new jdbc drivers in ONE Desktop here - https://support.ataccama.com/home/docs/aip/14.2.0/development-guides/one-desktop-development-guide/working-with-databases#WorkingwithDatabases-InstallingDatabaseConnectivityDrivers

As for neo4j database specifically, please go to the official website of neo4j and look for "Neo4j JDBC Driver". There should a link to download the driver. Otherwise, you can check public repositories for jdbc driver of this database.

 

Regards,

Maksim

1 reply

Forum|alt.badge.img+2

Hello @aiwalia,

You can connect to most databases in ONE desktop, provided you have their JDBC driver. We have a documentation on how to configure new jdbc drivers in ONE Desktop here - https://support.ataccama.com/home/docs/aip/14.2.0/development-guides/one-desktop-development-guide/working-with-databases#WorkingwithDatabases-InstallingDatabaseConnectivityDrivers

As for neo4j database specifically, please go to the official website of neo4j and look for "Neo4j JDBC Driver". There should a link to download the driver. Otherwise, you can check public repositories for jdbc driver of this database.

 

Regards,

Maksim