tunedin-ctrl / Hackathon22

1 stars 0 forks source link

Kafka Producer #4

Open Yinnerston opened 1 year ago

Yinnerston commented 1 year ago

Kafka Producer

Input:

Output:

Implementation:

  1. If input is not currently a Kafka topic, create a new Kafka topic
  2. DataStream = Twitter APi call (SELECT hashtag WHERE hashtag == input)
  3. Kafka Producer takes DataStream as input (this is what is produced) --> Produces individual tweets from the DataStream to topic
github-actions[bot] commented 1 year ago

Stale issue message