Event Stream Processing
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 Get and Manage Add-Ons (MATLAB).
Functions
Topics
Process Event Streams
- Streaming Data Framework for MATLAB Production Server Basics
Use Streaming Data Framework for MATLAB Production Server to read from and write to event streaming platforms, such as Kafka. - Process Kafka Events Using MATLAB
Process events from a Kafka stream using a streaming analytic function. - Connect to Secure Kafka Cluster
Set Kafka provider properties during stream object creation.
Test and Deploy Streaming Analytic Function
- Test Streaming Analytic Function Using Local Test Server
Use the development version of MATLAB Production Server to test a streaming analytic function before deployment to MATLAB Production Server. - Deploy Streaming Analytic Function to MATLAB Production Server
Package a streaming analytic function and deploy to server.
Troubleshooting
Obtain Kafka Event Stream Log Files
Locate event stream log files to help with debugging issues.