chapter three
3 Communicating with MongoDB
This chapter covers
- An overview of The MongoDB Wire Protocol
- Customizing MongoDB Shell
- Introducing MongoDB Compass GUI
- Connecting to MongoDB database using Node.js driver
- Communicating with MongoDB using Python driver
- Querying MongoDB with Ruby drivers
In this chapter, I explore the fundamentals of MongoDB interaction, highlighting the MongoDB Wire Protocol. I'll show you how to customize the MongoDB Shell for your development needs and introduce MongoDB Compass, a user-friendly graphic user interface (GUI). I'll demonstrate how to connect your applications to MongoDB using Node.js, Python, and Ruby drivers (widely used with MongoDB), providing a thorough understanding of database connectivity.