Skip to content

Instantly share code, notes, and snippets.

@morsapaes
Created August 31, 2021 09:06
Show Gist options
  • Save morsapaes/beedf19188ab878cc8a35a72044d0a00 to your computer and use it in GitHub Desktop.
Save morsapaes/beedf19188ab878cc8a35a72044d0a00 to your computer and use it in GitHub Desktop.
Analyzing Twitch streams with Materialize: Kafka source
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