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.

aaron-dsouza
Node Link
since ‎08-16-2019
‎07-06-2022

User Statistics

  • 9 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

I am considering using the Reactive Sessions in my java application with Neo4j. I am using Neo4j 4.1 which supports multiple databases. With a synchronous session we can pass a SessionConfig that indicates the database to use for that session. In the...
I want to use triggers to track changes in the database and once the trigger is fired I want to call a custom procedure. From the trigger I can pass the transactionId to the procedure. How can I get the transaction metadata in the custom procedure fr...
I want to build a java application that is reactive in nature when it interacts with Neo4J. I will use the Reactive session to run my queries. This application will be a microservice web application that will be deployed in kubernetes. How do I archi...
I have a springboot application that connects to a standalone instance of neo4j. The springboot application runs as a container in a kubernetes cluster and neo4j is deployed in a virtual machine. I am intermittently getting errors while connecting to...
Is there any mechanism to chain transactions when neo4j is in standalone mode. There’s a mechanism called causal chaining but that only works when neo4j is setup as a causal cluster, as per the documentation. My requirement is to keep the transaction...
Kudos from
Kudos given to