Skip to content

Commit 5d669bb

Browse files
committed
2 parents 7196929 + d2077bc commit 5d669bb

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

docs/220-Migrate Data/30-cdc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Screenshot from "@site/src/components/Screenshot";
22

3-
# 👐 Run a Continuous Migration Job
3+
# 🦸 Run a Continuous Migration Job
44

55
Relational Migrator allows you to use Change-Data-Capture processes to continously synchronize data in your MongoDB database with changes made in your source database.
66
When a continous migration is requested, Relational Migrator will first complete a normal full synchronization before entering Chane Data Capture mode.

docs/220-Migrate Data/40-monitor-cdc-migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Screenshot from "@site/src/components/Screenshot";
22
import Tabs from '@theme/Tabs';
33
import TabItem from '@theme/TabItem';
44

5-
# 👐 Monitor a Continuous Migration Job
5+
# 🦸 Monitor a Continuous Migration Job
66

77
When a continuous migration job has completed its initial synchronization stage, it enters the Change-Data-Capture (CDC) stage.
88
In this stage, the source database is monitored for changes, and these changes are applied to the target MongoDB database.

docs/80-edit-mapping-rules/20-edit-mapping-books-book-genre.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ genres: [
2929
```
3030

3131
- On the MongoDB diagram view, click the `books` collection.
32-
- Click on the edit edit icon of `genres`. Deselect `id`, This is a child relationship of `bookGenres`, and we'll merge these fields into the parent, to avoid too much unneccesary nesting.
32+
- Click on the edit icon of `genres`. Deselect `id`, This is a child relationship of `bookGenres`, and we'll merge these fields into the parent, to avoid too much unneccesary nesting.
3333
- Click `Save and close`.
3434
- Click on the edit icon of the `book_genre` embedded array.
3535
- Change the field name from `bookGenres` to `genres`.

static/img/100-image-001.png

293 KB
Loading

static/img/40-image-001.png

97.3 KB
Loading

0 commit comments

Comments
 (0)