Metadata-Version: 1.1
Name: wishbone_output_disk
Version: 1.0.0
Summary: A Wishbone output module to write complete messages to a disk buffer.
Home-page: https://github.com/smetj/wishbone-output-disk
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-output-disk/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            ====================
            wishbone.output.disk
            ====================
        
            Version: 1.0.0
        
            Writes complete messages to a disk buffer.
            ------------------------------------------
        
        
                Persists complete incoming messages to disk.
        
                    Parameters:
        
                    - selection(str)("@data")
                       |  The part of the event to submit externally.
                       |  Use an empty string to refer to the complete event.
        
                    - directory(str)("./)
                       |  The directory to write data to.
        
                    - interval(int)(10)
                       |  The time in seconds to flush the queue to disk.
        
        
                Queues:
        
                    - inbox
                       |  Incoming events.
        
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
