Having a long history with relational databases and having worked for a lot of years with SQL some people find it a bit inconvenient querying nosql databases e.g. via REST. Others have rather complex data models and need nevertheless an elegant and convenient way for querying. And we all love clean and simple interfaces.
ArangoDB comes with a couple of options for querying the data, among offer it implements the “ArangoDB Query Language” (AQL).
AQL is a declarative query language for simple and also very complex queries. Unless like in other nosql databases you can also query across..
