ArangoDB – Quick Guide ArangoDB – A Multi-Model First Database ArangoDB is hailed as a native multi-model database by its developers. This is unlike other NoSQL databases. In this database, the data can be stored as documents, key/value pairs or graphs. And with a single declarative query language, any or all of your data can […]
Category Archives: arangodb
Querying the Data with AQL In this chapter, we will discuss how to query the data with AQL. We have already discussed in our previous chapters that ArangoDB has developed its own query language and that it goes by the name AQL. Let us now start interacting with AQL. As shown in the image below, […]
ArangoDB – AQL Example Queries In this chapter, we will consider a few AQL Example Queries on an Actors and Movies Database. These queries are based on graphs. Problem Given a collection of actors and a collection of movies, and an actIn edges collection (with a year property) to connect the vertex as indicated below […]