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
  • 857 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Merge all nodes with the same property name

Hi, I've a problem that I do not know how to code in cypher. I have duplicate nodes with the same property name, (n.name) and they have their own relationships. I wanted to match these nodes, merges the properties and relationships of the 2nd through...

Joe123 by Node Link
  • 12840 Views
  • 14 replies
  • 7 kudos

Resolved! Multiple cluster managing and monitoring

Hi, Do you have any guidelines on monitoring multiple instances of neo4j dbs ? up to know i have a set up of multiple containers running but after reading about casual clusters i think ill upgrade them to a more stable solution. but the question aris...

Failed to invoke procedure `apoc.import.csv`

I am going nuts. I have been trying to load data from a CSV in a newly installed versions of neo4j, browser, and desktop downloaded from the web on Wednesday. I have Win 10 installed on a Microsoft Surface. I run regular updates on the OS. This is sc...

2X_9_9193c85b78467b56936b51da2b407655ae5eb67e.png

List properties of a label/relationship

Hello, I need to list all the possibile properties of all the nodes of type "CI"; next I need to list of properties of relationship "USES". Can you please help? I find examples, but the use some APOC.MAP functions that my Neo refuses to recognize. Th...

Resolved! How to count distinct couples

Hello, I have this query match (c1:CI)-[:USES]->(c2:CI) return distinct c1.name,c2.name Now I would like to count the rows, but I don't seem to be able to figure this out! I tried return count(*) but this does count duplicates. I tried return count...

Alternative to Popoto.js

Good day to you all! I am hoping that someone here can offer an alternative to popoto.js for a web-based visualization tool with builtin "recursion". Despite it still being listed on the Neo4j site, it appears to only utilize the REST API which was a...