NoSQL DataBases

A NoSQL DataBase is a non-relational database. They are well-suited for loosely defined data structures that evolve over time.

There are four types of NoSQL database systems: document databases, graph databases, key-value stores and wide-column stores. Each uses a different type of data model, resulting in significant differences between each NoSQL type.