NoSQL
NoSQL refers to a category of database systems that do not follow the classic relational table model, but instead store data as documents, key-value pairs, or graphs, for example. They are often well suited to unstructured or highly variable data.
Source: MongoDB — What is NoSQL? (general industry reference)