Slide 17
Slide 17 text
What are our projections?
• user_followers - to keep track of which users are following who
• user_statistics - to keep track of the stats for a user, e.g. no. of followers, no. of likes etc.
• user_statistics_content - like the above but related to content, e.g. no. of articles created etc.
• user_likes - to keep track of what content a user likes
• user_watches - to keep track of what content a user is watching
• activity_stream - yep, our ES activity stream is just another projection
• consumer_network - same as above, just another projection