Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-08-2022 04:27 AM
Hi All ,
I know this topic that already discussed but i could not come with final conclusion from all the discussions i saw.
My use case :
I have a knowledge base graph with User Nodes & Details Nodes ( name , address, ip etc..) on each relation i have some weight.
On top of it i built a SAME_AS ( connected components ) relation between User Nodes
The graph is dynamic which mean, I need to support split and merge scenarios :
I also need to represent each community by some generated id, on each scenario i need to create new Id and assigned it to all the nodes
*On a merge scenario where i need to merge new User node the id will stay the same.
My problem is how to represent the community id.
By using a Node property , Or by using new Node of type Community (with the id value) and relations from all the nodes that related to it.
Thanks!
All the sessions of the conference are now available online