dataflow_pubsub_to_bq

AckeeCZ/dataflow_pubsub_to_bq/gcp

Terraform Module HCL GCP ⏱ stale 3y 9mo

Dataflow job subscriber to PubSub subscription. It takes message from subscription and push it into BigQuery table.

Install

module "dataflow_pubsub_to_bq" {
source = "AckeeCZ/dataflow_pubsub_to_bq/gcp"
version = "1.0.0"
}
⭐ Source on GitHub 📦 Registry page

README

Dataflow PubSub to BigQuery Dataflow job subscriber to PubSub subscription. It takes message from subscription and push it into BigQuery table. Before you do anything in this module Install pre-commit hooks by running following commands: ``shell script brew install pre-commit terraform-docs pre-commit install ` Requirements | Name | Version | |------|---------| | terraform | >= 0.13 | Providers | Name | Version | |------|---------| | google | n/a | | google-beta | n/a | | random | n/a | Modules No modules. Resources | Name | Type | |------|------| | google-beta_google_dataflow_flex_template_job.pubsub_to_bq_job | resource | | google_storage_bucket.provisioning_bucket | resource | | google_storage_bucket_object.pubsub_subscription_to_bq | resource | | random_string.random | resource | Input

Inputs (4)

NameTypeDescriptionDefault
bigquery_tablestringtable_id of target table required
bigquery_schemastringSchema of target bigquery table required
regionstringRegion to deploy dataflow job to required
input_subscriptionstringName of input subscription required

Resources (4)

google_dataflow_flex_template_jobgoogle_storage_bucketgoogle_storage_bucket_objectrandom_string

Details

FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud GCP
★ Stars1
Forks1
Total downloads4.8k
Inputs4
Resources4
NamespaceAckeeCZ
Updated