Connect your Hypermode agent to MongoDB for scalable document database operations
Document-oriented NoSQL database platform
<password>
with your database user
password. Youβll use this connection string to connect your Hypermode agent
to MongoDB.mongodb+srv://username:password@cluster.mongodb.net/database?retryWrites=true&w=majority
0.0.0.0/0
to allow connections from any IP addressmongodb+srv://
and is a domain
name. For example given the connection string
mongodb+srv://will:<db_password>@hypermodeturorials.o7ygcmn.mongodb.net/?retryWrites=true&w=majority&appName=HypermodeTurorials
,
the hostname is hypermodeturorials.o7ygcmn.mongodb.net