1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Jan 840ad8c20d
added option `--rocksdb.use-file-logging` (#6308)
2018-08-31 17:23:00 +02:00
..
ActiveFailover Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
Cluster Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
Configuration added option `--rocksdb.use-file-logging` (#6308) 2018-08-31 17:23:00 +02:00
DC2DC Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +02:00
ManagingUsers Doc - Enterprise Edition hint boxes (#5921) 2018-07-20 10:53:22 +02:00
MasterSlave Doc - Additional Scalability & Architecture Refactor (#5850) 2018-08-22 23:27:31 +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
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

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