MongoDB

MongoDB findAndModify() example — step-by-step Databases tutorial on Progressive Robot

MongoDB findAndModify() example

URL: https://www.progressiverobot.com/mongodb-findandmodify-example/ MongoDB findAndModify() method modifies and returns a single document based upon the selection criteria entered. The returned document does not show the updated content by default. If the records matching the criteria does not exist in the database, a new record will be inserted if the upsert is set to true. MongoDB findAndModify() […]

Read more
Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04

MongoDB — одна из самых популярных систем управления базами данных NoSQL. Она отличается надежностью, масштабируемостью, мощностью и удобством в использовании. В этой статье мы покажем, как создавать резервные копии, восстанавливать и переносить базы данных MongoDB.

Read more
How To Install MongoDB on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on Ubuntu 14.04

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.

Read more
How To Integrate MongoDB with Your Node Application — step-by-step Linux tutorial on Progressive Robot

How To Integrate MongoDB with Your Node Application

In the process of working with Node.js, you may find yourself developing a project that stores and queries data. This tutorial will show you how to integrate MongoDB with an existing Node application. This process will involve adding user and database information to your application code and using the Object Document Mapper Mongoose. At the end of the tutorial, you will have a working application that will take a user’s input and display it in the browser.

Read more
CHAT