The Driver

In this module, you’ll learn the fundamentals of working with Neo4j in Java applications. You will start by learning how to install the Neo4j Java Driver and use it to connect to a Neo4j database instance.

Throughout this module, you will explore:

  • Installing the Neo4j Java Driver

  • Creating driver instances and verifying connectivity

  • Executing your first Cypher queries using the executableQuery() method

  • Understanding the driver lifecycle and how to properly manage connections

By the end of this module, you’ll have the foundation needed to start building Java applications with Neo4j.

Setup your environment

Chatbot

How can I help you today?