GlossaryΒΆ

Arango Query Language (AQL)
Querying documents and graphs in one database with AQL
Collections REST Api
This is an introduction to ArangoDB’s Http Interface for collections. HttpCollection
Documents REST Api
Arango DB Http Interface for Documents. More details in RestDocument
Edges REST Api
REST API for manipulate I trought HTTP interface of ArangoDB. Documentation about RestEdge
HTTP Interface for AQL Query Cursors
Description of HTTP Cursor REST API on ArangoDB website: HttpCursor <http://www.arangodb.org/manuals/current/HttpCursor.html>`_
Indexes REST Api
ArangoDB’s Http Interface for Indexes. HttpIndex
waitForSync
This argument may be True or False. If it’s True then you’ll get response from the server when Document, Edge or Collection will be saved on disk.