I have just started with Neo4j Graph implementation for a project. I have use case where I cannot keep the same Node Entity on a daily basis for example
I have Travel as main node and Trip as child node.
Every Travel Node is created with List of Trip...