Using Active Failover in ArangoDB by Configuring ArangoDB-PHP

ICYMI: This article is about setting up active failover for ArangoDB-PHP, the PHP client driver for ArangoDB. It requires ArangoDB-PHP 3.3.2 or higher, and an ArangoDB server version of 3.3.4 or higher.

Active Failover: Basic Setup

Historically, ArangoDB-PHP has been able to connect to a single ArangoDB endpoint, i.e. one combination of IP address and port number. https://goo.gl/xd6zKq #DataIntegration #ML