A Wishbone output module to push events to one or more ZeroMQ pull sockets.
Project description
__ __ __ .--.--.--|__.-----| |--| |--.-----.-----.-----. | | | | |__ --| | _ | _ | | -__| |________|__|_____|__|__|_____|_____|__|__|_____| version 2.1.2 Build composable event pipeline servers with minimal effort. ======================= wishbone.output.zmqpush ======================= Version: 1.0.0 Push events to one or more ZeroMQ pull sockets. ----------------------------------------------- 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 clients. Events are spread in a round robin pattern over all connections. Parameters: - selection(str)("@data") | The part of the event to submit externally. | Use an empty string to refer to the complete event. - 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>. - clients(list)([]) | A list of hostname:port entries to connect to. | Only valid when running in "client" <mode>. Queues: - inbox | Incoming events submitted to the outside.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file wishbone_output_zmqpush-1.0.0.tar.gz
.
File metadata
- Download URL: wishbone_output_zmqpush-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af0d44c141e6ddb67acbdc0bc9b352a9c78838a8d5bdf1198dbd8169adf063d9 |
|
MD5 | 5aa9b043f79d08a3dea98d4931541b42 |
|
BLAKE2b-256 | 87cfd1d616af75d12c096fb4a30e28006f8e9c6b8cb34c6fa291a46594cf46dd |