ArangoDB Node.js | Integration and Development Guides https://arangodb.com/category/nodejs/ The database for graph and beyond Wed, 10 Jul 2024 06:18:45 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 https://arangodb.com/wp-content/uploads/2023/08/cropped-favicon-32x32.png ArangoDB Node.js | Integration and Development Guides https://arangodb.com/category/nodejs/ 32 32 Running V8 Isolates in Multi-Threaded ArangoDB https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/ https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/#comments Fri, 07 Aug 2015 09:33:48 +0000 http://www.arangodb.com/?p=8430 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 to make any database functionality available via an HTTP REST API. It’s easy to build data-centric microservices with it, using the scripting functionality for tasks like access control,…

The post Running V8 Isolates in Multi-Threaded ArangoDB appeared first on ArangoDB.

]]>
https://arangodb.com/2015/08/running-v8-isolates-in-a-multi-threaded-arangodb-database/feed/ 1
LoopBack Connector for ArangoDB: Seamless Integration https://arangodb.com/2015/05/loopback-connector-for-arangodb/ https://arangodb.com/2015/05/loopback-connector-for-arangodb/#respond Thu, 14 May 2015 10:11:15 +0000 http://www.arangodb.com/?p=7579 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 use his new loopback-connector-arango connector to access ArangoDB: Getting Started with the Node.js LoopBack Connector for ArangoDB The tutorial uses the loopback-connector-arango…

The post LoopBack Connector for ArangoDB: Seamless Integration appeared first on ArangoDB.

]]>
https://arangodb.com/2015/05/loopback-connector-for-arangodb/feed/ 0
Building a self-learning game with ArangoDB, io.js & AngularJS in half a day. https://arangodb.com/2015/01/angularjs-build-in-half-a-day/ https://arangodb.com/2015/01/angularjs-build-in-half-a-day/#respond Tue, 27 Jan 2015 13:30:39 +0000 http://www.arangodb.com/?p=6287 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 could build a full-stack application within half a day. The web application – in short – is a guessing game, in…

The post Building a self-learning game with ArangoDB, io.js & AngularJS in half a day. appeared first on ArangoDB.

]]>
https://arangodb.com/2015/01/angularjs-build-in-half-a-day/feed/ 0
Crawling GitHub with Promises: ArangoDB Tutorial https://arangodb.com/2015/01/crawling-github-promises/ https://arangodb.com/2015/01/crawling-github-promises/#comments Tue, 06 Jan 2015 11:08:55 +0000 http://www.arangodb.com/?p=5967 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 crawler seemed like a good side-project, especially because the node-github driver follows the same conventions as the Javascript driver. There are…

The post Crawling GitHub with Promises: ArangoDB Tutorial appeared first on ArangoDB.

]]>
https://arangodb.com/2015/01/crawling-github-promises/feed/ 2
FullStack London https://arangodb.com/2014/10/fullstack-london/ https://arangodb.com/2014/10/fullstack-london/#respond Mon, 27 Oct 2014 11:31:30 +0000 http://www.arangodb.com/?p=4953 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 to start using them. Douglas was followed by Isaac Schlueter talking about open source in companies. Although this talk was not…

The post FullStack London appeared first on ArangoDB.

]]>
https://arangodb.com/2014/10/fullstack-london/feed/ 0
Using NPM Packages for ArangoDB: Enhance Functionality | 2013 https://arangodb.com/2013/02/using-npm-packages-for-arangodb/ https://arangodb.com/2013/02/using-npm-packages-for-arangodb/#comments Wed, 27 Feb 2013 12:33:35 +0000 http://www.arangodb.com/?p=1738 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, available using NPM. There is a draft for packages on Common.JS which seems to be compatible with NPM. NPM has a neat way of dealing…

The post Using NPM Packages for ArangoDB: Enhance Functionality | 2013 appeared first on ArangoDB.

]]>
https://arangodb.com/2013/02/using-npm-packages-for-arangodb/feed/ 4
ArangoDB for Node.js Integration | ArangoDB 2012 https://arangodb.com/2012/07/arangodb-for-nodejs/ https://arangodb.com/2012/07/arangodb-for-nodejs/#comments Tue, 31 Jul 2012 14:20:41 +0000 http://www.arangodb.com/?p=941 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…

The post ArangoDB for Node.js Integration | ArangoDB 2012 appeared first on ArangoDB.

]]>
https://arangodb.com/2012/07/arangodb-for-nodejs/feed/ 10