ArangoDB v3.4 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent version here: Latest Docs
ArangoDB Java Driver
The official ArangoDB Java Driver.
It can be used synchronously as well as asynchronously. The formerly separate async
driver with the same API as the synchronous driver, except that it returned a
CompletableFuture<T>
instead of the result T
directly, was merged into this
driver in version 6.2.0. See
async examples.