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: ads/feature_store/docs/source/notebook.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,23 @@ Big data operations using OCI DataFlow
49
49
- | * Ingestion of data using Spark Magic.
50
50
|* Querying and exploration of data using Spark Magic.
51
51
52
+
Streaming operations using Spark Streaming
53
+
##########################################
54
+
55
+
.. admonition:: Notebook Examples
56
+
:class: note
57
+
58
+
.. list-table::
59
+
:widths: 50 50
60
+
:header-rows: 1
61
+
62
+
* - Jupyter Notebook
63
+
- Description
64
+
65
+
* - `Streaming operations with feature store <https://github.com/oracle-samples/oci-data-science-ai-samples/blob/main/notebook_examples/feature_store_streaming_data_frame.ipynb>`__
66
+
- | * Ingestion of data using spark streaming.
67
+
|* Modes of ingestion: ``COMPLETE`` and ``APPEND``.
0 commit comments