Re: [Neo4j] Unable connect to neo4j at `localhost:7687`

2016-12-01 Thread Christoph Pingel
Open a terminal and type: cd ~/.neo4j rm known_hosts best regards, Christoph 2016-11-30 17:17 GMT+01:00 Mhammed Najim : > Hi, > Thanks to answer, But where I can find “~/.neo4j/known_hosts" > > On 23 Nov 2016, at 12:46, 'Michael Hunger' via Neo4j < > neo4j@googlegroups.com> wrote: > > Delete ~/.

Re: [Neo4j] Unable connect to neo4j at `localhost:7687`

2016-12-01 Thread Mhammed Najim
I am grateful to you ) > On 1 Dec 2016, at 11:33, Christoph Pingel wrote: > > Open a terminal and type: > cd ~/.neo4j > rm known_hosts > > best regards, > Christoph > > 2016-11-30 17:17 GMT+01:00 Mhammed Najim >: > Hi, > Thanks to answer, But where I can fin

[Neo4j] no quotes arounds so how do I do 'cypher create node using label + property, map, or json'

2016-12-01 Thread grimace
I would like to do a cypher create node with a Label and a java.util.Map. I've tried converting the Map to json, or just using toString(). Is there support to do this automagically? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe fr

Re: [Neo4j] no quotes arounds so how do I do 'cypher create node using label + property, map, or json'

2016-12-01 Thread 'Michael Hunger' via Neo4j
Can you provide more detail on what you've tried? Von meinem iPhone gesendet > Am 02.12.2016 um 03:00 schrieb grimace : > > I would like to do a cypher create node with a Label and a java.util.Map. > I've tried converting the Map to json, or just using toString(). Is there > support to do th