Stream-Framework icon indicating copy to clipboard operation
Stream-Framework copied to clipboard

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...

Results 79 Stream-Framework issues
Sort by recently updated
recently updated
newest added

There are small typos in: - docs/conf.py - docs/readme.rst - stream_framework/tests/storage/base.py Fixes: - Should read `that` rather than `shat`. - Should read `pollution` rather than `polution`. - Should read `immediately`...

Fix README.md for broken link to zite blog.

ImportError: cannot import name 'BasePipeline' from 'redis.client' (/home/ian/.local/lib/python3.8/site-packages/redis/client.py) ian@ian-HP-Stream-Laptop-11-y0XX:~/stream-framework/Stream-Framework$ python3 Python 3.8.10 (default, Sep 28 2021, 16:10:42) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information....

Only can see upto 100 unseen notifications! What configuration to see more than 100 unseen notifications.

It's clear that I can use stream-framework for Notification/Activity feeds. However, the use-case I'm building involves a slightly different scenario 1. A per-user ranked feed of target objects. An example...

Hi, I tried integrating the framework in an existing project, but quickly ran into a problem that my client uses cursor-based pagination for the feed. The cursor is based on...

Dear Contributor(s), Though you have resolved the `async` reserved keyword issue but still at [This Line Number](https://github.com/tschellenbach/Stream-Framework/blob/master/stream_framework/feed_managers/base.py#L241) you forgot to rename. Please fix this issue. Thanks in advance Regards Ashish...