Hi,

I have not used Neo4J before and I am writing this question in a database 
engine neutral lingo, but I wanted to know that if Neo4J can handle this 
scenario.

Let's pretend we have a tree like this (in the real world, each node is 
connected to many other nodes via edges):

A (w: 6) --> B (w: 2) --> C (w: 1) --> D (w: 0)
|
. --> E (w: 2) --> F (w: 1) --> G (w: 0)


A is the root of the database. Each node has an attribute named *w*. When 
the *w* value of an attribute is increased I want the *w* value of its 
ancestors to be increased by the same amount. So, for example, if for node 
D, w becomes 25, for C w is updated to 26, for B to 27, and for A to 31 
*automatically*.

Is this possible with Neo4J?

Thanks in advance,
Behrang

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to