[Neo4j] How to merge two neo4j databases into one

2018-04-17 Thread anurag . shukla
I have two different neo4j databases , first one is already running in the neo4j . Second one is available in dump form. How can I merge both of the databases into one like importing the dump into existing running databse without over-writing the exisiting data ? -- You received this message

[Neo4j] Unable to import mysql database to neo4j

2018-04-17 Thread anurag . shukla
Hello everyone , I am new to neo4j. I have been trying to add import my mysql database to neo4j using neo4j etl tool . But every time the neo4j tool gets stuck at any random step and does not proceed forward . I have also tried the desktop application of neo4j . The ETL application although

[Neo4j] I cannot open Neo4j Desktop correct (only blank window)

2018-04-17 Thread Oleksandr Trunov
I installed Neo4j Desktop App from official Website Neo4j successful. After installation I cannot open App correct. I am seeing only blank window with menu-bar. OS is Win 7. thx. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from

[Neo4j] Change node names (unnamed nodes with node property)

2018-04-17 Thread Victoria Stuart
Hello: this should be simple but I'm finding that it is it is not. Consider LOAD CSV WITH HEADERS FROM "file:/mnt/Vancouver/glycolysis_relations.csv" AS row MERGE (s:GlycolysisRelations {source:row.source}) MERGE (t:GlycolysisRelations {target:row.target}); I'm getting this: where the (s)

[Neo4j] Re: neo4j-etl-cli-1.1.0 not able to load main class

2018-04-17 Thread SreeRamaSaran Mullapudi
Replace the 3rd line set jarpath=%jarpath:\neo4j-etl=%\.. with set jarpath=%jarpath=%.\.. On Friday, 25 August 2017 09:37:15 UTC+2, jai parkash Yadav wrote: > > Dear Experts, > > While using neo4j-etl-components on windows, i am getting below error: > > >