Slide 15
Slide 15 text
Starting with a connection string
mongodb://user:pass@example.com:27017/?replicaSet=rs0
Connection String spec instructs how to parse this to yield:
host identifiers, authentication credentials, connection options
A mongodb+srv:// scheme indicates Initial DNS Seedlist Discovery, which may
yield additional host identifiers
Atlas uses this to provide shorter, more resilient connection strings