In this module, you’ll learn the fundamentals of working with Neo4j in Java applications.
You will setup an environment and learn how to reference the Neo4j Java Driver and use it to connect to a Neo4j database instance.
You’ll then write your first query using the driver’s executableQuery()
method and learn how to process the results returned from the database.
By the end of this module, you’ll have the foundation needed to start building Java applications with Neo4j.