Learn how to use ArangoDB as the database backend for your application from Java.
What you will learn
- Install version 7.x.x of the arangodb-java-driver
- Connect to ArangoDB with authentication
- Work with databases, collections, and documents
- Run AQL queries
-
Getting started
-
Databases, collections, documents
-
AQL queries
-
Examples
How to retrieve documents from ArangoDB without knowing the structure, and how to write small subgraphs?