MongoDB

Install MongoDB on Linux — step-by-step Linux tutorial on Progressive Robot

Install MongoDB on Linux

URL: https://www.progressiverobot.com/install-mongodb-linux/ Sometime back I wrote a post on how to [install MongoDB on Mac OS X](/community/tutorials/install-mongodb-mac). However most of the development usually happens on Unix/Linux machines. So today we will look into how to install MongoDB on linux system. Install MongoDB on Linux !install mongodb on linux Current version of MongoDB is 3.4.7 and […]

Read more
How to Install MongoDB on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Debian 8

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 use in a production application environment. You’ll install MongoDB and configure firewall…

Read more
Установка MongoDB в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка MongoDB в Ubuntu 20.04

Предыдущая версия данного руководства была написана Мелиссой Андерсон. MongoDB (или Mongo) — это документоориентированная база данных с открытым исходным кодом, используемая во…

Read more
How To Secure MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on CentOS 8

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication on a CentOS 8 server. You’ll then test to confirm that only this administrative user has access to the database.

Read more
How To Use Aggregations in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Use Aggregations in MongoDB

MongoDB provides aggregation operations through aggregation pipelines — a sequential series of data processing operations through which the documents go to obtain the final result. In this tutorial, you’ll learn by example how to use the most common features of the aggregation pipelines.

Read more
CHAT