Gather graphs in Neo4j -


i have multiple neo4j graphs in hand, let's g1, g2 , g3. how can efficiently migrate graphs 1 graph. in graph, g1, g2 , g3 has label g1, g2 , g3 , never connect each other.

i using neo4j 2.3 3.0 considered.

thanks.

edit

ok. using spring date neo4j, hard connect multiple neo4j instances. decided put graph 1 instance , distinguish them labels. clear enough?

ok. problem solved. following things:

  1. convet graphs json file.
  2. read json file using java , write final graph.

Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -