-
Tutorial
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 18.04 server.
•
By
Mark Drake
Redis
NoSQL
Ubuntu
Ubuntu 18.04
-
Tutorial
The author selected the Creative Commons Corporation to receive a $100 donation as part of the Write for DOnations program.
•
By
Mateusz Papiernik
MongoDB
NoSQL
Ubuntu 18.04
-
Tutorial
Redis is an in-memory, key-value store known for its flexibility, performance, and wide language support. In this guide, we will demonstrate how to install and configure Redis on an Ubuntu 16.04 server. To complete th...
•
By
Justin Ellingwood
NoSQL
Redis
Ubuntu
Ubuntu 16.04
-
Tutorial
This tutorial covers the Redis Installation, some simple Redis operations, and the 5 Redis data types. Redis, developed in 2009, is a flexible, open-source, key value data store that allows users to store vast amounts...
•
By
Etel Sverdlov
NoSQL
Redis
Ubuntu
-
Tutorial
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,...
•
By
Mark Drake
MongoDB
Databases
NoSQL
Ubuntu
Ubuntu 20.04
-
Tutorial
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu 20.04 server.
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu
Ubuntu 20.04
-
Tutorial
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,...
•
By
Mark Drake
MongoDB
NoSQL
Databases
Ubuntu
Ubuntu 18.04
-
Book
This book aims to provide an approachable introduction to Redis concepts by outlining many of the key-value store's commands so readers can learn their patterns and syntax, thus building up readers' understanding grad...
•
By
Mark Drake
Books
Databases
Redis
NoSQL
DigitalOcean Managed Redis
-
Tutorial
Deploy a Meteor.js application on Ubuntu 14.04 with Nginx and MongoDB. This tutorial shows you how to build and deploy a production-ready version of your JavaScript application using the Meteor framework.
•
By
Daniel Speichert
Node.js
NoSQL
Ubuntu
-
Tutorial
This article will introduce you to a few of the more commonly used NoSQL database models. It weighs some of their strengths and disadvantages, and provides a few examples of database management systems and potential u...
•
By
Mark Drake
NoSQL
MongoDB
Conceptual
-
Whether you've installed Redis locally or you're working with a remote instance, you need to connect to it in order to perform certain operations. In this tutorial we will go over how to connect to Redis from the comm...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04
-
Tutorial
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...
•
By
Mark Drake
MongoDB
Firewall
Security
NoSQL
Databases
Ubuntu
Ubuntu 20.04
-
Redis is a key-value data store, which is a type of NoSQL database where keys serve as unique identifiers for their associated values. Any given Redis instance includes a number of databases, each of which can hold ma...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04
-
Tutorial
Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence.
This guide shows how to create a Redis cluster. By the end of this guide, we will have set up t...
•
By
Florin Dobre
Clustering
Redis
NoSQL
Ubuntu
-
Tutorial
Cassandra, or Apache Cassandra, is a highly scalable open source NoSQL database system, achieving great performance on multi-node setups.
In this tutorial, you’ll learn how to install and use it to run a single-node c...
•
By
finid
NoSQL
Apache
Ubuntu
-
Tutorial
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 vulnerabilit...
•
By
Mark Drake
MongoDB
Security
Databases
NoSQL
Ubuntu
Ubuntu 20.04
-
Tutorial
This tutorial shows how to implement basic security for a Redis server.
In this tutorial, you'll read how to configure the few security features Redis has, and a few other system security features that will boost the ...
•
By
finid
Security
Redis
NoSQL
Ubuntu
-
Tutorial
GraphQL is a query language created with the purpose of building client applications based on intuitive and flexible syntax for describing their data requirements and interactions. In this tutorial, we are going to im...
•
By
John Kariuki
NoSQL
JavaScript
Node.js
-
Tutorial
Redis is an in-memory, key-value cache and store (a database, that is) that can also be persisted (saved permanently) to disk. In this article, you'll read how to back up a Redis database on an Ubuntu 14.04 server.
Re...
•
By
finid
Backups
NoSQL
Ubuntu
-
In Redis, a list is a collection of strings sorted by the order in which they were inserted unless otherwise specified, similar to linked lists. This tutorial details how to create lists and retrieve and delete elemen...
•
By
Mark Drake
Redis
Databases
NoSQL
Ubuntu 18.04