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
  • 944 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
  • 1183 Views
  • 1 replies
  • 1 kudos

How to run 100's of rules on Graph data?

I have historical transaction data. The requirement is to run rules to evaluate if the new transaction is evaluating as true based on the historical data. For eg: A new Payment transaction will evaluate the following rules: If payment is made by cre...

ckayay by Node
  • 768 Views
  • 1 replies
  • 0 kudos

Cannot install GRAPH ALGORITHMS

Dear all, I struggle for weeks and I still have this problem: Neo.ClientError.Procedure.ProcedureNotFound: There is no procedure with the name algo.list registered for this database instance. Please ensure you've spelled the procedure name correctly ...

APOC load xls range problem with columns after Z

I am trying to use apoc.load.xls to import from a large spreadsheet. It seems as if the range has to be between A and Z. But this spreadsheet goes all the way to AY. Here is an example that works: And here is an example that does not work: Neo4j ...

2X_7_7de01be76ba0e04be420181d3038ad86d1acf15d.png 2X_c_c9dad77e01ff81d88bc01ccb60f834846aac13c3.jpeg 2X_e_e696718d6308e8f371cdf4c8dc5a03b1d6f30beb.png 2X_d_d84b00180cbaad5cbce49479760f67fe6ea1e617.jpeg
thomasf by Node Clone
  • 927 Views
  • 4 replies
  • 2 kudos

Understanding how MERGE works

What is MERGE, and how does it work? The MERGE clause ensures that a pattern exists in the graph. Either the pattern already exists, or it needs to be created. In this way, it's helpful to think of MERGE as attempting a MATCH on the pattern, and if n...

How to add a label to a node in a query

I have a generic node labeled 'Person'. how can I add a new dynamic label to the node? I select a dynamic property value: I would like to add this value as a label to all the nodes with label:Persona SET labels(n) += n.nome returns an error S...

2X_b_b5997dc5da431b23c90f05bb24367ca755f1309a.png