cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j and concept of data model

tiari
Node Link

Hello,

is there a way (and purpose) to define a data model within Neo4j database without creating actual nodes?

Thanks!

1 ACCEPTED SOLUTION

Hello Ari,

Neo4j does not support a fixed schema like you would for a relational database. Labels and property keys are added to the "schema" of the database as those elements are added to the database.

If you are looking for simply a data model, you could use the arrows tool to spec out the graph data model, but it is not written to the database.

Elaine

View solution in original post

1 REPLY 1

Hello Ari,

Neo4j does not support a fixed schema like you would for a relational database. Labels and property keys are added to the "schema" of the database as those elements are added to the database.

If you are looking for simply a data model, you could use the arrows tool to spec out the graph data model, but it is not written to the database.

Elaine