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.

karthik_shetty
Node Clone
since ‎08-25-2020
‎06-01-2022

User Statistics

  • 29 Posts
  • 0 Solutions
  • 6 Kudos given
  • 2 Kudos received

User Activity

Hi, I have set up a 3 node neo4j casual cluster and trying load almost 1 million records from my Mongo database to Neo4j cluster nodes. I'm loading 10K records at a time using a bolt driver within an API. API runs for a bit then throws the below err...
Hello, Friends! I am trying to load some data and create a relationship using a golang-neo4j driver. This query (within golang program) runs forever whereas when I tried using apoc.periodic.iterate it completes within a couple of seconds. return fun...
Hello! I have a 3 node (CORE - each 4/16 CPU and memory respectively) causal cluster. I have been getting these errors in the application log where I am using golang-neo4j driver to load some static data from a source and create relationships. Server...
Hello! I'm trying to unmarshal the result (res) but it's throwing me an error. Anyone know a way to do this properly? res, err := tx.Run("MATCH result=(p:Products) <-[r1:PRODUCES]- (i:Inventory) -[r2:OWNED_BY]->() return result", map[string]inte...
Hi! I have a special requirement where I need to set up a single relationship out of three different node labels using 2 properties. I can achieve this requirement by running 3 different queries like below but I am failing when I try to achieve the s...
Kudos from