Graph-based databases is stores data in a graph structure into node, edge, and data properties.
▪ Data entities are connected in nodes.
▪ The main benefit of a graph-based databases is to store and navigate graph relationships.
▪ I.e. fraud detection, social networks, and recommendation engines.
▪ Example of Graph-based databases are OrientDB, Neo4j, and Amazon Neptune.
Stores data in graph structure
Data entities are connected in nodesl
Navigate graph relationships
Fraud detection social network recommendation engines
Orient DB , Neo4j, AWS Neptune