ArangoDB

Native multi-model database for documents, graphs, and key-values with high performance.

Access Information

Open a browser and go to: http://<server-ip>:8529

Login with:

  • Username: root
  • Password: (stored securely in /root/arangodb/.env)

Alternatively, access via CLI:

docker exec -it arangodb arangosh

Key Files and Directories

  • Deployment directory: /root/arangodb/
  • Root password storage (read-only): /root/arangodb/.env
  • Docker Compose configuration: /root/arangodb/docker-compose.yml
  • Persistent data for ArangoDB: /root/arangodb/arangodb-data

 

Application Details