Skip to content

pbakanas/yellowbrick_confluent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yellowbrick Test

This project initalizes Kafka, writes 3million messages into a Kafka topic via the datagen connector and then sinks those messages into a postgres JDBC sink

Steps

create an .env file with the following variables for connecting to the postgres database:

PGHOST=
PGPORT=
PGDATABASE=
PGUSER=
PGPASSWORD=
  1. Start the docker container (starts zookeper, kafka brokers, schema registry, kafka-connect, C3, KSQLDB, postgres)
docker-compose up -d
  1. Create the initial topics & start the datagen connector
scripts/create-kafka-records.sh
  1. Start the JDBC sink for postgres, it will track the records and report records per second
scripts/sink-and-measure.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published