Metadata-Version: 2.1
Name: rabbithole
Version: 0.3.0
Summary: Store messages from an AMQP server into a SQL database
Home-page: https://github.com/jcollado/rabbithole
Author: Javier Collado
Author-email: javier@gigaspaces.com
License: MIT license
Description: ===============================
        Rabbit Hole
        ===============================
        
        .. image:: https://img.shields.io/badge/License-MIT-blue.svg
            :target: https://opensource.org/licenses/MIT
            :alt: License
        
        .. image:: https://img.shields.io/pypi/v/rabbithole.svg
            :target: https://pypi.python.org/pypi/rabbithole
            :alt: PyPI version
        
        .. image:: https://img.shields.io/travis/jcollado/rabbithole.svg
            :target: https://travis-ci.org/jcollado/rabbithole
            :alt: Continuous integration
        
        .. image:: https://coveralls.io/repos/github/jcollado/rabbithole/badge.svg?branch=master
            :target: https://coveralls.io/github/jcollado/rabbithole?branch=master
            :alt: Coverage
        
        .. image:: https://landscape.io/github/jcollado/rabbithole/master/landscape.svg?style=flat
           :target: https://landscape.io/github/jcollado/rabbithole/master
           :alt: Code Health
        
        .. image:: https://readthedocs.org/projects/rabbitmqhole/badge/?version=latest
            :target: https://rabbitmqhole.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/jcollado/rabbithole/shield.svg
            :target: https://pyup.io/repos/github/jcollado/rabbithole/
            :alt: Updates
        
        
        Store messages from an AMQP server into a SQL database
        
        Features
        --------
        
        * Get messages from multiple AMQP exchanges
        * Group messages in batches
        * Write message batches to a SQL database
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2016-11-25)
        ------------------
        
        * First release on PyPI.
        
        0.2.0 (2016-11-28)
        ------------------
        
        * Make batcher size/time limit configurable.
        * Added test cases and documentation.
        
        0.3.0 (2017-05-04)
        ------------------
        
        * Added new flexible configuration format based on the blocks and flows concept.
        * Added query parameters support to SQL block.
        * Update AMQP block to use a connnection URL instead of just the server address.
        
Keywords: rabbithole
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: postgresql
