Metadata-Version: 1.1
Name: wishbone_input_zmqpull
Version: 1.0.0
Summary: A Wishbone input module to pull events from one or more ZeroMQ push sockets.
Home-page: https://github.com/smetj/wishbone-input-zmqpull
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-input-zmqpull/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            ======================
            wishbone.input.zmqpull
            ======================
        
            Version: 1.0.0
        
            Pulls events from one or more ZeroMQ push modules.
            --------------------------------------------------
        
        
                Expects to connect with one or more wishbone.input.push modules.  This
                module can be started in client or server mode.  In server mode, it waits
                for incoming connections.  In client mode it connects to the defined
                servers.  Events are spread in a round robin pattern over all connections.
        
                Parameters:
        
                    - mode(str)("server")
                       |  The mode to run in.  Possible options are:
                       |  - server: Binds to a port and listens.
                       |  - client: Connects to a port.
        
                    - interface(string)("0.0.0.0")
                       |  The interface to bind to in server <mode>.
        
                    - port(int)(19283)
                       |  The port to bind to in server <mode>.
        
                    - servers(list)([])
                       |  A list of hostname:port entries to connect to.
                       |  Only valid when running in "client" <mode>.
        
        
                Queues:
        
                    - outbox
                       |  Events arriving from the outside.
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
