1.0.0 • Published 5 years ago

@project-furnace/gc-pub-sub-connector v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Google Cloud Pub/Sub Output Connector

Sends input data to Google Cloud Pub/Sub.

Example Configuration

The minimal configuration required to get going.

{
    "name": "google-cloud-pub-sub",
    "options": {
        "topic": "topic-name-here"
    }
}

Prerequisites

Local Development

Ensure the gcloud console is installed and configured with a service account with permission to publish to Pub/Sub.

For more information see the Google Cloud Pub/Sub quickstart guide.