Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to create a graph database using AQL in Arangodb?

Tags:

arangodb

It seems the options to create a graph within Arangodb are:

  1. The Web Interface
  2. Arangosh using the general-graph module
  3. The provided drivers using the object based API
  4. 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.

like image 791
John Rellis Avatar asked Jan 01 '26 17:01

John Rellis


1 Answers

No, at the moment AQL is only a DML (data manipulation language), but no DDL (data definition language). To create a graph, please use one of the other methods you listed.

like image 69
stj Avatar answered Jan 04 '26 01:01

stj



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!