ArangoDB ArangoShell | Command-Line Interface Guide https://arangodb.com/tag/arangosh/ The database for graph and beyond Wed, 26 Jun 2024 06:20:49 +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 ArangoShell | Command-Line Interface Guide https://arangodb.com/tag/arangosh/ 32 32 AQL Explain Web Interface: ArangoDB Query Optimization https://arangodb.com/2015/05/aql-explain-web-interface/ https://arangodb.com/2015/05/aql-explain-web-interface/#respond Tue, 19 May 2015 17:20:45 +0000 http://www.arangodb.com/?p=7616 For developers that use the ArangoDB shell arangosh the explain() command and its compact output format is a great resource to check AQL queries. Explain prints the original query, the generated query execution plan, the applied optimizer rules plus the list of indexes that will be used. Jan showed in a blog post how this…

The post AQL Explain Web Interface: ArangoDB Query Optimization appeared first on ArangoDB.

]]>
https://arangodb.com/2015/05/aql-explain-web-interface/feed/ 0
CoffeeScript in ArangoDB: Feature Preview | ArangoDB 2013 https://arangodb.com/2013/03/feature-preview-using-coffeescript-in-arangodb/ https://arangodb.com/2013/03/feature-preview-using-coffeescript-in-arangodb/#comments Tue, 05 Mar 2013 17:08:57 +0000 http://www.arangodb.com/?p=1770 In my blog post about npm packages, I tried to use underscore for ArangoDB. I found that the easiest way to archive this, is using the nodes package manager NPM. Node packages and modules follow the Common.JS specification, so they can be used by ArangoDB. Why not try to use the package coffee-script as well?…

The post CoffeeScript in ArangoDB: Feature Preview | ArangoDB 2013 appeared first on ArangoDB.

]]>
https://arangodb.com/2013/03/feature-preview-using-coffeescript-in-arangodb/feed/ 2
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
Useful ArangoSH Tips and Tricks | ArangoDB 2012 https://arangodb.com/2012/12/some-useful-arangosh-tips/ https://arangodb.com/2012/12/some-useful-arangosh-tips/#comments Sat, 22 Dec 2012 00:27:36 +0000 http://www.arangodb.com/?p=1612 arangosh, The ArangoDB shell, provides some options that may simplify an ArangoDB user’s life. Some of these options have been added in version 1.1.2, and some options have been around for a while but are probably still less known. It’s time to showcase them. Pretty printing results arangosh prints query results in a compact format…

The post Useful ArangoSH Tips and Tricks | ArangoDB 2012 appeared first on ArangoDB.

]]>
https://arangodb.com/2012/12/some-useful-arangosh-tips/feed/ 2