Advertisement

What Is a Document Database?

Document databases refers to a category of  NoSQL that represents data in a tree structure, where paths or branches connect data values or leaves. Frequently, document stores use XML and JSON formats stores. There are few practical limits to the number of paths, fields, values, or types of data that can be added to specific […]

A Brief History of Non-Relational Databases

First came relational databases, which provide a useful comparison for understanding non-relational databases. Invented by Edgar F. Codd in 1970, the relational database arranges data into different rows and columns by associating a specific key for each row. Almost all relational database systems use Structured Query Language (SQL) and are remarkably complex. They are traditionally […]

How to Choose the Right NoSQL Database

This is the second part of an ongoing series on NoSQL Databases, the first part was NoSQL Data Architecture & Data Governance: Everything You Need to Know. In that first part, I explained different NoSQL Database types and provided a few use cases suitable for each type. But that is not sufficient when you are […]