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.

Best Practice/Tools for Modelling a Labeled Property Graph

Hi there,

i am pretty new to Neo4J. Is there any software tool or a best practice to design a LPG?

I am happy for any advise!

Thanks

Simon

1 ACCEPTED SOLUTION

As a start you might try https://arrows.app/ to visualize the model

View solution in original post

3 REPLIES 3

As a start you might try https://arrows.app/ to visualize the model

Thanks! This is exactly what I need!

clem
Graph Steward

Don't underestimate paper and pencil or a white board.

It's easy to draw your first pass at the modeling, then build it in Neo4J and look at the results in either the Browser or Bloom.

Then, start refining the model. There are a lot of handy APOC functions that allow you to change the model en masse, so you can test out how the changes improve (or make worse) model.

The trick is to start with a sample data set that's not too big or too small.