This toolkit supports common internet protocols, such as HTTP and WebSockets
The IBMStreams/streamsx.inet toolkit project is an open source IBM InfoSphere Streams toolkit project supporting common internet protocols, such as HTTP, WebSockets, etc.
Note that development is proceeding on two branches:
master
branch is the main development stream and contains operators and functions which are available on all supported platforms. A subset of this operators is shipped with the Streams product.HTTPRequestAsync
contains a new operator which is designed to work well with HTTP(S) (REST) services in asynchronous manner. It should be considered pre-release.This toolkit implements the NLS feature. Use the guidelines for the message bundle that are described in The messages and the NLS for toolkits
Support for Streams 4.0 Now Available!
https://github.com/IBMStreams/streamsx.inet/releases
Find the project Documentation at: http://ibmstreams.github.io/streamsx.inet/
The http rest functions and the WebSocket server functions are now moved into streamsx.inetserver toolkit
See DEVELOPMENT.md
see: CHANGELOG.md
This toolkit requires the following packages installed
Steps to use the HTTPRequestAsync
operator:
ant clean all
make