NoSQL

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
How To Install MongoDB on CentOS 8 — step-by-step Linux tutorial on Progressive Robot

How To Install MongoDB on CentOS 8

MongoDB is an open-source document database used commonly in modern web applications. 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. In this tutorial you’ll install MongoDB on a CentOS 8 server, test it, and learn how to manage it as a systemd service.

Read more
How To Install the Big-Data Friendly Apache Accumulo NoSQL Database on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Big-Data Friendly Apache Accumulo NoSQL Database on Ubuntu 14.04

Apache Accumulo is an open-source distributed NoSQL database based on Google’s [BigTable](http://research.google.com/archive/bigtable.html). It is used to efficiently perform CRUD (Create Read Update Delete) operations on extremely large data sets. Accumulo allows fine-grained security in the form of cell-level access control. Learn how to: Install and configure Apache HDFS and ZooKeeper as prerequisites; Install and configure a standalone instance of Accumulo.

Read more
Como Gerenciar Strings no Redis — step-by-step Linux tutorial on Progressive Robot

Como Gerenciar Strings no Redis

O Redis é um datastore ou armazenamento de dados open-source de chave-valor na memória. No Redis, strings são o tipo mais básico de valor que você pode criar e gerenciar. Este tutorial fornece uma visão geral…

Read more
How To Secure Your OrientDB Database on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure Your OrientDB Database on Ubuntu 16.04

OrientDB is a multi-model, NoSQL database with support for document and graph databases. In this article, we’ll focus on securing an installation of the Community edition of OrientDB using only the resources available by default. Specifically, you’ll encrypt the OrientDB database, restrict access to the OrientDB web server and server instance, and manage OrientDB database accounts from both the web UI and console.

Read more
CHAT