课程: Introduction to MongoDB

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Connecting to a MongoDB Atlas cluster from an application

Connecting to a MongoDB Atlas cluster from an application - MongoDB教程

课程: Introduction to MongoDB

Connecting to a MongoDB Atlas cluster from an application

- Welcome back team. In this video, you'll learn about MongoDB drivers. You'll also learn where to find the documentation you need to use the drivers. MongoDB drivers allow an application to connect to the database using the programming language of your choice. Our driver uses a connection stream to connect to our cluster. For a list of languages supported by MongoDB, you can go to mongodb.com/docs/drivers. MongoDB supports a wide variety of the most popular languages in use today including C#, Java, Python, and JavaScript, as well as others. If you don't see the language that you're working in, you can also check out our community supported libraries in the link at the bottom of the page. Now, let's explore the resources available for specific drivers. We'll use Node.js as an example. Go ahead and click on the Node.js tab. The MongoDB documentation has the necessary resources for every language driver that it…

内容