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.

michalkomorowsk
Node Link
since ‎01-09-2020
‎06-01-2022

User Statistics

  • 8 Posts
  • 1 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

Context: We have users.Users can be members of groups.Groups belong to tenants.Tenants = business context.Tenants form a hierarchy. Query Now we have the following simplified query: PROFILE MATCH (u:User {Id: '<USER_ID>'})-[:MEMBER_OF]->(g:Group), (...
I have a cluster consisting of 3 nodes of Neo4j 3.5. We are not in the production yet so for the vast majority of the time this cluster does nothing i.e. there are no writes and barely any reads. Despite this fact when I look at JVM Heap Size I obser...
Hi, To be specific let's talk about the following simple example. We want to use Neo4j to model a survey system. Each survey consists of a set of questions and each question has only 2 answers i.e.: Yes and No. My idea is to model each question and e...
According to my understanding when a new read-replica or a new core server is added to a healthy cluster they should start synchronization. This behaviour is described here: https://neo4j.com/docs/operations-manual/3.5/clustering-advanced/lifecycle/#...
I know that there is an official Object Graph Mapper for Java. However, I haven't found anything official for .NET so I searched for solutions from the community and I found two: https://www.blueprint41.com/https://github.com/francnuec/Neo4jClient.D...