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.

AhmedMahfouz
Node Link
since ‎11-14-2022
‎11-15-2022

User Statistics

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

User Activity

we are work on getting data from api using  'call apoc.load.jsonParams()' but suddenly I start receiving  this error :  Failed to invoke procedure `apoc.load.jsonParams`: Caused by: java.net.SocketTimeoutException: Read timed out ...
Hello, when I run this code  call apoc.load.jsonParams(uri, options,null) YIELD value AS listing MERGE (l:Listing{cid:listing.results[0].listing_id}) it takes 24s to done although I created indexes on that . when I run MERGE (l:Listing{cid:}) as no...
Kudos given to