ArangoDB
| ArangoDB | |
|---|---|
| Developer(s) | ArangoDB GmbH |
| Initial release | 2011 |
| Stable release | 3.11.5
/ November 9, 2023 |
| Repository | |
| Written in | C++, JavaScript |
| Type | Multi-model database, Graph database, Document-oriented database, Key/Value database, Full-text Search Engine |
| License | Business Source License 1.1 and Arango Community License |
| Website | arangodb |
ArangoDB is a graph database system developed by ArangoDB Inc. ArangoDB is a multi-model database system since it supports three data models (graphs, JSON documents, key/value) with one database core and a unified query language AQL (ArangoDB Query Language). AQL is mainly a declarative language 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, it uses RocksDB as a storage engine.