Toolkit for sending slack messages from a Streams application to a Slack webhook URL.
- Clone the repository.
- In Streams Studio, Import...
- In the dialog, select IBM Streams -> SPL Project.
- Select com.ibm.streamsx.slack to import the project into Studio.
Refer to this guide here.
You can generate HTML from the SPLDOC with the following commands:
spl-make-toolkit -i com.ibm.streamsx.slack
spl-make-doc -i com.ibm.streamsx.slack
You can view the HTML pages with any browser, or, for example, the following command:
firefox com.ibm.streamsx.slack/doc/spldoc/html/index.html &