db

MongoDb Atlas: manual backup and restore data

MongoDb Atlas: manual backup and restore data

In this post, I'll show how to back up and restore data from a database MongoDB hosted on MongoDB Atlas. Basic knowledge of MongoDB Basic knowledge of Bash Scripts Basic knowledge of MongoDB Tools Download and install mongodump. The mongodump is, quoting from the official site, "a utility that creates a binary export of a database's contents...". Before to use this tool you must get the db connection string, and depending on cluster structure you have to compose your connection string. In the official guide they explain how to compose the connection string in case you have to connect to…
Read More
Why MongoDB? Exploring the Benefits and Use Cases of a Leading NoSQL Database

Why MongoDB? Exploring the Benefits and Use Cases of a Leading NoSQL Database

IntroductionIn the realm of database management systems, MongoDB has emerged as a popular choice, especially for applications requiring high scalability, flexibility, and performance. Unlike traditional relational databases, MongoDB is a NoSQL database, designed to handle large volumes of unstructured data. This article explores the key reasons why developers and organizations choose MongoDB, its unique features, and its ideal use cases. Understanding MongoDBMongoDB is a document-oriented NoSQL database that stores data in JSON-like BSON (Binary JSON) format. It was developed by MongoDB Inc. and released in 2009. Its architecture is built to accommodate modern application requirements, such as handling big data,…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.