NoSQL

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 Install and Secure Redis on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Redis on CentOS 8

This tutorial provides instructions for installing Redis on a CentOS 8 server and using its built-in security features, in coordination with some other security configurations, to keep it from being accessed by unauthorized users.

Read more
How To Install and Use OrientDB on an Ubuntu 12.04 VPS — step-by-step Linux tutorial on Progressive Robot

How To Install and Use OrientDB on an Ubuntu 12.04 VPS

In recent years, non-relational databases have grown in popularity as developers have started seeking solutions that more closely address their specific issues. OrientDB is a NoSQL database that incorporates SQL querying syntax with document-based storage and graph relationship mapping. In this article, we will install and explore the basic usage of this software.

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 Install and Configure OrientDB on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure OrientDB on Ubuntu 16.04

OrientDB is a multi-model NoSQL database with support for graph and document databases. It is a Java application and can run on any operating system. It’s also fully ACID-complaint with support for multi-master replication, allowing easy horizontal scaling. In this article, you’ll install and configure the latest Community edition of OrientDB on an Ubuntu 16.04 server.

Read more
CHAT