📄️ Iterating on data (for)
FOR is the primary construct used for iterating over a collection and its documents. You can use for to iterate over collections and apply filters or additional processing on the data
📄️ Filtering data
Filtering is used to restrict the data you are processing
📄️ Sorting data
Basic sorting
📄️ Functions on data
ArangoDB provides a wide variety of built-in functions. The official documentation on supported functions can be found here
📄️ Aggregating data
ArangoDB supports aggregation of data via collect
📄️ Assigning data
Let can be used to store values in variables or define subqueries to be used in other queries (see joins)
📄️ Joining on data
Consecutive for loops can be used to join between data