MongoDB

Deploy MongoDB using Ansible-playbook on Ubuntu 22.04 LTS

Introduction MongoDB is a popular, open-source NoSQL database management system that falls under the category of document-oriented databases. Developed by MongoDB Inc., it provides a flexible and scalable solution for storing and retrieving data in a way that is different from traditional relational database management systems (RDBMS). Prerequisites We can use the given link to install […]

Deploy MongoDB Container with Docker Compose

Introduction MongoDB is a popular, open-source NoSQL database management system that falls under the category of document-oriented databases. Developed by MongoDB Inc., it provides a flexible and scalable solution for storing and retrieving data in a way that is different from traditional relational database management systems (RDBMS). Docker Compose is a tool for defining and […]

Scroll to top