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

What means "Uh oh... There was no slot for ` w2@451`"?

Hi, trying to perform some batch MERGEs in Neo4j Enterprise 3.5.5, I get the following error Message, what does that mean? Neo.DatabaseError.Statement.ExecutionFailed: Uh oh... There was no slot for ` w2@451` The cypher part WITH w, word1, word2 MERG...

Reiner by Graph Buddy
  • 1006 Views
  • 4 replies
  • 0 kudos

Paths to multiple subsets

Hi! I have a graph of users. Each user belongs to one group, and the users have links between them. I want to find users where there is a path of max length X to users belonging to other groups, and I cant figure out the best way to do it. If Im inte...

kaptenh by Node Clone
  • 534 Views
  • 0 replies
  • 0 kudos

Resolved! Function and procedure together

When it runs, there is the error: Neo.ClientError.Procedure.ProcedureCallFailed: Failed to invoke procedure apoc.periodic.iterate : Caused by: org.neo4j.cypher.internal.v3_5.util.SyntaxException: Invalid input 'd': expected 'n/N' or 's/S' (line 3, c...

pavloN by Node Clone
  • 1420 Views
  • 3 replies
  • 2 kudos

Resolved! Rename Node Labels

Please provide a working example of renaming existing node labels with apoc.refactor.rename.label procedure. I could not find any in the APOC guides. Thanks

How to model many:many relationships

Please forgive the newbie question, but I just cannot see how to model this in Neo4j, but there must be a simple answer. Say I have 2 items, 2 locations, and 2 suppliers. Each supplier can supply each item to each location, but their unit price and l...

ETL Tool CSV Data Load Error

INFO: Closing driver instance 1406848276 INFO: Closing connection pool towards localhost:7687 java.lang.IndexOutOfBoundsException: Index 28 out of bounds for length 28 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at...

How to perform Machine learning graph CNN on my neo4j graph? I have constructed my graph using neo4j. I would like to see some demo or video links for performing the algorithm on the constructed graph. Can anyone through some valuable insights?

Please keep the following things in mind: did you search for what you want to ask before posting?please use tags for additional infouse a self-descriptive title Please format code + Cypher statements with the code </> icon, it's much easier to read. ...

Label Vs. Property, what should I choose?

Hello, I need help understanding what should be considered when deciding whether to use a property or a label for some information about a node. For example: If I have a node representing a car, and I want to insert the manufacturer (company) name, a...

o9384496 by Node Link
  • 9652 Views
  • 5 replies
  • 15 kudos

Node list all Properties

Hi all, I have a node with a label TAGS. This node has 20-30 properties. Each node may have 2 properties whereas others may have 5 properties. I want to list all the properties not as a list, but as individual columns in tabluar format. Please sugges...