description ArangoDB Overview
ArangoDB is a multi-model NoSQL database that combines document, graph, and key-value storage models into a single platform. This flexibility allows developers to model data in the most appropriate way for their application. ArangoDB's AQL query language is powerful and expressive, enabling complex queries across different data models. It's a strong choice for applications requiring graph traversal and complex relationships.
help ArangoDB FAQ
What data models does ArangoDB support?
ArangoDB combines document, graph, and key-value models in one database core. Documents are stored as JSON, while graph relationships use vertices and edge documents. [ArangoDB multi-model overview](https://arangodb.com/multi-model/)
What is AQL in ArangoDB?
AQL stands for Arango Query Language and is used for document operations, filtering, aggregations, joins, and graph traversals. That lets one query language work across multiple data models. [ArangoDB multi-model overview](https://arangodb.com/multi-model/)
How is ArangoDB different from Neo4j?
ArangoDB is designed to combine documents, graphs, and key-value data in one system, while Neo4j is primarily known as a graph database. ArangoDB is a better fit when the same application needs rich JSON documents and relationship queries together. [ArangoDB multi-model overview](https://arangodb.com/multi-model/)
Can ArangoDB run in the cloud or on premises?
Yes. ArangoDB offers a managed cloud service and self-managed enterprise deployments, with the cloud product providing a 14-day free trial without a credit card. [ArangoDB download page](https://arangodb.com/download)
explore Explore More
Similar to ArangoDB
ui.x_see_all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.