cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Forum Posts

Beta Opportunity for Neo4j Workspace

Introducing Neo4j Workspace We’re inviting you to check out Neo4j Workspace. Workspace combines our most powerful graph tools (Data Importer, Bloom, and Browser) all in one place to help you get up and running with graph databases faster. For experie...

Screen Shot 2022-10-14 at 12.48.07 PM.png
TrevorS by Community Team
  • 994 Views
  • 1 replies
  • 0 kudos

About the Neo4j Graph Platform Category

The Neo4j Graph Platform includes the core database and all the technologies surrounding the database, making it useful and accessible for a lot of different users. When asking a question, please select a descriptive label that best matches your quer...

Neo4j-graph-database-to-graph-platform.png
yolande by Community Team
  • 1209 Views
  • 1 replies
  • 1 kudos

Resolved! Cypher query

I have many person nodes with a name property. I have one relationship "likes". What is the query for "Who are the persons that like Ed but do not like (have no relationship with) Alice, Bob, Charlie, and Dan?"

jpl by Node
  • 374 Views
  • 1 replies
  • 0 kudos

Resolved! Loading from json that includes existing node data

I am loading data from json files. I have created a uniqueness constraint on a node type but when I load this data using the implementation shown below, Neo returns a Neo.ClientError.Schema.ConstraintvalidationFailed with the message that 'Node(x) al...

Lucas_ by Node Link
  • 797 Views
  • 3 replies
  • 0 kudos

Resolved! https://neo4j.com/ not reachable - 403

HI, I can not reach the webstite https://neo4j.com/, I got the error: 403 ERROR The request could not be satisfied. Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configurat...

Michel by Node Clone
  • 522 Views
  • 2 replies
  • 1 kudos

Neo4j Desktop slow startup

Hi, For some reason my neo4j desktop application takes about 5 minutes to startup while its much faster for my friends. We have the same installation path and same computer specs. Anyone know a reason why? "Looking for Neo4j" is what takes the most t...

Skärmklipp.PNG

Retrieving properties from distant nodes

Guess this is easy - when you know how to do it - but haven't found examples in the documentation yet.    I have a graph structure similar to below. Main point of query is at the patient level and queries will be starting with only a single node prop...

graph.jpg
subs by Node
  • 249 Views
  • 0 replies
  • 0 kudos

Resolved! Ordering results by relationship weights

Hi, I am currently writing a query to get results by path matching. The relationships between the nodes have weights and i want to sum them up and divide them by the number of relationships in one single path.   Match (s) where ID(s) = 0 Match (s)-[...

chris23 by Node Clone
  • 712 Views
  • 2 replies
  • 2 kudos

Resolved! Setting apoc.import.file.enabled=true in your neo4j.conf

I am all new to neo4j and have just downloaded the desktop version running on my Mac. When trying to load a json file with CALL apoc.load.json I get the error message: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apoc.loa...

dw222ek by Node Link
  • 25649 Views
  • 30 replies
  • 16 kudos

Resolved! can not write relationship, (no changes, no records)

Hi, I run query as below but it shows (no changes, no records). Am i doing something wrong? i RETURN * and it shows some values but it does not record to graph.  Thank you for your help! LOAD CSV WITH HEADERS FROM "file:///rel_company_to_account.csv"...

maiadsp_0-1660647015226.png maiadsp_0-1660648342002.png
maiadsp by Node Link
  • 1151 Views
  • 6 replies
  • 1 kudos