Comments on: Efficient Massive Inserts into ArangoDB with Node.js https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/ The database for graph and beyond Tue, 25 Jun 2024 12:02:08 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Bo Udubasa https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/#comment-54 Wed, 05 Feb 2020 08:24:33 +0000 https://www.arangodb.com/?p=32466#comment-54 As mentioned in the article, arangojs is a great, solid, enterprise grade driver which abstracts the low level calls showcased in this article. The purpose of using a barebones REST-ful calls here is partly academic, partly expedient. If one wishes to implement such functionality (CRUD) in ArangoDB for a programming language for which there is no driver yet, one can do so. One could also design one’s own driver for such a language using this example as a starting point. Ultimately if CRUD operations were all that were needed, one can use the NodeJS native implementation of HTTP / HTTPS without installing additional modules in their deployment and also the memory of the NodeJS application will be spared a bit when by passing the need to load arangojs modules whose functionality might never be used. If there is enough interest we might follow up with the Java equivalent examples.

]]>
By: Vitaliy https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/#comment-53 Tue, 04 Feb 2020 11:59:01 +0000 https://www.arangodb.com/?p=32466#comment-53 I’m wondering why you’re not using the arangodb js driver ?

]]>
By: Turner Bell https://arangodb.com/2020/01/massive-inserts-into-arangodb-with-nodejs/#comment-52 Tue, 28 Jan 2020 09:32:24 +0000 https://www.arangodb.com/?p=32466#comment-52 Really nice post!
I am glad that you shared this small content about massive inserts into ArangoDB with Node Js in front of readers’ eyes. I liked the tutorial and code written here. Please keep sharing more about it because I would like to read.
Worth reading. Thank you.

]]>