For example, I have Node Collection A and Links Collection B
I would like for each elements of A, add a new properties depend on the number of links it has from B This operation will run every day once.
Normally, in RDBM such as MySQL, I would use stored query for it. Is something of equivalent can be done in ArangoDb?