Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下列的表格
从 到 抄送主题 date_sent
例如,我想将其转换为 neo4j 并建立关系
from -> to to >from 我不知道 cc,保持它作为节点还是?
另外我不知道,在关系实体或节点实体中更好地保留主题和日期是什么?
我真的需要什么样的结构?用哪种方式更好地建立用户之间的关系?
有什么建议么?
我找到了如何将邮箱正确转换为 neo4j 关系和节点的建议。有没有做过类似工作的机构?
真的不确定这个用例是否最适合图形表示,但如果你想这样做,一种方法是 -
用户是节点。Mail是具有属性subject和date sent的节点。From , To和cc作为关系