+1 vote
in Neo4j by
What is Graphdb used for?

1 Answer

0 votes
by

Graph databases are purpose-built to store and navigate relationships. Relationships are first-class citizens in graph databases, and most of the value of graph databases is derived from these relationships. Graph databases use nodes to store data entities, and edges to store relationships between entities.

...