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, […]
Category Archives: arangodb
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 […]
Discuss ArangoDB Apparently, the world is becoming more and more connected. And at some point in the very near future, your kitchen bar may well be able to recommend your favorite brands of whiskey! This recommended information may come from retailers, or equally likely it can be suggested from friends on Social Networks; whatever it […]