I'd like to play around with Google Cloud Pub/Sub and processing messages in Dataflow. Are there any public data feeds in Pub/Sub that I can use to get started?
In the Dataflow WordCount example, input is read from a file in Cloud Storage, gs://dataflow-samples/shakespeare/kinglear.txt
. It seems that dataflow-samples
is accessible to all projects, which is very convenient for getting started. Is there anything similar for Pub/Sub?