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

ArangoDB v3.13 is under development and not released yet. This documentation is not final and potentially incomplete.

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