main content

event stream processing -凯发k8网页登录

read and write events, such as kafka® events

when you install the streaming data framework for matlab® production server™, you can:

  • read and write event streams from an event streaming platform, such as kafka.

  • simulate the production environment for testing your streaming analytic algorithms. (requires matlab compiler sdk™)

  • scale your streaming analytic algorithms by deploying them. (requires matlab production server)

install the streaming data framework for matlab production server support package from the matlab add-on explorer. for information about installing add-ons, see (matlab).

functions

create connection to event stream in kafka topic
create connection to event stream hosted by matlab without schema processing applied
create connection to event stream hosted by matlab with schema processing applied

basic import and export

read timetable from event stream
write timetable to event stream
set read position in event stream
preview subset of events from event stream
event stream name

import and export options

create import options based on event stream content
create options for importing events from stream into matlab
import options for event stream
data types used to export variables to stream
set data types used to import and export variables to stream
create export options based on event stream content
export options for event stream
read raw events from kafka stream without schema processing applied
reset read window boundaries
stop processing event streams from kafka topic
create topic in kafka cluster
remove topic from kafka cluster
error information for kafka stream operation
kafka stream provider property list
kafka stream configuration property data
set properties specific to kafka configuration
determine if kafka stream provider property is set
apply stream analytic function to event stream
execute event stream processing function on specific number of event windows
package stream processing function into deployable archive configured by eventstreamprocessor
set position in event stream to begin processing events
start processing event streams using local test server
start local test server
stop processing event streams using local test server
shut down local test server
package stream processing function into deployable archive

topics

process event streams


  • use streaming data framework for matlab production server to read from and write to event streaming platforms, such as kafka.

  • process events from a kafka stream using a streaming analytic function.

  • set kafka provider properties during stream object creation.

test and deploy streaming analytic function


  • use the development version of matlab production server to test a streaming analytic function before deployment to matlab production server.

  • package a streaming analytic function and deploy to server.

troubleshooting

locate event stream log files to help with debugging issues.

网站地图