Database designed for storing and querying data with complex relationships. Like having a map that shows how everything is connected to everything else.
Social networks use graph databases to efficiently find connections between users and suggest new friends.
Amazon Neptune is a managed graph database for property graph (Gremlin/openCypher) and RDF (SPARQL). Azure Cosmos DB offers a graph model via the Gremlin API as part of its multi-model database service. Google Cloud does not offer a first-party managed graph database product; graph workloads are commonly built using partner offerings (e.g., Neo4j on Google Cloud Marketplace) or by modeling relationships in other databases. Oracle Cloud supports graph through Oracle Database features (Property Graph) and related graph tooling/services.