Skip to content

Toolkit to enable IBM Streams application developer to integrate Streams application with Slack

License

Notifications You must be signed in to change notification settings

markheger/streamsx.slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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 &

About

Toolkit to enable IBM Streams application developer to integrate Streams application with Slack

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%