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.

ferdz_steenkamp
Node Link
since ‎10-18-2021
‎08-18-2022

User Statistics

  • 10 Posts
  • 1 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

Hi, this is quite weird, my colleague showed me a benchmark difference that is absolutely massive and makes no sense to us. We'd like to find out if we're doing something wrong or if this is a bug in our code? Basically, we read a list of 25 userID's...
Hi, is it possible to connect a self-hosted node (eg. in South Africa) to a managed Aura cluster in order to bring data closer to the users while still having the safety of a managed solution?
Hi there, I am trying to create a filetree-like query where I need to get the user's Breadcrumb up the tree. Since we want to implement folder/file sharing, we have to cut the breadcrumb off the moment we have a "broken chain" in the permissions. The...
Hi, I'm relatively new to Cypher, I'm getting a warning when using collect in the return statement of the following query. MATCH (user:User)-[:HAS]->(session:Session), (user)-[:HAS]->(doc:Doc) WHERE id(user) = 61 WITH id(session) ...
I'm busy developing an API that needs standard Authentication/Authorization. My users would be identified by their email (as a unique key on the User node). Which approach would be better? Index the user emails and query the user via their email on e...
Kudos from