1
0
Fork 0
arangodb/Documentation/Books/Manual/Deployment
Wilfried Goesgens bc57289cfd add missing files for ArangoDBStarter documentation 2017-04-21 15:57:28 +02:00
..
Advanced.mdpp add missing files for ArangoDBStarter documentation 2017-04-21 15:57:28 +02:00
Agency.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
ArangoDBStarter.mdpp add missing files for ArangoDBStarter documentation 2017-04-21 15:57:28 +02:00
Distributed.mdpp Modify example to contain my-address for agents 2017-02-06 15:12:48 +01:00
Docker.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Local.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Mesos.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
README.mdpp add ArangoDBStarter article, move detail articles into submenu layers 2017-04-21 11:12:14 +02:00
Single.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
simple_cluster.ditaa Add ditaa generated graphs 2016-06-24 13:42:24 +02:00

README.mdpp

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: Generic & Docker](ArangoDBStarter.md)
- [Advanced Topics](Advanced.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)