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
  • 1001 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
  • 1216 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
  • 3523 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...

Resolved! Install activation keys Desktop 1.3.8 Neo4j Startup Program

I am part of the Startup Program (thank you Neo4j!) and I am trying to activate my activation keys. I am using this tutorial How activation keys work, but I have the feeling that the tutorial is out-of-date. There is no more User section in Desktop v...

shanna by Node Clone
  • 848 Views
  • 2 replies
  • 1 kudos

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,...

Resolved! Query all related nodes and set property on original entity

I could use some advice on how to do a specific search. I apologise if this is a ridiculous easy thing to bother you with. Given a database with 2 different node types, Company and PSC, where Company has a one to many relationship with PSC nodes :IS_...

mikeM by Node Link
  • 724 Views
  • 2 replies
  • 0 kudos

Apoc.date.parse not work in Neo4j Desktop for mac OS?

I can execute the following command in neo4j Sandbox, neo4j desktop of Linux(ubuntu 18), but when I execute it in Neo4j desktop for mac OS return apoc.date.parse('Jul 12, 2019', 's', 'MMM dd, yyyy') I get the following error Failed to invoke functio...

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...