Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsterChenzhuo committed May 8, 2023
1 parent 5430885 commit 5336ccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions docs/en/connector-v2/sink/MongoDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Support those engines
Key featuresl
-------------

- [x] [batch](../../concept/connector-v2-features.md)
- [ ] [exactly-once](../../concept/connector-v2-features.md)
- [ ] [cdc](../../concept/connector-v2-features.md)

Expand Down Expand Up @@ -48,7 +47,6 @@ The following table lists the field data type mapping from MongoDB BSON type to
| FLOAT | Double |
| DECIMAL | Decimal128 |
| Date | Date |
| TIME | - |
| Timestamp | Timestamp[Date] |
| ROW | Object |
| ARRAY | Array |
Expand Down Expand Up @@ -77,7 +75,7 @@ Connector Options
How to create a MongoDB Data synchronization jobs
-------------------------------------------------

The example below shows how to create a MongoDB data synchronization jobs:
The following example demonstrates how to create a data synchronization job that writes randomly generated data to a MongoDB database:

```bash
# Set the basic configuration of the task to be performed
Expand Down
6 changes: 1 addition & 5 deletions docs/en/connector-v2/source/MongoDB.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,10 @@ The following table lists the field data type mapping from MongoDB BSON type to
| Boolean | BOOLEAN |
| Binary | BINARY |
| Int32 | INTEGER |
| - | TINYINT |
| - | SMALLINT |
| Int64 | BIGINT |
| Double | DOUBLE |
| - | FLOAT |
| Decimal128 | DECIMAL |
| Date | Date |
| - | TIME |
| Timestamp | Timestamp |
| Object | ROW |
| Array | ARRAY |
Expand Down Expand Up @@ -89,7 +85,7 @@ Connector Options
How to create a MongoDB Data synchronization jobs
-------------------------------------------------

The example below shows how to create a MongoDB data synchronization jobs:
The following example demonstrates how to create a data synchronization job that reads data from MongoDB and prints it on the local client:

```bash
# Set the basic configuration of the task to be performed
Expand Down

0 comments on commit 5336ccf

Please sign in to comment.