ArangoDB
ArangoDB Logo
  1. 3.10.14
  2. Concepts

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

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

Concepts

Data Structure

ArangoDB stores graphs and documents as JSON objects that can be organized in collections and databases

Data Models

ArangoDB is a native multi-model database with flexible data models for key-values, documents, and graphs

Data Retrieval

You can get information stored in ArangoDB back out using queries, optionally accelerated by indexes, and possibly in result batches

Get Started

Data Structure