Non-relational databases is a generic descriptor for data stores which do not adhere to the relational database paradigm.
Non-relational databases is a generic descriptor for data stores which do not adhere to the relational database paradigm. Individual products classified as "non-relational" could be any data stores which would more-accurately be described under the "NoSQL" (Not only SQL), graph databases, or "NewSQL" classifications.
Examples of non-relational databases-
NoSQL: Cassandra, MongoDB, Bigtable, Dynamo
NewSQL: FaunaDB, Yugabyte, CockroachDB, Spanner
graph: Neo4j, JanusGraph, ArangoDB