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
  • 854 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
  • 1117 Views
  • 1 replies
  • 1 kudos

Neo4j cluster unable to connect via public ip

hello everyone . i just have configured casual cluster as per given instruction in this https://neo4j.com/docs/operations-manual/current/clustering/deploy/index.html#causal-clustering-new-multi-machine-cluster so what I exactly want to is i have conf...

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

Order paths (circuits) by oldest relationship

I'm working with a database that tracks IOUs. People are nodes (Person) and IOUs are relationships (OWES). OWES has a property of Date. I need to search for simple circuits (paths that originate and end with the same node), and identify the circuit t...

Execution failed, transaction closed

Hi! I have written quite a bit of stored procedures for neo 3.5, so i started looking at porting it to 4.0. So Ive tried to make a very simple function to merge a node, just to try out, and then return the node. If I dont return the node, it works fi...

kaptenh by Node Clone
  • 1382 Views
  • 4 replies
  • 4 kudos

Uniqueness Constraint on a “global” property - uuid

Hi, I would like to put a constraint on a property “uuid” that is Unique. My issue is that the constraint call requires you to put at least one label but I want to avoid that since uuid exists in all nodes/labels. What is the usual workaround to this...

admin3 by Node Clone
  • 413 Views
  • 1 replies
  • 1 kudos

How to find nodes with 0 relationships with?

I want to find brand nodes that don't have any hasBrand relationship with products: match (n:Product) -[r:hasBrand] ->(brand) with count(brand) as brands where brands <1 return brand.name It gives this error message: Variable `brand` not defined (li...

lingvisa by Graph Fellow
  • 723 Views
  • 6 replies
  • 1 kudos

Query problem in Graph Algorithm Book

Hi all. I'm new with this neo4j and graph algorithm. So I try to use the book Graph Algorithm by Needham and Hodler to do some practical exercise. But when i run query = """ MATCH (article:Article) RETURN article.year AS year, count(*) AS count ORDER...

Work with a dataframe

I have a dataframe and I want to import some features into Neo4j. But I don't know how to do it. I find nothing on the internet. Can someone help me ? Thank you

LJRB by Graph Buddy
  • 1098 Views
  • 2 replies
  • 0 kudos