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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Feast 101 - Driver Trips Example"
"# Minimal Ride Hailing Example"
]
},
{
Expand Down Expand Up @@ -1157,6 +1157,20 @@
"With a streaming source, we can use Feast SDK to launch a Spark streaming job that continuously update the online store. First, we will update `driver_trips` feature table such that a new streaming source is added."
]
},
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"!pip install confluent_kafka"
],
"metadata": {
"collapsed": false,
"pycharm": {
"name": "#%%\n"
}
}
},
{
"cell_type": "code",
"execution_count": 27,
Expand Down