An introduction to ArangoDB’s query language AQL, built around a small dataset of characters from the novel and fantasy drama television series Game of Thrones.
What you will learn
- Basic CRUD operations
- Matching documents
- Sorting and limiting
- Joining together
- Graph traversal
- Geo-spatial queries
-
Getting started
Learn about the example dataset for this course
-
Basic CRUD operations
Create, Read, Update, and Delete (CRUD) documents with AQL
-
Matching documents
Filter documents by attribute values using different criteria
-
Sorting and limiting
Return results in a specific order and limit the number of results
-
Joining together
Reference other documents and resolve the references in queries
-
Graph traversal
Model relations between documents with edges to form graphs
-
Geo-spatial queries