ArangoDB v3.8 reached End of Life (EOL) and is no longer supported.
This documentation is outdated. Please see the most recent version at docs.arangodb.com
HTTP Interface for Transactions
Transactions
ArangoDB’s transactions are executed on the server. Transactions can be executed by clients in two different ways:
- Via the Stream Transaction API
- Via the JavaScript Transaction API
For a more detailed description of the transaction types, how transactions work in ArangoDB, and what guarantees ArangoDB provide, please refer to Transactions.