MongoDB

Как установить MongoDB в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить MongoDB в Ubuntu 16.04

MongoDB представляет собой систему управления базами данных NoSQL с открытым исходным кодом, которая широко используется в современных приложениях. В этой статье мы опишем процесс установки MongoDB на ваш сервер для использования в production-среде. <$>[note] На момент…

Read more
Контейнеризация приложения Node.js для разработки с использованием Docker Compose — step-by-step Docker tutorial on Progressive Robot

Контейнеризация приложения Node.js для разработки с использованием Docker Compose

Если вы активно занимаетесь разработкой приложений, использование Docker может упростить ваш рабочий процесс и процесс развертывания вашего приложения в продакшен. Работа с контейнерами в процессе разработки предоставляет следующие преимущества: Среды…

Read more
How To Install MongoDB on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 7

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. Instead, it uses JSON-like documents with dynamic schemas.

Read more
Ubuntu 20.04にMongoDBをインストールする方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にMongoDBをインストールする方法

MongoDBは、最新のWebアプリケーションで一般的に使用されるオープンソースのドキュメントデータベースです。従来のテーブルベースのリレーショナルデータベース構造に依存しないため、NoSQLデータベースとして分類されます。代わりに、動的スキーマを持つJSONのようなドキュメントを使用します。このチュートリアルでは、Ubuntu 20.04サーバーにMongoDBをインストールしてテストし、systemdサービスとして管理する方法を学びます。

Read more
How To Run Parse Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Run Parse Server on Ubuntu 14.04

Parse is a Mobile Backend as a Service platform. In January of 2016, Parse announced that its hosted services would shut down within a year. In order to help its users transition away from the service, Parse has released an open source version of its backend, called Parse Server. This guide supplements the official documentation with instructions for installing the Parse Server module on an Ubuntu 14.04 system, such as a cloud servers.

Read more
How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Sync Transformed Data from MongoDB to Elasticsearch with Transporter on Ubuntu 14.04

Many times, you might need to migrate data from MongoDB to Elasticsearch in bulk. Writing your own program for this task can be tedious. There is a wonderful open source utility called Transporter, developed by [Compose](https://www.compose.io/) (a cloud platform for databases), that takes care of this task very efficiently. This tutorial shows you how to use the open-source utility Transporter to copy data from MongoDB to Elasticsearch with custom transformations.

Read more
CHAT