forked from mongodb/docs-relational-migrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation.txt
60 lines (39 loc) · 1.45 KB
/
installation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.. _installation:
============
Installation
============
.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol
Relational Migrator supports local deployment and unattended server deployment models.
For instructions on installing Relational Migrator, see the following pages:
.. list-table::
:header-rows: 1
* - Deployment Model
- Description
- Reference
* - Local
- Suitable for evaluation and proof of concept jobs.
- :ref:`Install on a Single Machine <single-machine-install>`
* - Unattended server
- Suitable for smaller production jobs.
- :ref:`Install on an Unattended Server <unattended-server>`
* - Docker
- Suitable if your familiar with Docker and don't want to run
Relational Migrator directly on a server or machine.
- :ref:`Install with Docker <rm-install-docker>`
* - Kafka
- Suitable for larger production jobs. Integrates with your own Kafka
infrastructure to provide enhanced resiliency.
- The Kafka deployment model is not yet generally available, but you can
reach out to your MongoDB account team to discuss private preview
opportunities.
.. toctree::
:hidden:
:titlesonly:
/installation/install-on-a-single-machine/install-on-a-single-machine
/installation/install-on-an-unattended-server/install-on-an-unattended-server
/installation/install-with-docker
/installation/file-location