1
0
Fork 0
arangodb/Documentation/Books/HTTP/aql-user-functions.md

1.2 KiB

layout description
default This is an introduction to ArangoDB's HTTP interface for managing AQLuser functions

HTTP Interface for AQL User Functions Management

AQL User Functions Management

This is an introduction to ArangoDB's HTTP interface for managing AQL user functions. AQL user functions are a means to extend the functionality of ArangoDB's query language (AQL) with user-defined JavaScript code.

For an overview of how AQL user functions and their implications, please refer to the Extending AQL chapter.

The HTTP interface provides an API for adding, deleting, and listing previously registered AQL user functions.

All user functions managed through this interface will be stored in the system collection _aqlfunctions. Documents in this collection should not be accessed directly, but only via the dedicated interfaces.

{% docublock post_api_aqlfunction %}

{% docublock delete_api_aqlfunction %}

{% docublock get_api_aqlfunction %}