andrewrjones / pubsub-beam-avro-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigating using Avro messages with Apache Beam and PubSub

  • Start the PubSub emulator
    • make up
  • Create the topic
    • make topic
  • Start Beam consumer and wait for messages
    • make consumer
  • In another window, use Beam to write to topic. Output will be written to STDOUT by consumer
    • make producer
  • Stop emulator
    • make down
  • Clean up
    • make clean

About


Languages

Language:Java 96.4%Language:Makefile 3.6%