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.

Need help to design the relationship in between two nodes

My requirement is to send the email to the users who is registered .I want to keep the separate process of sending the email message like message body subject etc.

Keeping the data of user in one node and message is another node.

Will send the message later on by the scheduler to the user.

How should we design the relationship in between user and message?.

1 REPLY 1

MuddyBootsCode
Graph Steward

Hello, welcome to the community. I'm not exactly sure what you're trying to accomplish but it sounds like something kind of like this is what you're after:


This would allow you to keep track of which users are sending what to who, as well as preserve the message text and a scheduled send time. If that's useful to you I made that diagram with:
http://www.apcjones.com/arrows/# which is a great tool.