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

How to set properties for nodes along a path

I want to set a common property for all nodes in a single path. I have a file dependency chain - (file)-[DEPENDS_ON*0..]->(file) I want to calculate the length of each dependency path and set that length as a property for all nodes in that path. Here...

pborah88 by Node Clone
  • 652 Views
  • 1 replies
  • 0 kudos

Neo4j Web Socket Error

When I am trying to login neo4j browser with default id password i.e. neo4j/neo4j am getting below error: **> ServiceUnavailable: WebSocket connection failure. Due to security constraints in your web browser, the reason for the failure is not availab...

Memory issues using apoc.export.csv.data

Hi, I am running into memory issues while running: MATCH (a:alias)-[rel]-(:alias) WITH collect(DISTINCT a) AS Alias, collect(rel) AS related_to CALL apoc.export.csv.data(Alias, related_to, "ALIAS_ALIAS.csv",{}) YIELD file, source, format, nodes, rela...

RelationshipType OR Relation with property

Was on reading this GraphAware Modelling Data in Neo4j: Qualifying Relationships | GraphAware In the last post of our “Neo4j Modelling for Beginners” series,we looked at bidirectional relationships. In this post, we compare the...

2X_f_f86c698e354111ce55f230d1b2870b03328059fe.jpeg
md7 by Node Link
  • 971 Views
  • 3 replies
  • 0 kudos

Resolved! Export relation to CSV

Hello everyone again! I want to export one relation that I have created to a csv file (unfortunatelly everyone at my office is more familiar to Excel than to Neo4j). I have already added to my neo4j.conf file the cod: apoc.export.file.enabled=true I ...