GSoC 2019 - Newsfeed - Amish Mittal

Aim

The aim of this project is to add a newsfeed for every user. In it, the users can follow other users. Whenever a user posts something in a public channel or does any public activity, it would appear in the newsfeed of all his followers with a link to the original post in the original channel. This would greatly help in discovering new conversations, increasing accountability of people in the organisation & increasing many folds the time a user spends on RC

The most challenging part of creating the newsfeed is to make it scalable to support a large number of concurrent users (by using an adaptive follower/following relation model) and to benchmark the server performance in relaying the correct messages with filters. This is being done by using proper schema and proper database queries. Messages in newsfeed are fetched in real-time from messages stored for other channels. This also includes their summarization and selection in real-time to prevent spam in the newsfeed.

Final Submission Link: https://gist.github.com/fliptrail/d2f2068cf7604aa7e7e17947b5892c26

3/4 Presentation and Video