Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Can I use stream-framework for fanout to target object followers #247

Open
aammundi opened this issue Jun 15, 2021 · 0 comments
Open

Comments

@aammundi
Copy link

It's clear that I can use stream-framework for Notification/Activity feeds. However, the use-case I'm building involves a slightly different scenario

  1. A per-user ranked feed of target objects. An example of target objects could be movie listings.
  2. A per-user ranked, filtered feed of users who follow a target object

As far as 2) is concerned, it seems like I can override get_user_follower_ids to accomplish this [user->target-objects-the-user-is-following -> user_ids that follow the target objects]

Would this be a good way to handle this scenario ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant