This project demonstrates how to use DataSQRL to build a streaming pipeline that:
- Reads data from a kafka topic and prints output to console
- Kafka is part of the DataSQRL package.
Run the following command from the project root where your package.json and SQRL scripts reside:
docker run -it --rm -p 8888:8888 -p 9092:9092 -v $PWD:/build datasqrl/cmd:0.7.0 run -c package.json- Go to
data-generatorfolder
python3 send_kafka_avro_records.py ../kafka-source/contact.avsc data.jsonl contact localhost:9092