Google Cloud: Creating a Streaming Data Pipeline for a Real-Time Dashboard with Dataflow
Overview Let’s suppose you own a fleet of New York City taxi cabs and are looking to monitor how well your business is doing in real-time. You will build a streaming data pipeline to capture taxi revenue, passenger count, ride status, and much more and visualize the results in a management dashboard. Task 1. Create […]
Google Cloud: Exploring a BigQuery Public Dataset
Overview Storing and querying massive datasets can be time consuming and expensive without the right hardware and infrastructure. BigQuery is an enterprise data warehouse that solves this problem by enabling super-fast SQL queries using the processing power of Google’s infrastructure. Simply move your data into BigQuery and let us handle the hard work. You can control access […]