Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibmstreams/streamsx.slack
Toolkit to enable IBM Streams application developer to integrate Streams application with Slack
https://github.com/ibmstreams/streamsx.slack
slack slack-webhooks stream-processing toolkit
Last synced: about 2 months ago
JSON representation
Toolkit to enable IBM Streams application developer to integrate Streams application with Slack
- Host: GitHub
- URL: https://github.com/ibmstreams/streamsx.slack
- Owner: IBMStreams
- License: apache-2.0
- Created: 2017-05-29T14:26:33.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-03T23:59:57.000Z (over 3 years ago)
- Last Synced: 2024-04-14T20:02:43.389Z (9 months ago)
- Topics: slack, slack-webhooks, stream-processing, toolkit
- Language: Java
- Homepage: https://ibmstreams.github.io/streamsx.slack/
- Size: 985 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://api.slack.com/incoming-webhooks).
### 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 &
```