Sources
DocumentDB
Learn how to use Artie to replicate data from DocumentDB via change streams.
To run Artie with DocumentDB, you must have SSH tunnels enabled as DocumentDB only allows access within your VPC. See SSH tunneling for further instructions.
Required settings
- Cluster endpoint
- Port (default is
27017
) - Service account
- Database name (ensure the database has change stream enabled)
Finding DocumentDB cluster endpoint
Finding DocumentDB cluster endpoint
You can find the cluster endpoint by going to the AWS console, selecting the DocumentDB cluster and go to the “Configuration” tab.
Enabling change streams and creation of a service account
Enabling change streams and creation of a service account