-
Notifications
You must be signed in to change notification settings - Fork 399
Add setup instruction for DocumentDB support #4715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
|
|
a5812c3 to
fc7f112
Compare
10824fc to
d415deb
Compare
013cbfb to
9e21314
Compare
| --- | ||
| sidebar_label: 'Amazon DocumentDB' | ||
| description: 'Step-by-step guide on how to set up Amazon DocumentDB as a source for ClickPipes' | ||
| slug: /integrations/clickpipes/mongodb/source/docdb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| slug: /integrations/clickpipes/mongodb/source/docdb | |
| slug: /integrations/clickpipes/mongodb/source/documentdb |
(+ filename and sidebars)
|
|
||
| ## Configure change stream log retention {#configure-change-stream-log-retention} | ||
|
|
||
| By default, Amazon DocumentDB has a 3-hour change stream log retention period, initial load may take much longer depending on existing data volume in your DocumentDB. We recommend setting the change stream log retention to 72 hours or longer to ensure that it is not truncated before the initial snapshot is completed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| By default, Amazon DocumentDB has a 3-hour change stream log retention period, initial load may take much longer depending on existing data volume in your DocumentDB. We recommend setting the change stream log retention to 72 hours or longer to ensure that it is not truncated before the initial snapshot is completed. | |
| By default, Amazon DocumentDB has a 3-hour change stream log retention period, while initial load may take much longer depending on existing data volume in your DocumentDB. We recommend setting the change stream log retention to 72 hours or longer to ensure that it is not truncated before the initial snapshot is completed. |
|
|
||
| ### Update change stream log retention via AWS CLI {#update-change-stream-log-retention-via-aws-cli} | ||
|
|
||
| To check the current change stream log retention period via AWS CLI: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After scrolling through the helpful screenshots one may lose track of the headings and think it's the next step
| To check the current change stream log retention period via AWS CLI: | |
| Alternatively, you can configure this via AWS CLI. To check the current change stream log retention period: |
(if looks good, trim "via AWS CLI" in the next one too)
| For more information refer to the source MongoDB setup guides linked at [the top of this page](#prerequisites). | ||
| ::: | ||
|
|
||
| <Image img={mongodb_connection_details} alt="Fill in connection details" size="lg" border/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this screenshot be updated for continuity (don't see the SSH toggle there)?
Summary
Add setup instruction on Amazon DocumentDB support, including SSH tunneling and PrivateLink info.
Keeping this as draft until post-release.