Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-30-2019 04:00 AM
Hello,
is there a way (and purpose) to define a data model within Neo4j database without creating actual nodes?
Thanks!
Solved! Go to Solution.
10-30-2019 05:23 AM
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
10-30-2019 05:23 AM
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
All the sessions of the conference are now available online