It seems the options to create a graph within Arangodb are:
- The Web Interface
- Arangosh using the general-graph module
- The provided drivers using the object based API
- The HTTP API
Is it possible to create the necessary components to build a graph using AQL???
For background, I am trying to assess options for bootstrapping graphs in different environments and potentially performing migrations in production environments.