kafka integration to matlab
14 次查看(过去 30 天)
显示 更早的评论
I am using Matlab 2019b on Windows 10. I am looking for a way to integrate kafka into matlab? Matlab will be processing real-time data and produce a message to send out through kafka. Any example would be appreciated.
I can easily do this by running a seperate program (python) monitoring a file which matlab produces but I would like to know if there is a way to cleanly integrate matlab and kafka.
Thanks for your input.
0 个评论
回答(2 个)
Dan Lluch
2020-9-16
Can see a few integration options in this github entry - including a MATLAB integration. There are also Simulink, Code Generation, and Production Server options.
HTH
Dan
0 个评论
Peter Webb
2023-2-28
We have released a MATLAB support package that lets you read and write Kafka data as timetables:
Despite the name, it does not require MATLAB Production Server, though you can use MATLAB Production Server if you have it.
2 个评论
Jessy Mathault
2023-9-19
This doesn't appear to be true. I've tried to use the various functions listed in the example of the link and all return an error requiring the MATLAB Production Server license.
Peter Webb
2023-9-20
I assume you're seeing something like this:
>> kafkaStream
Sorry about that confusing error message.
You do have to manually download and install the support package first, per these instructions: https://www.mathworks.com/help/mps/ml_code/streaming-data-framework-for-matlab-production-server-basics.html#mw_94c3f407-4e56-4c47-b52f-37e16700ffcf
You can find the support package here: https://www.mathworks.com/matlabcentral/fileexchange/118415-streaming-data-framework-for-matlab-production-server?s_tid=prof_contriblnk
But it is easier to download and install it via the Add-On Manager, as described in the first link.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Event Stream Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!