필터 지우기
필터 지우기

kafka integration to matlab

조회 수: 15 (최근 30일)
JimTal
JimTal 2020년 6월 4일
댓글: Peter Webb 2023년 9월 20일
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.

답변 (2개)

Dan Lluch
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

Peter Webb
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
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
Peter Webb 2023년 9월 20일
I assume you're seeing something like this:
>> kafkaStream
kafkaStream requires MATLAB Production Server.
Sorry about that confusing error message.
But it is easier to download and install it via the Add-On Manager, as described in the first link.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Event Stream Processing에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by