Metadata-Version: 2.1
Name: traptor
Version: 3.2.15
Summary: A distributed twitter streaming service
Home-page: https://github.com/istresearch/traptor
Author: Jason Haas
Author-email: jasonrhaas@gmail.com
License: MIT
Description: *************************************
        Traptor -- A distributed Twitter feed
        *************************************
        
        .. image:: https://travis-ci.org/istresearch/traptor.svg?branch=master
            :target: https://travis-ci.org/istresearch/traptor
        
        **traptor** is a framework to help manage your twitter data collection.  What differentiates **traptor** from the many other Twitter libraries out there is that it does *real-time distributed streaming* of data based on rule sets using the Twitter Streaming API.
        
        It uses a combination of `Kafka`_, `Redis`_, and the excellent `birdy`_ module.  The goal is to have a convenient way to aggregate all of your twitter application data into one data stream and (optionally) a database.  It uses birdy to make Twitter API connections, redis to handle the rule management among different traptor instances, and kafka to handle the data streams.
        
        Please see http://traptor.readthedocs.org for documentation and the Quick Start guide.
        
        .. _Kafka: http://http://kafka.apache.org/
        .. _Redis: http://redis.io
        .. _birdy: https://github.com/inueni/birdy
        
Keywords: twitter,distributed,kafka,ansible,redis
Platform: UNKNOWN
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: all
Provides-Extra: lint
