项目作者: IBMStreams

项目描述 :
Toolkit to enable IBM Streams application developer to integrate Streams application with Slack
高级语言: Java
项目地址: git://github.com/IBMStreams/streamsx.slack.git
创建时间: 2017-05-29T14:26:33Z
项目社区:https://github.com/IBMStreams/streamsx.slack

开源协议:Apache License 2.0

下载


streamsx.slack

Toolkit for sending slack messages from a Streams application to a Slack webhook URL.

Get started developing:

  1. Clone the repository.
  2. In Streams Studio, Import…
  3. In the dialog, select IBM Streams -> SPL Project.
  4. Select com.ibm.streamsx.slack to import the project into Studio.

Set up an incoming webhook for your Slack channel:

Refer to this guide here.

SPLDOC documentation

You can generate HTML from the SPLDOC with the following commands:

  1. spl-make-toolkit -i com.ibm.streamsx.slack
  2. spl-make-doc -i com.ibm.streamsx.slack

You can view the HTML pages with any browser, or, for example, the following
command:

  1. firefox com.ibm.streamsx.slack/doc/spldoc/html/index.html &