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.

rajan1106
Node
since ‎08-30-2020
‎06-01-2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I am intermittently getting an NPE when I execute a query under mild load. java.lang.NullPointerException: null at org.neo4j.ogm.metadata.MetaData.classInfo(MetaData.java:123) at org.neo4j.ogm.context.GraphEntityMapper.executePostLoad(GraphEntityMa...
Hi, we have 2 instances of Aura running. We want to sync 1 instance with the other every night. Is there any way to automate this process? Thanks,
Is there any way to monitor Aura using Datadog?
I have this relationship Node1 ---- HAS ----> Node2 I want to make sure that the "name" property in Node2 is unique within it's parent node - Node1. Is it possible to enforce that using Neo4J-OGM? Or do I have to make a separate get call before calli...
I have "enabled" flag on all my nodes. I disable a node and all nodes in the subgraph by setting the value to false. Is there any easy way to achieve this in OGM or otherwise?
Kudos given to