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.

rajeevprasanna
Node Clone
since ‎11-06-2020
‎06-01-2022

User Statistics

  • 17 Posts
  • 1 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

Hi, I am using org.springframework.boot:spring-boot-starter-data-neo4j to connect with graph db. I am looking for a way to specify read/write for a transaction so that write queries are routes to leader instance and reads are for other instances. Thi...
i am using Neo4j Aura cloud as our database with Reactive SpringDataNeo4j framework to connect with it. Application is starting fine and serving few requests. But after some amount of time, it is throwing below error. Received a recoverable discovery...
I am trying to insert data into Neo4j using spring data. Encountered dead lock error. Not much information in logs to debug the issue. Any idea how to read this error 2021-01-04 14:06:57 +0000 [DEBUG] from org.springframework.boot.autoconfigure.web....
I read somewhere that Neo4j latest version supports indexing on relationship properties. Can someone guide me how can we create index on relationship property? please share syntax of it and limitations
I am having a use case where we download files from different cloud vendors like Google drive, One drive, Box etc. So each file can have label File, source(Dropbox or Box or OneDrive etc) This way, If i want to query all Files irrespective of source,...