feedly

Allows you to build complex feed and caching structures using Redis
Download

feedly Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Thierry Schellenbach
  • Publisher web site:
  • http://github.com/tschellenbach/

feedly Tags


feedly Description

feedly is a Python module that allows you to easily use Redis and Celery (an awesome task broker) to build infinitely scalable feeds. The core functionality is located in 3 core classes. - Structures - Activities - Feeds - Feed managers (Feedly)Structures are basic building blocks wrapping python functionality around Redis datastructures. There are convenient objects for hashes, lists and sorted sets.Activities is the content which is stored in a feed. It follows the nomenclatura from the .Every activity therefor stores at least: - Time (the time of the activity) - Verb (the action, ie loved, liked, followed) - Actor (the user id doing the action) - Object (the object the action is related to) - Extra context (Used for whatever else you need to store at the activity level)Optionally you can also add a target (which is best explained in the activity docs).Product's homepage


feedly Related Software