Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:
faster deserialization for Cassandra feeds (skip ORM layer during serialization)
optional cassandra install
π allow to use cassandra-driver v3 via install option
π₯ Breaking changes:
Cassandra users:
* activity serializers now get a dictionary instead of a CQL model instances when loading data
* feeds' timelines that implements get_slice_from_storage now must return a dict instead of CQL model instance