Questions tagged [neo4j-desktop]

54 questions
0
votes
1 answer

neo4j console how to specify local path of existing db?

Suppose I have a graph database created with Neo4j Desktop in the path path/neo4jDatabases/database-abc/installation-3.5.5 In a different path I have the neo4j-community-3.5.5 folder (I am on OSX). I am trying to start the…
roschach
  • 8,390
  • 14
  • 74
  • 124
0
votes
1 answer

Neo4j Desktop on Mac OS change port number

Is there a way to have the Neo4j Desktop run on a port other than 4000? We have some software that is currently using that port and it is conflicting. Thanks
0
votes
0 answers

Neo4j Desktop 1.1.12 silent installer

Does anyone have details on installing Neo4j Desktop 1.1.12 silently? I have tried every switch I can think of.
0
votes
2 answers

neo4j CYPHER - Relationship Query doesn't finish

in a 14 GB database I have a few CITES relationships: MATCH p=()-[r:CITES]->() RETURN count(r) 91 However, when I run MATCH ()-[r:CITES]-() RETURN count(r) it loads forever and eventually crashes with a browser window reload (neo4j desktop)
Rich Steinmetz
  • 1,020
  • 13
  • 28
0
votes
1 answer

Neo4j Desktop Creating Database Hanging

Recently, past 10 minutes, installed Neo4j desktop with the intention of testing it's abilities. I had worked previously with the browser implementation a few years back and had no problems. With Neo4j Desktop the application is hanging on "Creating…
hudsond7
  • 666
  • 8
  • 25
0
votes
1 answer

Neo4j desktop application gets an Initialization error

I have just downloaded neo4j-desktop-1.0.9-setup.exe and logged in. However, the program is getting Initialization error: Error: Shasum of the downloaded file did not match the expected value. Please try again! Any ideas?
Sedso
  • 23
  • 2
-1
votes
1 answer

Neo4j db slow running it on Mac M1 with neo4j desktop

I downloaded the neo4j desktop to my Mac M1, I notice that the same import which takes a few minutes on an Ubuntu 20.04 machine (same running a neo4j db in desktop setup) is extremely slow. (48 hours for the same query)
Ben Ferrum
  • 87
  • 2
  • 4
-1
votes
1 answer

Database Killed error while try to start new graph instance on neo4j Desktop

Issue: Database failed to start, exited with status 'KILLED", Logs end with: Caused by: ... bind(..) failed: Address already in use Very similar to these: Neo4j Desktop DB failed to start with with status…
ContextCue
  • 323
  • 5
  • 14
-1
votes
2 answers

how to create and update nodes and property using plain cypher query?

How do I create and update nodes and property using plain cypher query? Below is my query: MERGE (c:contact {guid : '500010'}) ON CREATE SET c.data_source = '1', c.guid = '500010', c.created = timestamp() ON MATCH SET c.lastUpdated =…
Amith.n
  • 1
  • 2
1 2 3
4