How to Perform Aggregation in MongoDB Compass Community

“ Introduction MongoDB Compass Community provides users a quick and easy way to execute a MongoDB document aggregation. Aggregation in MongoDB Compass Community is a simple and easy, but sophisticated, program that provides users with multiple MongoDB Compass options, including how to analyze documents and visualize and explore schemas to understand the types, ranges and … Continued

How To Delete a MongoDB Database Using Python

Introduction When you need to delete a database in MongoDB, it’s wise to proceed with caution, since deletion is permanent. Fortunately, it’s easy to remove a MongoDB database in Python with the help of the PyMongo driver. In this article, we’ll explain how to drop a MongoDB database in Python using the drop_database() method. Prerequisites … Continued

How To Delete MongoDB Collections Using Python

Introduction When you need to delete a collection in MongoDB, it’s important to proceed with caution, because deleting is a permanent operation– the entire collection, and all of its documents, will be removed. Fortunately, it’s easy to delete collections in Python using the PyMongo driver. In this article, we’ll show two different methods that can … Continued

How To Store Audio Files in MongoDB

Introduction If you think MongoDB is just used for storing text data, you’re only scratching the surface of its capabilities. While it’s true that MongoDB is known for its fast and powerful text search, it can also be used to store other types of files such as images and even audio files. In this article, … Continued

How to Install MongoDB on AWS Lightsail – Part 2

Introduction In Part 1 of this article we accomplished the main substance of this tutorial which was how to install MongoDB on AWS Lightsail. We saw that it’s not terribly complicated to get a MongoDB server up and running but we never really verified it was working. We were able to start MongoDB on the … Continued

How to Install and integrate Robo3T GUI in MongoDB

Introduction In this article we’ll show you step-by-step how to install and integrate Robo3T in MongoDB. Robo3T is one of several GUI tools including Compass and Studio 3T that allow you to visualize your data which can be very hard to do through the MongoDB shell. Robo3T allows you to perform all of the primary … Continued

How to Setup a MongoDB Database in Robo 3T

Introduction This article will discuss and show the simple steps of configuring a MongoDB database within Robo 3T GUI. Robo 3T, formerly known as “Robomongo” is one of the leading MongoDB GUI ( Graphical User Interface ) tools out there that provides an easy way to interact with MongDB databases instead of the command line … Continued

How to Install MongoDB on AWS Lightsail – Part 1

Introduction In this tutorial we’ll show you step-by-step how to setup a MonoDB instance using the AWS service Lightsail. Lightsail allows you to spin up servers with operating systems of your choice and they even have installations with the whole tech stack already installed including WordPress, MEAN, and LAMP stacks. We will be creating a … Continued

Keep in the know!

Subscribe to our emails and we’ll let you know what’s going on at ObjectRocket. We hate spam and make it easy to unsubscribe.