This document discusses processing tweets about Black Friday using serverless data architecture on Google Cloud Platform. It describes:
1) Using Google Cloud Pub/Sub to ingest tweets in real-time and guarantee delivery at scale.
2) Running a Python application that filters tweets and publishes them to a Pub/Sub topic using containers and Kubernetes for scalability.
3) Building a Cloud Dataflow pipeline that reads from Pub/Sub, formats tweets, analyzes sentiment with Natural Language API, and writes results to BigQuery for querying and visualization.