Skip to content

Instantly share code, notes, and snippets.

View cb149's full-sized avatar

Christopher Beck cb149

View GitHub Profile
@bvaradar
bvaradar / Confluent Installation and load generation
Last active April 4, 2022 03:17
Structured Streaming Simple Testbed setup using kafka
#Download Confluent platform as zip locally : https://www.confluent.io/download/?_ga=2.149291254.1340520780.1594928883-290224092.1594928883&_gac=1.220398892.1594951593.EAIaIQobChMIm6Cmz5nT6gIVCa_ICh0IeAjlEAAYASAAEgLWkfD_BwE
#Choose zip option. Unzip after download. setup in your home directory.
export CONFLUENT_HOME=<path_to_confluent_home>
export PATH=$PATH:$CONFLUENT_HOME/bin
# Start services
confluent local start