forked from mongodb/docs-cluster-to-cluster-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09c5253
commit 90d71e5
Showing
21 changed files
with
230 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,21 @@ | ||
# docs-cluster-to-cluster-sync | ||
|
||
[Your words here]. | ||
Documentation for the cluster to cluster synchronization tool, | ||
mongosync. | ||
|
||
Report Issues | ||
------------- | ||
|
||
To file issues or requests regarding the documentation, go to the | ||
`Documentation Jira Project <https://jira.mongodb.org/browse/DOCS>`_. | ||
[Documentation Jira Project](https://jira.mongodb.org/browse/DOCS). | ||
|
||
License | ||
------- | ||
|
||
All documentation is available under the terms of a `Creative Commons | ||
License <https://creativecommons.org/licenses/by-nc-sa/3.0/>`_. | ||
All documentation is available under the terms of a [Creative Commons | ||
License](https://creativecommons.org/licenses/by-nc-sa/3.0/). | ||
|
||
If you have any questions, please contact `[email protected] | ||
<mailto:[email protected]>`_. | ||
If you have any questions, please contact [[email protected]] | ||
(mailto:[email protected]>). | ||
|
||
-- The MongoDB Documentation Team |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. place holder for the installation section TOC | ||
|
||
========== | ||
Connecting | ||
========== | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/connecting/atlas-to-atlas | ||
/connecting/onprem-onprem | ||
/connecting/onprem-to-atlas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-conn-atlas2atlas: | ||
|
||
========================== | ||
Connect Two Atlas Clusters | ||
========================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Connect two Atlas clusters | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-conn-oprem2onprem: | ||
|
||
========================== | ||
Connect Two Local Clusters | ||
========================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Onprem to onprem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-conn-onprem2atlas: | ||
|
||
================================ | ||
Connect a Local Cluster to Atlas | ||
================================ | ||
|
||
.. default-domain:: mongodb | ||
|
||
onprem to atlas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _c2c-faq: | ||
|
||
========================== | ||
Frequently Asked Questions | ||
========================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
|
||
This page provides answers to some frequently asked questions we have | ||
encountered. If you have additional questions please contact MongoDB | ||
Support. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
.. _c2c-index: | ||
|
||
========================================== | ||
MongoDB Cluster-to-Cluster Synchronization | ||
========================================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Your words here. Don't forget to add a toctree! | ||
The primary motivation of this initiative ... | ||
|
||
NOTE: This page will have material that introduces C2C to the reader. | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/quickstart | ||
/installation | ||
/running-mongosync | ||
/connecting | ||
/reference | ||
/release-notes | ||
/faq | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. place holder for the installation section TOC | ||
|
||
============ | ||
Installation | ||
============ | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/installation/install-on-linux | ||
/installation/install-on-macos | ||
/installation/install-on-windows | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-install-linux: | ||
|
||
================ | ||
Install on Linux | ||
================ | ||
|
||
.. default-domain:: mongodb | ||
|
||
Linux install pages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-install-macos: | ||
|
||
================ | ||
Install on macOS | ||
================ | ||
|
||
.. default-domain:: mongodb | ||
|
||
OSX install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-install-windows: | ||
|
||
================== | ||
Install on Windows | ||
================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Windows install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-overview: | ||
|
||
======== | ||
Overview | ||
======== | ||
|
||
.. default-domain:: mongodb | ||
|
||
The primary motivation of this initiative ... | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-quickstart: | ||
|
||
=========== | ||
Quick Start | ||
=========== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Get going! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. place holder for the reference section TOC | ||
|
||
========= | ||
Reference | ||
========= | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/reference/mongosync | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _c2c-mongosync: | ||
|
||
============= | ||
``mongosync`` | ||
============= | ||
|
||
.. default-domain:: mongodb | ||
|
||
Migrate data between clusters using ``mongosync``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. place holder for the release notes TOC | ||
|
||
============= | ||
Release Notes | ||
============= | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/release-notes/0.9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _c2c-release-notes-0.9: | ||
|
||
=================================== | ||
Release Notes for ``mongosync`` 0.9 | ||
=================================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 1 | ||
:class: singlecol | ||
|
||
New Features | ||
------------ | ||
|
||
Cool new stuff goes here. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. place holder for the running mongosync section TOC | ||
|
||
===================== | ||
Running ``mongosync`` | ||
===================== | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
|
||
/running-mongosync/continuous-sync | ||
/running-mongosync/migration | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-run-continue-sync: | ||
|
||
========================== | ||
Continuous Synchronization | ||
========================== | ||
|
||
.. default-domain:: mongodb | ||
|
||
Continuous synch use case | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.. _c2c-run-migration: | ||
|
||
========= | ||
Migration | ||
========= | ||
|
||
.. default-domain:: mongodb | ||
|
||
migration use case | ||
|