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
  • 966 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
  • 1195 Views
  • 1 replies
  • 1 kudos

Resolved! How to set the Label for a node in a Case Statement

Hi Team, i can set the label for a node like this below MATCH (n { EmpId: '1234' }) SET n: Accountant RETURN n.name , n.EmpId , n.DepartmentId but i want to set the label as Accountant only if the department id is matching to some value. MATCH (n { E...

Kailash by Graph Buddy
  • 3609 Views
  • 7 replies
  • 3 kudos

Resolved! Exposing neo4j bolt port on Kubernetes cluster

Hi, I've installed neo4j after playing with it in Sandbox onto my Kubernetes cluster using the official stable/neo4j helm chart. I would like to make this neo4j cluster accessible remotely (not just within the Kubernetes cluster) so I've written a se...

Apoc.export.csv.all doesn't create a file with data

I call the query: CALL apoc.export.csv.all( "/tmp/1.csv", {d:'\t'}) And a file isn't created. The result is: If I tried to save a file in another place, see the message: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apo...

2X_2_255716556f4fbfb299fd4ff520aac43cb9081964.png
pavloN by Node Clone
  • 2002 Views
  • 6 replies
  • 1 kudos

Apoc procedure not registered

Desktop version |Version:|3.5.6| |Edition:|Enterprise| APOC:3.5.0.4 Error Neo.ClientError.Procedure.ProcedureNotFound: There is no procedure with the name apoc.refactor.mergeNodes registered for this database instance. Please ensure you've spelled th...

How to avoid cycle in neo4j cypher queries

I have friend-friend data model which has two relationships between any two friend nodes based on how one friend defines the other friend. For example, User "A" can define user "B" as 'FRIEND' and "B" can define "A" as 'BUDDY'. The problems is, when ...

2X_9_9ebd165f03d92868fa46d01cbd02e2baaaca9550.png 2X_3_36ba5f102557ef28c11631b3c21b78260622ec4e.png