We are building django based REST APIs, where one of the features is News feed. After some googling I could see the following 2 options:
- Django Activity Stream (will have to use Redis on top of this) 
- Stream Framework (previously called Feedly) 
My question is, which one will be more appropriate considering development time and scalability ?
 
    