Features and Improvements in ArangoDB 2.4 V8 version upgrade FoxxGenerator AQL improvements Optimizer improvements Data-modification queries returning documents Language improv...
Manifest files Manifest files Every service comes with a manifest.json file providing metadata. The following fields are allowed in manifests: configuration : Object (optio...
Handling Databases Handling Databases This is an introduction to managing databases in ArangoDB from within JavaScript. When you have an established connection to ArangoDB, th...
How-to Reset Root Password How-to Reset Root Password One can reset the root password in the following way: Stop the Server Set authentication=false in the arangod.conf file...
How-to Reset Root Password How-to Reset Root Password One can reset the root password in the following way: Stop the Server Set authentication=false in the arangod.conf file...
General Graphs Three Steps to create a graph General Graphs This chapter describes the general-graph module. It allows you to define a graph that is spread across several edge...
File access in Foxx Serving files Writing files File access in Foxx Files within the service folder should always be considered read-only. You should not expect to be able to ...