Term Kind Topic What it is
Document Store tool NoSQL Stores A store that keeps semi-structured documents — typically JSON — retrievable by key and queryable by their contents.
Graph Database tool NoSQL Stores A store whose first-class citizens are nodes and the relationships between them, making multi-hop traversal cheap.
Wide-Column Store tool NoSQL Stores A store organised as partitions of sorted rows, designed for very high write throughput and predictable single-partition reads at large scale.