What are the data modeling concepts used in the graph-oriented NOSQL system Neo4

opatovaL

opatovaL

Answered question

2021-09-07

What are the data modeling concepts used in the graph-oriented NOSQL system Neo4j?

Answer & Explanation

averes8

averes8

Skilled2021-09-08Added 92 answers

The data model in Neo4j organizes data using the concepts of nodes and relationships. Both nodes and relationships can have properties. Nodes can have labels; the nodes that have the same label are grouped into a collection that identifies a subset of the nodes in the database graph for querying purposes. A node can have zero, one, or several labels. Relationships are directed; each relationship has a start node and end node as well as a relationship type. Properties can be specified via a map pattern.
Result: Another category of NOSQL systems is known as graph databases or graph-oriented NOSQL systems. The data is represented as a graph, which is a collection of vertices (nodes) and edges.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?