Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 つの neo4j データベース A と B があるので、A に B を追加したいのですが、どうすればよいですか?
私はこれを使用していませんが、今朝グレムリンを調査していました。
http://tinkerpop.com/maven2/com/tinkerpop/blueprints/0.5/api/com/tinkerpop/blueprints/pgm/util/GraphHelper.html
copyGraph(Graph from, Graph to) をチェックしてください。あるグラフの頂点/エッジを別のグラフにコピーします。