1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment
Andreas Streichardt 9c4b19f21e Cluster updates for 3.1 2016-11-18 15:10:46 +01:00
..
Agency.mdpp agency documentation typos 2016-10-10 14:43:01 +02:00
Distributed.mdpp Old agency startup in documentation of Local/Distributed deployments 2016-11-07 15:31:05 +01:00
Docker.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
Local.mdpp Cluster updates for 3.1 2016-11-18 15:10:46 +01:00
Mesos.mdpp Cluster updates for 3.1 2016-11-18 15:10:46 +01:00
README.mdpp overview documentation of agency 2016-10-10 12:30:44 +02:00
Single.mdpp Overhaul the deployment chapter w.r.t. cluster. 2016-06-27 11:41:26 +02:00
simple_cluster.ditaa Add ditaa generated graphs 2016-06-24 13:42:24 +02:00

README.mdpp

!CHAPTER Deployment

In this chapter we describe various possibilities to deploy ArangoDB.
In particular for the cluster mode, there are different ways
and we want to highlight their advantages and disadvantages.
We even document in detail, how to set up a cluster by simply starting
various ArangoDB processes on different machines, either directly
or using Docker containers.

- [Single instance](Single.md)
- [Cluster: DC/OS, Apache Mesos and Marathon](Mesos.md)
- [Cluster: Test setup on a local machine](Local.md)
- [Cluster: Starting processes on different machines](Distributed.md)
- [Cluster: Launching an ArangoDB cluster using Docker containers](Docker.md)
- [Agency](Agency.md)