Neo4j Java Driver

The Neo4j Java Driver is the official library for connecting Java applications to Neo4j graph databases. Distributed via Maven, it uses the Bolt protocol for network communication and supports both single instance and clustered database configurations. The driver provides a full API for managing connections, sessions, transactions, and query results within Java applications.

API entry from apis.yml

apis.yml Raw ↑
aid: neo4j:java-driver
name: Neo4j Java Driver
description: The Neo4j Java Driver is the official library for connecting Java applications to Neo4j graph
  databases. Distributed via Maven, it uses the Bolt protocol for network communication and supports both
  single instance and clustered database configurations. The driver provides a full API for managing connections,
  sessions, transactions, and query results within Java applications.
humanURL: https://neo4j.com/docs/java-manual/current/
tags:
- Java
- SDK
- Driver
- Graph Database
- Bolt
properties:
- type: Documentation
  url: https://neo4j.com/docs/java-manual/current/
- type: Documentation
  url: https://neo4j.com/docs/api/java-driver/current/