ArangoDB
ArangoDB Logo
  1. 3.13.0
  2. Concepts

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

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