Pub/Sub
Google Cloud Pub/Sub ingest events for streaming into BigQuery, data lakes, or operational databases. Tenzir can act as a publisher that sends messages to a topic, and as a subscriber that receives messages from a subscription.
Examples
Publish a message to a topic
from {foo: 42}to "gcps://my-project/my-topic" { write_json}
Receive messages from a subscription
from "gcps://my-project/my-topic" { read_json}