writetimetable
This function requires Streaming Data Framework for MATLAB® Production Server™.
Description
writetimetable(
writes the timetable stream
,tt
)tt
to the end of the event stream
stream
.
writetimetable
converts rows of a timetable into events in an event
stream, where:
The column names in the timetable become variable names in the event body.
The values in each event row become the values of those variables.
The row timestamp becomes the event timestamp.
You can append data to a stream but cannot modify data that is already written to a stream.
writetimetable(
specifies whether to create a topic when writing a timetable to an event stream hosted by
Kafka® or fail the write operation when the topic is missing. If the Kafka cluster that you are writing to is configured to auto-create topics,
specifying ks
,tt
,MissingTopic=action
)action
has no effect.
Examples
Input Arguments
Version History
Introduced in R2022b