ArangoDB Client for nodejs released
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...
View ArticleFeature Preview: Using NPM packages for ArangoDB
ArangoDB follows the Common.JS specification for modules. However, it would be very convenient, if there was an easy way to install a package like “underscore.js”. These package are, for instance,...
View ArticleFullStack London
I recently had the chance to visit FullStack London, a well organized conference. Thanks a lot to Skills Matter. FullStack was opened by Douglas Crockford about “The Better Parts” of ES6. I cannot wait...
View ArticleCrawling GITHUB with Promises
The new Javascript driver no longer imposes any promises implementation. It follows the standard callback pattern with a callback using err and res. I wanted to give the new driver a try. A github...
View ArticleBuilding a self-learning game with ArangoDB, io.js & AngularJS in half a day.
With the ArangoDB Foxx Microservice Framework we’ve introduced an easy way to create a Web API right on top of the NoSQL database. In early January Max challenged Andreas (AngularJS / NodeJS) that they...
View ArticleLoopBack Connector for ArangoDB
ArangoDB can be used as a backend data source for APIs that you compose with the popular open-source LoopBack Node.js framework. In a recent blog article on StrongLoop, Nicholas Duffy explains how to...
View ArticleRunning V8 isolates in a multi-threaded ArangoDB database
ArangoDB allows running user-defined JavaScript code in the database. This can be used for more complex, stored procedures-like database operations. Additionally, ArangoDB’s Foxx framework can be used...
View Article