Note: Our new official nodejs driver is arangojs. You also can look at this blogpost about the new driver.

We got a note from Anders Elo from Sweden. He told us that he has released a ArangoDB client for node.js. Awesome! ๐Ÿ™‚ You can find it on Github under the URL https://github.com/kaerus/arango-client. To install locally

Anders also writes:

  • It’s still lacking features and is prone to changes but it works quite nice, atleast I think so. ๐Ÿ™‚ I’ve not documented this project as of yet due to lack of time so I’ll briefly instruct you by some examples.*

The interface to the ArangoDB REST api resides in the lib/api directory. You can find out more details there. Anders also includes some tests, just runt “npm test” to execute them.