Hello !
I have created a Graph Database using Neo4j desktop application and now I am trying to use it in a Java code (Use the Node IDs in an algorithm that I created in Java eclipse ).
But I didn't know from where to start, how to call my database in...