The Dataflow Java runner lets you execute custom Apache Beam pipelines on Google Cloud’s Dataflow service. This approach provides maximum flexibility and is well-suited for advanced ETL workflows.Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
How it works
-
Pipeline Implementation
To use the Java runner, you need to implement your Beam pipeline using the
ClickHouseIO- our official Apache Beam connector. For code examples and instructions on how to use theClickHouseIO, please visit ClickHouse Apache Beam. - Deployment Once your pipeline is implemented and configured, you can deploy it to Dataflow using Google Cloud’s deployment tools. Comprehensive deployment instructions are provided in the Google Cloud Dataflow documentation - Java Pipeline.