Sources
MongoDB
Learn how to use Artie to replicate data from MongoDB via change streams.
MongoDB server must be in a replica set. If your deployment only has a standalone
server, you can create a replica set with one member.
Need help? Check out this guide.
Required settings
- Connection string
- Service account
Connection string
- Go to Atlas UI
- Find your deployment and click “Connect”
We support both MongoDB SRV format or standard connection string.
Service account
You can create a service account through the Atlas UI or by running a script.
Advanced
Was this page helpful?