What's the best way to create an activity feed using Redis and MongoDB?
I want to design an activity feed for our news website. People subscribe to news topics & other people. Based on this their feed is updated. What's the best architecture to implement this? My Tech Stack is :
- Rails
- MongoDB
- Redis
Thanks.