Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Apache Beam and Google Cloud Dataflow
Dive into the world of scalable data processing with our comprehensive series on Apache Beam and Google Cloud Dataflow.
Apache Beam: Filter
Use Apache Beam's built-in Filter Transform to Simplify your Pipelines
More from this blog
Harnessing the IP Address Data Type in Apache Druid (2025)
Everything you need to ingest, store, and analyze billions of IPv4 & IPv6 addresses at interactive speed. Why a native IP data type? Storing every address as a plain string inflates segment size, hurts bitmap selectivity, and forces costly runtime ...
Geospatial Queries in Apache Druid: A Ride-Sharing Example
Apache Druid is a high-performance, real-time analytics database designed for large-scale data processing. Among its powerful features is the ability to handle geospatial data, enabling fast and efficient queries over latitude and longitude coordinat...
Automating Google Cloud with GitHub Actions using gcloud CLI
In today's DevOps landscape, automating tasks and deployments is essential for efficiency and reliability. One powerful way to achieve this is by leveraging GitHub Actions to connect with Google Cloud Platform (GCP) using the gcloud CLI. In this post...
How to Run a Scheduled Bash Script with Google Cloud Platform
Overview Why would you want to run a scheduled Bash script in the cloud? Couldn’t you just run cron on your local machine? Running a bash script in the cloud rather than on a local machine offers developers a multitude of advantages that can enhance ...
Google Dataflow Optimization: Streaming Engine
What is Streaming Engine "By default, the Dataflow pipeline runner executes the steps of your streaming pipeline entirely on worker virtual machines, consuming worker CPU, memory, and Persistent Disk storage. Dataflow's Streaming Engine moves pipelin...