nosql



How to install MongoDB 6 on Ubuntu 20.04

  • avatar
  • 1.3K Views
  • 2 Likes
  • 6 mins read
Preview post image

MongoDB is a popular open source and document oriented database system. It belongs to a family of databases called NoSQL, which is different from the traditional table based SQL databases. It makes use of collections, each having multiple documents, and allows the user to store data in a non relational format. Data is stored in flexible, JSON-like documents where fields can vary from document to document. That's the reason for calling it schemaless database.

How to install MongoDB 5 on Ubuntu 20.04

  • avatar
  • 1.4K Views
  • 12 Likes
  • 6 mins read
Preview post image

MongoDB is one of the popular open source and document oriented database systems. It belongs to a family of databases called NoSQL, which is different from the traditional table based SQL databases. It makes use of collections, each having multiple documents, and allows the user to store data in a non relational format. Data is stored in flexible, JSON-like documents where fields can vary from document to document.

Getting started with MongoDB

  • avatar
  • 720 Views
  • 6 Likes
  • 11 mins read
Preview post image

MongoDB is a popular open source and document oriented database system. It belongs to a family of databases called NoSQL, which is different from the traditional table based SQL databases. It makes use of collections, each having multiple documents, and allows the user to store data in a non relational format. Data is stored in flexible, JSON-like documents where fields can vary from document to document. That's the reason for calling it schemaless database.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

MongoDB backup: import and export data

  • avatar
  • 463 Views
  • 4 mins read
Preview post image

In today's data-driven world, safeguarding critical information is paramount. As databases grow in complexity and size, it becomes increasingly crucial to have a reliable backup and restore strategy in place. MongoDB, a popular NoSQL database, offers powerful export and import commands that simplify the process of creating backups and restoring data. In this article, we will explore how these commands can be used as efficient backup and restore actions, ensuring the safety and integrity of your valuable data.