There is really none, you'd have to do it manually. I have some code similar to that in this tool: https://github.com/jexp/store-utils/tree/20
The master branch on 1.9 still uses the transactional API for reading the data. The 20 branch uses the batch-inserter-api for both. Michael On Wed, Aug 6, 2014 at 9:15 AM, Alireza Rezaei Mahdiraji < [email protected]> wrote: > > Hi All, > > I would like to create a new graph G' using a subset of nodes and > relations from an > existing graph G. I have access to nodes and rels of G, should I create > new nodes in > G' and copy all properties of G node into it? I could not find any method > which allow adding > an existing node to a graph. > > > Thanks, > Best, > Alireza > > -- > 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. > -- 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.
