Skip to content

Commit f349c08

Browse files
committed
mongodb: add caveats section to setup page
1 parent 669f127 commit f349c08

File tree

1 file changed

+10
-0
lines changed
  • docs/integrations/data-ingestion/clickpipes/mongodb

1 file changed

+10
-0
lines changed

docs/integrations/data-ingestion/clickpipes/mongodb/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,13 @@ You can configure the advanced settings if needed. A brief description of each s
9292
## What's next? {#whats-next}
9393

9494
Once you've set up your ClickPipe to replicate data from MongoDB to ClickHouse Cloud, you can focus on how to query and model your data for optimal performance.
95+
96+
97+
## Caveats {#caveats}
98+
99+
Here are a few caveats to note when using this connector:
100+
101+
- We requires MongoDB version 5.1.0+ for compatibility with the ChangeStream API.
102+
- We use MongoDB's native Change Streams API for CDC, which relies on the MongoDB oplog to capture real-time changes.
103+
- Documents from MongoDB is replicated into ClickHouse as JSON type by default. This allows for flexible schema management and makes it possible to use the rich set of JSON operators in ClickHouse for querying and analytics. You can learn more about querying JSON data [here](https://clickhouse.com/docs/sql-reference/data-types/newjson).
104+
- Self-serve PrivateLink configuration is not currently available. If you are on AWS and require PrivateLink, please reach out to db-integrations-support@clickhouse.com or create a support ticket — we will work with you to enable it.

0 commit comments

Comments
 (0)