Wissbi

wissbi

Download as .zip Download as .tar.gz View on GitHub

Tested Build Environment

Build Steps

Binaries

make

The output binaries will be put under tmp/build

Testing

make test

The JUnit testing result compatible xml files will be put under output/test

Debian Package

make deb

The debian package will be put under output/artifacts

Installation

Usage

wissbi-sub test

This will launch a subscriber listening messages from a source named "test", and write the messages to stdout.

Now you can start a new terminal session and execute:

echo "hello world" | wissbi-pub test

You can see the message "hello world" appeared in the subscriber's terminal.

See https://github.com/lunastorm/wissbi/wiki/Usage for detailed usage guide.

Administration

See https://github.com/lunastorm/wissbi/wiki/Administration for detailed administration guide.