# tschellenbach/Stream-Framework

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:

Repository: https://github.com/tschellenbach/Stream-Framework
Canonical: https://ross.abutalabs.com/products/stream-framework
Homepage: https://getstream.io/
Language: Python
License: NOASSERTION
License Family: other
Topics: activity-stream, cassandra, feed, news, news-feed, big-data, redis, activity-feed
Last push: 2025-12-04T21:26:10+00:00

## Health v2 (maintenance only)
Score: 57/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 55, release rhythm 35, longevity 100
- inputs: {"age_days": 5138, "days_push": 272, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4743, forks 530 (observed 2026-08-28T04:08:57.833278+00:00)

## What it is
Stream Framework is a Python library for building scalable activity streams, news feeds, and notification systems on top of Cassandra and/or Redis. It handles feed storage, fan-out, and caching structures so applications can implement Twitter-, Instagram-, or Facebook-style feeds.

## Use cases
- build a twitter-style newsfeed in python
- implement an activity stream like github's
- create a notification system backed by redis
- build an instagram or pinterest style feed
- store and fan out user activity feeds with cassandra
- add a social feed to a django or python web app

## When to choose
- you need self-hosted feed infrastructure using Cassandra or Redis
- you want a proven fan-out architecture for newsfeeds in Python
- you need activity streams or notification feeds without paying for a hosted feed API

## When to avoid
- you prefer a managed REST API for feeds (consider the authors' hosted Stream service)
- your stack is not Python
- you need chat, video, or moderation features - this library only covers feeds
- you want a small-scale feed that a simple database query could handle

## Facets
- artifact type: library
- maturity: maintenance
- function: caching, database-driver
- domain: backend, web-development, databases, social-media
- platform: python, cross-platform
- tags: activity-streams, news-feed, cassandra, redis, feed-aggregation, notifications

## Member repositories
- tschellenbach/Stream-Framework (main) score 57

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:57.833278+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:57.225910+00:00, confidence not recorded.
  - readme: https://github.com/tschellenbach/Stream-Framework (fetched 2026-08-28T04:08:57.833278+00:00, sha d297e17fc835)
  - homepage: https://getstream.io/ (fetched 2026-08-29T09:02:38.898062+00:00, sha fa55509edee5)
  - site_page: https://getstream.io/docs (fetched 2026-08-29T09:02:38.900715+00:00, sha cb847dcbe3cf)
  - site_page: https://getstream.io/chat/docs (fetched 2026-08-29T09:02:38.902374+00:00, sha fac7d33398ce)
  - site_page: https://getstream.io/video/docs (fetched 2026-08-29T09:02:38.904011+00:00, sha 944f379d3874)
  - site_page: https://getstream.io/activity-feeds/docs (fetched 2026-08-29T09:02:38.905508+00:00, sha 774122e010c0)
  - site_page: https://getstream.io/moderation/docs (fetched 2026-08-29T09:02:38.907081+00:00, sha ba08a14d1ace)
  - registry_pypi: https://pypi.org/pypi/stream-framework/json (fetched 2026-08-29T09:02:38.914254+00:00, sha 65a3c301c81c)
  - site_page: https://getstream.io/team (fetched 2026-08-29T09:02:38.908918+00:00, sha 02b85b42b71c)
  - site_page: https://getstream.io/chat/pricing (fetched 2026-08-29T09:02:38.910530+00:00, sha 405b6c89868a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
