ArangoDB
ArangoDB Logo
  1. 3.10.14
  2. Develop
  3. Drivers
  4. Java driver
  5. Reference version 7

ArangoDB v3.10 reached End of Life (EOL) and is no longer supported.

This documentation is outdated. Please see the most recent stable version.

ArangoDB Java Driver version 7

The official ArangoDB Java Driver version 7

Driver Setup

How to connect your Java application to an ArangoDB server, as well as important configuration settings and information about the driver

Serialization

The Java driver uses Jackson internally for serialization and deserialization but you can use a custom implementation for user data

Changes in version 7

Various detailed have changed, like the setup, transport, configuration, serialization, and some of the APIs

Java driver

Driver Setup