1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Omar_A f8eab9b7e1 added ":true" to "X-Arango-Allow-Dirty-Read" header (#7277) 2018-11-20 13:08:15 +01:00
..
ActiveFailover added ":true" to "X-Arango-Allow-Dirty-Read" header (#7277) 2018-11-20 13:08:15 +01:00
Cluster Doc - Training material links (#6683) 2018-10-17 23:52:35 +02:00
DC2DC Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
ManagingUsers Doc - Configuration refactor 2 (#6378) 2018-09-05 19:39:39 +02:00
MasterSlave Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
Starter Doc - Sync external repos 2018-09-26 (#6476) 2018-10-01 18:12:56 +02:00
Configuration.md Doc - list the current configuration options (#6571) 2018-09-27 15:42:41 +02:00
ImportExport.md Doc - Added notice related to converting JSON files to JSONlines (#5859) 2018-08-15 20:33:30 +02:00
README.md Doc - Improve backup page (#6641) 2018-10-01 15:49:03 +02:00

README.md

Administration

Tools

Deployments of ArangoDB servers can be managed with the following tools:

  • Web interface: Arangod serves a graphical web interface to be accessed with a browser via the server port. It provides basic and advanced functionality to interact with the server and its data. {### TODO: In case of a cluster, the web interface can be reached via any of the coordinators. What about other deployment modes? ###}

  • ArangoShell: Arangosh is a V8 shell to interact with any local or remote ArangoDB server through a JavaScript interface. It can be used to automate tasks. Some developers may prefer it over the web interface, especially for simple CRUD. It is not to be confused with general command lines like Bash or PowerShell.

  • RESTful API: Arangod has an HTTP interface through which it can be fully managed. The official client tools including Arangosh and the Web interface talk to this bare metal interface. It is also relevant for driver developers.

  • ArangoDB Starter: This deployment tool helps to start Arangod instances, like for a Cluster or an Active Failover setup.

For a full list of tools, please refer to the Programs & Tools chapter.

Deployment Administration

Other Topics