ArangoDB
Sign in to saveArangoDB 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.
Source code
The Arango Managed Platform (AMP) is the simplest way to run ArangoDB. You can create deployments on all major cloud providers in many regions with ease. For the impatient: Test ArangoDB in the cloud with AMP for free. Alternatively, download and install ArangoDB. Start the server arangod if the installer did not do it for you. Native Graph - Store both data and relationships, for faster queries even with multiple levels of joins and deeper insights that simply aren't possible with traditional relational and document database systems. Document Store - Every node in your graph is a JSON document: flexible, extensible, and easily imported from your existing document database. For what's new in ArangoDB, see the Release Notes in the Documentation.
Excerpt from the source-code README · 5,333 chars · not written by Vinony
Wikidata facts
- Official website
- www.arangodb.com
Show 4 more facts
- source code repository URL
- github.com/arangodb/arangodb
- software version identifier
- 3.12.9.1
- Stack Exchange tag
- stackoverflow.com/tags/arangodb
- social media followers
- 12430
via Wikidata · CC0
~10 min read
Article
6 sectionsContents
- History
- Release history
- Features
- Editions
- See also
- References
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.