首页 > 数据库 >使用 MongoDB Atlas (MongoDB云服务)

使用 MongoDB Atlas (MongoDB云服务)

时间:2023-01-10 19:03:28浏览次数:50  
标签:www 服务 docs MongoDB atlas https mongodb Atlas com

[官方文档](https://www.mongodb.com/docs/atlas/getting-started/) ## 创建 [创建](https://www.mongodb.com/docs/atlas/tutorial/create-atlas-account/) ## 链接 [链接](https://www.mongodb.com/docs/atlas/tutorial/connect-to-your-cluster/) 注意链接地址不要使用文档中的地址要使用 mongodb 提供的地址 ``` "mongodb+srv://:@?retryWrites=true&w=majority"; ``` 点击 connect (这里页面不容易出现多刷新几次) ![点击 connect](https://www.mongodb.com/docs/drivers/node/current/includes/figures/atlas_connection_select_cluster.png) 复制提供的链接 ![复制](https://www.mongodb.com/docs/drivers/node/current/includes/figures/atlas_connection_copy_string_node.png) 使用 nodejs 链接时也可以查看这个 [文档](https://www.mongodb.com/docs/drivers/node/current/quick-start/)

标签:www,服务,docs,MongoDB,atlas,https,mongodb,Atlas,com
From: https://www.cnblogs.com/bitbw/p/17041152.html

相关文章