ldbc / ldbc_snb_datagen_spark

Synthetic graph generator for the LDBC Social Network Benchmark, running on Spark
https://ldbcouncil.org/benchmarks/snb
Apache License 2.0
166 stars 58 forks source link

generating messages between user #19

Closed drkwolf closed 7 years ago

drkwolf commented 8 years ago

Hi there, i'm interested in the message frequency between users and i am wondering if there's any plan to implement this feature

ArnauPrat commented 8 years ago

Hi @drkwolf Could you elaborate more on your request please? Users do no exchange messages privately but comment on other users's wall or on groups. The amount of messages issued per user per month can be controlled by means of an iternal parameter. Maybe I can tell you how to do so if this is what you need.

drkwolf commented 8 years ago

private messages is available on all social media platform, actually we have a project in which we have to propose a privacy model to social media users based on fuzzy clustering and private messaging frequency attribute between users is important for us.

ArnauPrat commented 7 years ago

Although I understand your request, supporting modeling private messages between users is not a priority for the LDBC Social Network Benchmark right now. However, I can give you some guidelines though in modifying the generator to add this feature if you want.