Skip to content

Commit e9b0557

Browse files
authored
docs: update streaming notebook (#875)
1 parent 30aaae5 commit e9b0557

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/streaming/streaming_dataframe.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"metadata": {},
66
"source": [
77
"### BigFrames StreamingDataFrame\n",
8-
"bigframes.streaming.StreamingDataFrame is a special DataFrame type that allows simple operations and can create steaming jobs to BigTable and PubSub.\n",
8+
"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",
99
"\n",
1010
"In this notebook, we will:\n",
1111
"* Create a StreamingDataFrame from a BigQuery table\n",
12-
"* Do some opeartions like select, filter and preview the content\n",
13-
"* Create and manage streaming jobs to both BigTable and Pubsub"
12+
"* Do some operations like select, filter and preview the content\n",
13+
"* Create and manage streaming jobs to both Bigtable and Pub/Sub"
1414
]
1515
},
1616
{

0 commit comments

Comments
 (0)