Imagine that _key is a series which is always increasing, such as:
{
_key:1,
name: John,
...
},
{
_key:2,
name ...
},
...
I would like to get the maximum value of _key so I can include another element with a _key + 1 value.
I am using python-arango but I could collect the AQL query too.
To get the largest numerical
_keyvalue of collectioncollso far: