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.
Creating a service account
You can either use the Atlas UI or use MongoDB CLI.
Advanced
Was this page helpful?