From 08a147189107c30cbebb0df0862cd7af30b21682 Mon Sep 17 00:00:00 2001 From: Garrett Wu Date: Thu, 1 Aug 2024 17:52:01 +0000 Subject: [PATCH] docs: update streaming notebook --- notebooks/streaming/streaming_dataframe.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notebooks/streaming/streaming_dataframe.ipynb b/notebooks/streaming/streaming_dataframe.ipynb index a2da30720d..d4cc255fa5 100644 --- a/notebooks/streaming/streaming_dataframe.ipynb +++ b/notebooks/streaming/streaming_dataframe.ipynb @@ -5,12 +5,12 @@ "metadata": {}, "source": [ "### BigFrames StreamingDataFrame\n", - "bigframes.streaming.StreamingDataFrame is a special DataFrame type that allows simple operations and can create steaming jobs to BigTable and PubSub.\n", + "bigframes.streaming.StreamingDataFrame is a special DataFrame type that allows simple operations and can create streaming jobs to process real-time data and reverse ETL output to Bigtable and Pub/Sub using [BigQuery continuous queries](https://cloud.google.com/bigquery/docs/continuous-queries-introduction).\n", "\n", "In this notebook, we will:\n", "* Create a StreamingDataFrame from a BigQuery table\n", - "* Do some opeartions like select, filter and preview the content\n", - "* Create and manage streaming jobs to both BigTable and Pubsub" + "* Do some operations like select, filter and preview the content\n", + "* Create and manage streaming jobs to both Bigtable and Pub/Sub" ] }, {