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
  • 922 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
  • 1164 Views
  • 1 replies
  • 1 kudos

Count common nodes and properties

Hi there, I have a Neo4j Database containing Candidates, Jobs, Techs, Cities and Focus. What I want is to count how many relationships and propeties a Candidate have in common with a Job relative to all Job nodes and properties. Example: Candidate A...

3X_a_1_a1ebf6cb4f0d3cf82c60f67ad1392f2760621fc0.png

Merge creating duplicate nodes [Neo4j 4.2.2]

Given the following cypher query MERGE (s:Service{identity:'683b0e50-debf-4e69-b3df-8b22b4068f4c'}) SET s.name = 'myservice' WITH * UNWIND [{ identity: '94b96bd1-63f1-4f11-876a-d36ddc23d42d', pipelineName: 'pipeline1' }, { identity: '1098ae63-0148-48...

3X_2_3_23ad60bcadd2438656a41ff4b0ba2c8f93a07f18.png
francofs by Node Link
  • 679 Views
  • 2 replies
  • 0 kudos

Resolved! Count The Number of Isolated Clusters in Subgraph

Hi everyone. I have this subgraph and I would like to count the number of isolated clusters. I have tried using the weakly connected components algorithm from the GDS library but it returns a high number of components. I don't know if I am doing a m...

3X_9_e_9e4c7365f780d00ca69d1a6edecfb89b59e2720b.png

Resolved! How can I optimize my Cypher Queries?

What should I do if my Cypher query is slower than expected, or uses more memory or CPU than I have? I'm running my queries with Neo4j Browser, copied from my application. What should I do? Are there any good practices / pointers?

Resolved! List all labels NOT starting with "_"

HI i want to list all Labels that are NOT starting with underscore ... MATCH (nodes) UNWIND nodes AS node WITH node WHERE labels(node)! =~ '_*' RETURN labels(node) I guess I'm running in the wrong direction .... or? This gives me an error Invalid in...

rob2 by Node Clone
  • 2494 Views
  • 7 replies
  • 7 kudos

Resolved! AURA: apoc.map.setKey doesn't work

Tried to call the apoc function using "CALL apoc.map.setKey(...)" and got an error message This is the command I used: MATCH (c:Car {name: 'el-camino'}) WITH properties(c) as car CALL apoc.map.setKey(car, "maxSpeed", 150) YIELD value as carObject RET...

yarden by Node Link
  • 546 Views
  • 2 replies
  • 0 kudos

Neo4j Desktop on Ubuntu 20.04 - no apps

Hi everyone, I was browsing through the possible answers to my issue, but no one matches it. Issue: I do not see the apps in the Neo4j Desktop. I installed this app on two different machines (same OS), but in one of them (in the one I cannot see the ...