Graph database
A graph database is a type of database that uses graph structures—nodes, edges, and properties—to store and query relationships between data points. Unlike traditional relational databases, graph databases are optimized for managing highly connected data, making them ideal for use cases like fraud detection, social networks, and recommendation engines.