1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
kunalak 3e42d88c41 Doc - fix typo in admin/cluster readme file(#7625) 2018-12-05 15:28:12 +01:00
..
ActiveFailover added ":true" to "X-Arango-Allow-Dirty-Read" header (#7301) 2018-11-20 13:04:58 +01:00
Cluster Doc - fix typo in admin/cluster readme file(#7625) 2018-12-05 15:28:12 +01:00
DC2DC Doc - Cherry pick from devel (#6571) (#6631) 2018-10-02 17:04:56 +02:00
ManagingUsers Doc - cherry pick arangosearch & other docs commits from devel (#6402) 2018-09-05 23:28:32 +02:00
MasterSlave Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
Starter Doc - Cherry pick from devel (#6571) (#6631) 2018-10-02 17:04:56 +02:00
Configuration.md Doc - Cherry pick from devel (#6571) (#6631) 2018-10-02 17:04:56 +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 - Cherry pick from devel (#6571) (#6631) 2018-10-02 17:04:56 +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