Dynamic Nodes and relationship creation in Neo4j -
Dynamic Nodes and relationship creation in Neo4j -
i storing hierarchy info in neo4j. want store history of node. consider have label called grouping , before name "marketing" has been changed "market123". want create new node name market123 , create relationship other connected node same older node named "marketing"... want dynamically instead of passing other nodes name , relationship value in cypher query.
please suggest me how can done.
you can add together versioning graph nodes.
here graph gist time-based versioning may adapt needs.
http://www.neo4j.org/graphgist?608bf0701e3306a23e77
neo4j
Comments
Post a Comment