Created
August 31, 2021 09:06
-
-
Save morsapaes/beedf19188ab878cc8a35a72044d0a00 to your computer and use it in GitHub Desktop.
Analyzing Twitch streams with Materialize: Kafka source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE SOURCE kafka_twitch | |
FROM KAFKA BROKER 'kafka:9092' TOPIC 'twitch-streams' | |
KEY FORMAT BYTES | |
VALUE FORMAT BYTES | |
ENVELOPE UPSERT; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment