Tag: nosql

NoSQL Databases List

June 8, 2021

With the landscape of NoSQL databases changing from day to day, it can be hard to pick the right one to suit your needs.
To help with that, we've compiled a list of the best NoSQL databases for 2021.

Read more

What is a Document Database?

May 13, 2021

This article deals with the characteristics of document databases, how they differ from relational databases, and their pros and cons. Read on to see examples of document databases.

Read more

What Is a Graph Database?

April 22, 2021

Graph databases are NoSQL systems created for exploring correlation within complexly interconnected entities. Learn when and how to use them.

Read more

What Is an Object-Oriented Database

April 15, 2021

Object databases integrate seamlessly with object-oriented programming languages. The object-oriented approach to database modeling makes it easier to model complex real-world problems. Learn about how they work and what they can bring to the table in this article.

Read more

Understanding NoSQL Data Modeling Techniques

February 25, 2021

NoSQL data models are built for speed, efficiency, and scalability. This tutorial covers different techniques for building NoSQL data models.

Read more

ACID vs. BASE: Comparison of Database Transaction Models

November 25, 2020

Database transaction models are sets of properties which guarantee validity of data in a database. ACID and BASE are the most common among them. This article describes and compares the two models and offers advice on which one to choose.

Read more

How to Clear Redis Cache

October 26, 2020

Redis is used as a database, cache storage, and message broker thanks to its ability to store key-value pairs. This tutorial covers different ways to clear Redis cache and delete key-value pairs.

Read more

Redis Data Types with Commands: Comprehensive Guide

September 4, 2020

The article covers seven basic Redis Data Types, including HyperLogLogs and Bitmaps. Each data type is presented using practical and to the point commands.

Read more

SQL vs NoSQL: What's the Difference?

August 25, 2020

There are two main types of database solutions: SQL and NoSQL. In this article, you will learn the key differences between these database types.

Read more

How to Deploy and Run Redis in Docker

July 23, 2020

The tutorial shows you how to deploy Redis using the Docker run command. Also, learn how to deploy Redis on multiple servers in your cluster, efficiently link the containers, and access Redis from remote servers.

Read more