You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: notebooks/streaming/streaming_dataframe.ipynb
+3-3
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@
5
5
"metadata": {},
6
6
"source": [
7
7
"### 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",
9
9
"\n",
10
10
"In this notebook, we will:\n",
11
11
"* 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"
0 commit comments