Skip to main content

MongoDB

Containerizing a Node.js Application for Development With Docker Compose
Tutorials Databases Docker MongoDB Node.js Ubuntu 18.04
Introduction> Introduction # If you are actively developing an application, using Docker can simplify your workflow and the process of deploying your application to production. Working with containers in development offers the following benefits:
A Comparison of NoSQL Database Management Systems and Models
Tutorials Conceptual Databases MongoDB NoSQL
Introduction> Introduction # When most people think of a database, they often envision the traditional relational database model that involves tables made up of rows and columns. While relational database management systems still handle the lion’s share of data on the internet, alternative data models have become more common in recent years as developers have sought workarounds to the relational model’s limitations.
How To Install MongoDB from the Default APT Repositories on Ubuntu 18.04
Tutorials MongoDB NoSQL Ubuntu 18.04
The author selected the Creative Commons Corporation to receive a $100 donation as part of the Write for DOnations program. Introduction> Introduction # MongoDB, also known as Mongo is a free and open-source NoSQL document database used commonly in modern web applications.
How To Install MongoDB on CentOS 7
Tutorials CentOS MongoDB
Introduction> Introduction # MongoDB is a document-oriented database that is free and open-source. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure.
How To Install Graylog2 And Centralize Logs On Ubuntu 14.04
Tutorials Logging MongoDB Monitoring Ubuntu
Introduction> Introduction # In this tutorial, we will cover the installation of Graylog2 (v0.20.2), and configure it to gather the syslogs of our systems in a centralized location. Graylog2 is a powerful log management and analysis tool that has many use cases, from monitoring SSH logins and unusual activity to debugging applications.
How To Install MongoDB on Ubuntu 14.04
Tutorials MongoDB Ubuntu
Introduction> Introduction # MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.
How to Install and Secure MongoDB on Ubuntu 16.04
Tutorials MongoDB Security
Introduction> Introduction # MongoDB is a document-oriented database that is free and open-source. It is classified as a NoSQL database because it does not rely on a traditional table-based relational database structure.
Docker Explained: Using Dockerfiles to Automate Building of Images
Tutorials Docker MongoDB Nginx
Status: Deprecated> Status: Deprecated # This article is deprecated and no longer maintained. Reason> Reason # The techniques in this article are outdated and may no longer reflect Docker best-practices.
How To Create a Sharded Cluster in MongoDB Using an Ubuntu 12.04 VPS
Tutorials MongoDB NoSQL Scaling Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Import and Export a MongoDB Database on Ubuntu 14.04
Tutorials MongoDB Ubuntu
MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we’ll show you how to import and export your MongoDB databases.
How To Install MongoDB on Ubuntu 12.04
Tutorials MongoDB Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Back Up, Restore, and Migrate a MongoDB Database on Ubuntu 14.04
Tutorials Backups MongoDB Ubuntu
Introduction> Introduction # MongoDB is one of the most popular NoSQL database engines. It is famous for being scalable, powerful, reliable and easy to use. In this article we’ll show you how to back up, restore, and migrate your MongoDB databases.
How to Install MongoDB on Ubuntu 16.04
Tutorials MongoDB Ubuntu Ubuntu 16.04
Introduction> Introduction # MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. This tutorial will help you set up MongoDB on your server for a production application environment.