Timeplus
This page describes how to integrate WarpStream with Timeplus, to perform SQL commands on a data stream to perform queries, transformations and ETL.
Last updated
Was this helpful?
This page describes how to integrate WarpStream with Timeplus, to perform SQL commands on a data stream to perform queries, transformations and ETL.
Last updated
Was this helpful?
Was this helpful?
CREATE EXTERNAL STREAM ext_stream(raw string)
SETTINGS type='kafka',
brokers='serverless.warpstream.com:9092',
topic='topic',
security_protocol='SASL_SSL',
sasl_mechanism='PLAIN',
username='..',
password='..'