Starting with a connection string
mongodb://user:
[email protected]: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