+1 vote
in Neo4j by
Where is the graph database used?

1 Answer

0 votes
by
Graph databases are most commonly used for highly interconnected data, and for situations where the content of the data itself matters less than the overall structure. The most straightforward use case for graph data is for social networks.
...