Skip to main content

NoSQL

How To Deploy a Meteor.js Application on Ubuntu 14.04 with Nginx
Tutorials Node.js NoSQL Ubuntu
About Meteor.js Meteor.js is a framework for JavaScript that allows web developers to write JavaScript code once and reuse it both client and server-side. This is possible thanks to Meteor’s unique build process (read more about structuring your application code and code sharing).
How To Configure a Redis Cluster on Ubuntu 14.04
Tutorials Clustering NoSQL Redis Ubuntu
Introduction> Introduction # Redis is an open source key-value data store, using an in-memory storage model with optional disk writes for persistence. It features transactions, pub/sub, and automatic failover, among other functionality.
A Comparison of NoSQL Database Management Systems and Models
Tutorials Conceptual Databases MongoDB NoSQL
Introduction> Introduction # When most people think of a database, they often envision the traditional relational database model that involves tables made up of rows and columns. While relational database management systems still handle the lion’s share of data on the internet, alternative data models have become more common in recent years as developers have sought workarounds to the relational model’s limitations.
How To Secure Your Redis Installation on Ubuntu 14.04
Tutorials NoSQL Redis Security Ubuntu
Introduction> Introduction # Redis is an in-memory, NoSQL, key-value cache and store that can also be persisted to disk. This tutorial shows how to implement basic security for a Redis server.
How To Install MongoDB from the Default APT Repositories on Ubuntu 18.04
Tutorials MongoDB NoSQL Ubuntu 18.04
The author selected the Creative Commons Corporation to receive a $100 donation as part of the Write for DOnations program. Introduction> Introduction # MongoDB, also known as Mongo is a free and open-source NoSQL document database used commonly in modern web applications.
How To Install and Configure Redis on Ubuntu 16.04
Tutorials NoSQL Redis Ubuntu Ubuntu 16.04
Introduction> Introduction # 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.
How To Back Up and Restore Your Redis Data on Ubuntu 14.04
Tutorials Backups NoSQL Ubuntu
Introduction> Introduction # 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.
How To Install Cassandra and Run a Single-Node Cluster On a Ubuntu VPS
Tutorials NoSQL Ubuntu
Introduction> Introduction # Cassandra, or Apache Cassandra, is a highly scalable open source database system, achieving great performance on multi-node setups. In this tutorial, you’ll learn how to install Cassandra, the Oracle Java VM, which is highly recommended for Cassandra, and how to run your first test single-node cluster.
How To Install Cassandra and Run a Single-Node Cluster on Ubuntu 14.04
Tutorials Apache NoSQL Ubuntu
Introduction> Introduction # 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 cluster on Ubuntu 14.
How To Create a Sharded Cluster in MongoDB Using an Ubuntu 12.04 VPS
Tutorials MongoDB NoSQL Scaling Ubuntu
Status: Deprecated> Status: Deprecated # This article covers a version of Ubuntu that is no longer supported. If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:
How To Install and Secure Redis on Ubuntu 18.04
Tutorials NoSQL Redis Ubuntu Ubuntu 18.04
Introduction> Introduction # Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install, configure, and secure Redis on an Ubuntu 18.