df

Dataflow

Analytics & IoTGCP
General

General information about the service.

Description

Google Cloud Dataflow is a fully managed streaming analytics service for real-time and batch data processing.

Service ID

dataflow.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/jobs/{job}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

df-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_dataflow_job" "main" {
2 name = "df-${var.environment}"
3 template_gcs_path = "gs://dataflow-templates/latest/Word_Count"
4 temp_gcs_location = "gs://${var.bucket}/tmp"
5}
Utilities

Utilities to support app deployment or configuration.