Skip to main content

IBM Streams endpoint integration

Project description

Overview

Provides functions to add Streams operators acting as communication endpoints for your Streams application.

This package exposes the com.ibm.streamsx.inetserver toolkit as Python methods for use with IBM Streams including IBM Cloud Pak for Data.

Sample

A simple example of a Streams application that provides an endpoint for json injection:

from streamsx.topology.topology import *
from streamsx.topology.context import submit
import streamsx.endpoint as endpoint

topo = Topology()

s1 = endpoint.json_injection(topo)
s1.print()

submit ('DISTRIBUTED', topo)

Documentation

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamsx.endpoint-0.1.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

streamsx.endpoint-0.1.0-py2.py3-none-any.whl (9.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page