Skip to content

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

@aammundi

Description

@aammundi

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @aammundi

        Issue actions

          Question: Can I use stream-framework for fanout to target object followers · Issue #247 · tschellenbach/Stream-Framework