Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 762 Bytes

readme.md

File metadata and controls

19 lines (11 loc) · 762 Bytes

Google Cloud Managed Kakfa & Dataflow

TL;DR

Pipelines

  • Kafka data producer, 1 message per second
  • Kafka data consumer, 10s sliding window, for every 1s log a sample message per window + count number of messages per window

For load tests, use this data producer to dump messages to Kafka

Quickstart

Simply change parameters defined in this makefile, for example, project id, kafak server, topic name etc.

then make df will launch the dataflow job, or make up will update the current running job

DAG