1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
sleto-it 96db5356b8
Doc - 3.3.14 new starter upgrade procedure + partial sync of external repos (#6020)
2018-08-16 20:06:53 +02:00
..
ActiveFailover Doc - Replication Refactor - Part 2 (#4717) 2018-03-02 11:14:53 +01:00
Auditing Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
Cluster centralized more of the sharding strategies code (#6140) 2018-08-15 14:37:01 +02:00
Configuration centralized more of the sharding strategies code (#6140) 2018-08-15 14:37:01 +02:00
DC2DC Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
Encryption Doc - added Encryption Limitation notes (#6147) 2018-08-15 20:20:10 +02:00
ManagingUsers Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
MasterSlave Doc - Dangling interbook checker [New] (#5735) 2018-06-30 13:23:02 +02:00
Starter Doc - 3.3.14 new starter upgrade procedure + partial sync of external repos (#6020) 2018-08-16 20:06:53 +02:00
BackupRestore.md Doc - single link per line (#5904) 2018-07-20 10:46:27 +02:00
Durability.md Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +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 - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Satellites.md Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +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