1

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?

Loredra L
  • 1,485
  • 2
  • 16
  • 32
  • Should have search more thoroughly before: https://stackoverflow.com/questions/39110281/arangodb-and-user-defined-functions-or-stored-procedures – Loredra L Jun 28 '17 at 16:24
  • You could also write a small script for arangosh and run it like `arangosh --javascript.execute script.js` – CodeManX Jul 06 '17 at 08:51

1 Answers1

0

Currently ArangoDB doesn't offer prepared statements, but some users want it. If you're interested too, subscribe that github issue by giving it a thumbs up.

dothebart
  • 5,972
  • 16
  • 40