Skip to content

Commit 7f461ec

Browse files
biniona-mongodbschmalliso
authored andcommitted
(DOCSP-19175) Add Tutorial Introduction (#183)
1 parent 7a772dd commit 7f461ec

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

source/sink-connector.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _kafka-sink-overview:
2+
13
==============
24
Sink Connector
35
==============

source/source-connector.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _kafka-source-overview:
2+
13
================
24
Source Connector
35
================

source/tutorials/replicate-with-cdc.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,17 @@ Replicate Data with a Change Data Capture Handler
1313
Overview
1414
--------
1515

16-
Learn how to replicate data with a **change data capture handler** in the
17-
{+mkc+}. A change data capture handler is a
18-
<TODO: add definition of change data capture handler from sink connector - CDC page>
16+
Learn how to use a **change data capture (CDC) handler** to replicate data with the
17+
{+mkc+}. A CDC handler is a program that translates CDC events into MongoDB
18+
write operations. Use a CDC handler when you need to reproduce the changes in
19+
one datastore into another datastore.
1920

20-
<TODO: Expand on the use case for this tutorial with content form the change
21-
data capture page>
21+
In this tutorial, you use a CDC handler to make two MongoDB collections
22+
contain the same documents.
2223

23-
For more information on change data capture, see our <TODO: link to change data
24-
capture guide>
24+
If you want to learn more about how CDC handlers work rather than view
25+
a tutorial that demonstrates how you use them, see the
26+
:ref:`<sink-fundamentals-cdc-handler>` guide.
2527

2628
Requirements
2729
~~~~~~~~~~~~
@@ -36,8 +38,10 @@ Tutorial
3638
Further Reading
3739
---------------
3840

39-
For more information on change streams, see our
40-
:doc:`guide on change streams </source-connector/fundamentals/change-streams>`.
41+
To learn more about the topics discussed in this tutorial, see the
42+
following {+mkc+} guides:
4143

42-
For more information on sink connectors, see our
43-
:doc:`guide on sink connectors </sink-connector/>`
44+
- :ref:`<sink-fundamentals-cdc-handler>`
45+
- :ref:`<kafka-source-change-streams>`
46+
- :ref:`<kafka-sink-overview>`
47+
- :ref:`<kafka-source-overview>`

0 commit comments

Comments
 (0)