NoSQL
Umbrella term for databases that aren't classically relational — document, key-value, graph, columnar.
Document (MongoDB), key-value (Redis, DynamoDB), graph (Neo4j), wide-column (Cassandra). Won the 2010-2015 hype wave. Postgres with JSONB and pgvector is winning ground back — "polyglot persistence" is less common.