Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 898 Bytes

README.adoc

File metadata and controls

20 lines (13 loc) · 898 Bytes

arangodb-java-2025

Table of Contents
ArangoDB

ArangoDB: ArangoDB is a native multi-model database system developed by triAGENS GmbH. The database system supports three important data models (key/value, documents, graphs) with one database core and a unified query language AQL (ArangoDB Query Language). The query language is declarative and allows the combination of different data access patterns in a single query. ArangoDB is a NoSQL database system but AQL is similar in many ways to SQL.

How to install with Docker

library docker logo
docker run -e ARANGO_NO_AUTH=1 -d --name arangodb-instance -p 8529:8529 -d arangodb/arangodb