8000 docs: update streaming notebook by GarrettWu · Pull Request #875 · googleapis/python-bigquery-dataframes · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions notebooks/streaming/streaming_dataframe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
0