Apply Apache Beam concepts to practical engineering problems. Review skeleton code scripts, analyze test inputs, and explore step-by-step solutions.
Learn basic transformations by filtering and aggregating employee records.
Start LabParse student grades and compute the average score per subject.
Start LabFilter products by price range and list catalog summaries.
Start LabSummarize transactions to calculate total sales revenue.
Start LabAnalyze retail transactions and generate total customer spending aggregations.
Start LabCalculate total stock valuation and identify low stock items.
Start LabAudit accounts by summing deposits and withdrawals.
Start LabCompute average salary by department and identify the highest earner.
Start LabProcess real-time streaming cellular events using Fixed Windows.
Start LabAggregate device temperature readings using sliding windows.
Start LabCount real-time webpage pageviews using streaming windows.
Start LabDetect rapid successive banking transactions to flag potential fraud.
Start LabGroup website click logs into user session windows to measure engagement.
Start LabConsume from an Apache Kafka topic stream and output parsed JSON payloads.
Start LabDesign a streaming ingestion pipeline from Google Cloud Pub/Sub to Google BigQuery.
Start LabCalculate continuous dashboard aggregations with dynamic triggers.
Start Lab