MongoDB

How To Use Schema Validation in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Use Schema Validation in MongoDB

In MongoDB, the database engine feature that makes it possible to apply constraints on the document structure is called Schema Validation and is built around JSON Schema, an open standard for JSON document structure description & validation. In this tutorial, you’ll learn about schema validation and format requirements in MongoDB, and how to apply these to control structure of documents in a database.

Read more
How To Configure Remote Access for MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Remote Access for MongoDB on Ubuntu 18.04

This tutorial walks you through configuring a MongoDB installation to securely allow access from a trusted remote computer. This will involve updating your firewall rules to provide the remote server access to MongoDB’s default port and changing Mongo’s configuration file to update its IP binding setting.

Read more
Установка MongoDB из репозиториев APT по умолчанию в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка MongoDB из репозиториев APT по умолчанию в Ubuntu 20.04

MongoDB — бесплатная база данных документов NoSQL с открытым исходным кодом, часто используемая в современных веб-приложениях. Следуя указаниям в этом учебном модуле, вы установите MongoDB на сервере Ubuntu 20.04, используя репозитории APT по умолчанию. Также вы узнаете, как управлять его сервисами и, при необходимости, включать удаленный доступ.

Read more
How To Perform Full-text Search in MongoDB — step-by-step Databases tutorial on Progressive Robot

How To Perform Full-text Search in MongoDB

There are multiple highly specialized tools that have full-text search capabilities, but many database management systems today have such features, though perhaps with some limitations. In this tutorial, you’ll learn by example how to create a text index in MongoDB and use it to search the documents in the database against common full-text search queries and filters.

Read more
How To Set Up Flask with MongoDB and Docker — step-by-step Docker tutorial on Progressive Robot

How To Set Up Flask with MongoDB and Docker

As a micro web framework built on Python, Flask provides an extensible way for developers to grow their applications through extensions that can be integrated into projects. To continue the scalability of a developer’s tech stack, MongoDB is a NoSQL database is designed to scale and work with frequent changes. Developers can use Docker to simplify the process of packaging and developing their applications.

Read more
CHAT