arangodb / arangojs

The official ArangoDB JavaScript driver.
https://arangodb.github.io/arangojs
Apache License 2.0
600 stars 106 forks source link

Use of VelocityPack #744

Closed robross0606 closed 2 years ago

robross0606 commented 3 years ago

According to the Arango documentation (and source code) they use VelocityPack extensively to optimize communications for things like arangoimport.

Any plans for arangojs to leverage VelocityPack? I'm noticing that things like collection.import() are significantly slower on arangojs than they are when using arangoimport even though they both leverage the same REST API.

robross0606 commented 3 years ago

There are apparently native C++, Java and Go implementations. There is also a third party PHP wrapper and Node.js wrapper which appears to have been started but abandoned and archived.

https://github.com/arangodb/node-velocypack

pluma commented 2 years ago

There is currently no official support for Velocypack or VST in Node, so we can not support this file format or protocol at this time.

pluma commented 2 years ago

I'm closing this as a duplicate of #584.