Skip to content

Commit 07bf306

Browse files
author
Dave Cuthbert
authored
DOCSP-22763 create index page (#5)
* DOCSP-22763 create index.txt * Staging fixes * Staging fixes * Staging fixes * Staging fixes * Review feedback * Staging fixes * Naming update * Review feedback * Shorten feature name * Review feedback * Review feedback * Staging fixes
1 parent 3acd138 commit 07bf306

File tree

5 files changed

+34
-8
lines changed

5 files changed

+34
-8
lines changed

source/connecting.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.. place holder for the installation section TOC
1+
.. _c2c-connecting:
2+
23

34
========================
45
Connecting ``mongosync``

source/index.txt

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,37 @@
11
.. _c2c-index:
22

3-
===============================
4-
MongoDB Cluster-to-Cluster Sync
5-
===============================
3+
=======================
4+
Cluster-to-Cluster Sync
5+
=======================
66

77
.. default-domain:: mongodb
88

9-
The primary motivation of this initiative ...
9+
{+c2c-product-name+} provides you with continuous unidirectional
10+
data synchronization between two MongoDB clusters in the same or
11+
hybrid environments. Customers can enable {+c2c-product-name+} via
12+
the :ref:`c2c-mongosync` utility tool.
1013

11-
NOTE: This page will have material that introduces C2C to the reader.
14+
``mongosync`` can continuously synchronize data between two clusters.
15+
You can use ``mongosync`` to create dedicated analytics, development,
16+
or testing clusters that mirror your production environment.
17+
Synchronized clusters can also support location requirements for audit
18+
and data residency compliance.
19+
20+
In addition to continuous data synchronization, ``mongosync`` can also
21+
facilitate a one time data migration between clusters.
22+
23+
To get started with ``mongosync``, refer to the :ref:`Quick Start Guide
24+
<c2c-quickstart>`. For more detailed information, refer to the
25+
:ref:`c2c-install` or :ref:`c2c-connecting` page that best fits your
26+
situation.
27+
28+
To learn more about ``mongosync`` use cases, see:
29+
30+
- :ref:`Continuous synchronization <c2c-uses-continue-sync>`
31+
- :ref:`Data migration <c2c-uses-migration>`
32+
33+
The :ref:`Frequently Asked Questions (FAQ) <c2c-faq>` page addresses
34+
common questions users have asked about ``mongosync``.
1235

1336
.. toctree::
1437
:titlesonly:

source/installation.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
.. place holder for the installation section TOC
22

3+
.. _c2c-install:
4+
35
============
46
Installation
57
============

source/using-mongosync/continuous-sync.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _c2c-run-continue-sync:
1+
.. _c2c-uses-continue-sync:
22

33
==========================
44
Continuous Synchronization

source/using-mongosync/migration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _c2c-run-migration:
1+
.. _c2c-uses-migration:
22

33
===============================
44
Migrate Data to Another Cluster

0 commit comments

Comments
 (0)