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
  • 856 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
  • 1118 Views
  • 1 replies
  • 1 kudos

Resolved! How to check a constraint already exists in Neo4J 4.0

constraint_command = "CREATE CONSTRAINT ID ON (n:" + label + ") ASSERT n.ID IS UNIQUE" My database may already have such a constraint. Before my program executes this statement, I need a way to tell whether it already had this constraint. It seems in...

lingvisa by Graph Fellow
  • 3314 Views
  • 6 replies
  • 2 kudos

Need to create a trigger to Sum the node property

Hi Guys I am having property nodes of student like {studentId:"1", English:20} {studentId:"1", Maths:20} {studentId:"1", physics:20} I need to have final node like {studentId:"1",total:60} Is it possible using Trigger? Can anyone help on this situat...

Problem with apoc.cypher.parallel2

Greeting! We are using neo4 community/enterprise as a primary database for our e-com platform. We have noticed some strange behavior of apoc.cypher.parallel/apoc.cypher.parallel2 we want to question. The example code is below (cleared the code a bit,...

Neo4j data quality layer

Dear everyone, I need your help to implement a real data quality layer in the neo4j data model in order to clean data, standardize,validate format, prepare before injecting in the database. Here are some example: 1- input=« james et company s.à.r.l...