Secure connections (TLS) Install CA certificate Windows macOS Linux See also Secure connections (TLS) The ArangoDB Kubernetes Operator will by default create ArangoDB depl...
Secure connections (TLS) Install CA certificate Windows macOS Linux See also Secure connections (TLS) The ArangoDB Kubernetes Operator will by default create ArangoDB depl...
Configuration Available startup options Command line options Configuration file format Using Configuration Files Suffixes for Numeric Options Environment variables as paramete...
Features and Improvements in ArangoDB 2.3 AQL improvements Framework improvements Language improvements Alternative operator syntax NOT IN operator Improvements of built-in func...
Leader/Follower Architecture Introduction Components Replication Logger Replication Applier Leader/Follower Architecture Introduction In a Leader/Follower setup one or more...
Master/Slave Architecture Introduction Components Replication Logger Replication Applier Master/Slave Architecture Introduction In a Master/Slave setup one or more Arango...
JavaScript Interface to Collections Address of a Collection Collection Collection name Create Synchronous replication JavaScript Interface to Collections This is an introdu...
Foxx queries Foxx queries The createQuery method has been removed. It can be trivially replaced with plain JavaScript functions and direct calls to the db._query method : Ol...
Single Instance Single Instance Running a single instance of ArangoDB is the most simple way to get started.It means to run the ArangoDB Server binary arangod stand-alone, wit...
Transactions Transactions Starting with version 1.3, ArangoDB provides support for user-definable transactions. Transactions in ArangoDB are atomic, consistent, isolated, and ...