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: data-platform/open-source-data-platforms/oci-data-flow/code-examples/db-connectors-and-streaming/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,18 @@
1
-
# OCI Data Flow Connection to ADB/PostgreSQL/OCI Streaming
1
+
# OCI Data Flow Connection to ADB/PostgreSQL/OCI Streaming from OCI Data Science Notebook
2
2
3
3
Reviewed: 9.08.2024
4
4
5
5
# When to use this asset?
6
6
7
-
When you intend to connect/integrate Data Flow with the Autonomous Database/PostgreSQL or OCI Streaming.
7
+
When you intend to connect/integrate Data Flow with the Autonomous Database/PostgreSQL or OCI Streaming.
8
+
8
9
Supported scenarios:
9
10
-1. Oracle Databases
10
11
-1. Autonomous Database with a Public Endpoint
11
-
-2. Autonomous Database with a Private Endpoint
12
+
-2. Autonomous Database with a Private Endpoint
12
13
-3. Autonomous Database (Wallet Connection)
13
14
-2. Non-Oracle Databases
14
-
-1. PostgreSQL
15
+
-1. PostgreSQL (Spark)
15
16
-3. Other Scenarios
16
17
-1. PostgreSQL to Autonomous
17
18
-2. Configuring OCI Streaming
@@ -20,7 +21,7 @@ Supported scenarios:
20
21
21
22
# How to use this asset?
22
23
23
-
- You can start creating your cluster and testing the connections directly in this notebook.
24
+
- You can start creating your spark cluster and testing the connections directly in this notebook.
24
25
- There is a special place dedicated for storing your credentials (Testing purposes only!)
25
26
- Happy with the testing? Modify the code in this notebook and create your own OCI Data Flow application.
0 commit comments