File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
data-platform/open-source-data-platforms/oci-data-flow/code-examples/db-connectors-and-streaming Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ # OCI Data Flow Connection to ADB/PostgreSQL/OCI Streaming
2
+
3
+ Reviewed: 9.08.2024
4
+
5
+ # When to use this asset?
6
+
7
+ When you intend to connect/integrate Data Flow with the Autonomous Database/PostgreSQL or OCI Streaming.
8
+ Supported scenarios:
9
+ - 1 . Oracle Databases
10
+ - 1 . Autonomous Database with a Public Endpoint
11
+ - 2 . Autonomous Database with a Private Endpoint
12
+ - 3 . Autonomous Database (Wallet Connection)
13
+ - 2 . Non-Oracle Databases
14
+ - 1 . PostgreSQL
15
+ - 3 . Other Scenarios
16
+ - 1 . PostgreSQL to Autonomous
17
+ - 2 . Configuring OCI Streaming
18
+ - 3 . Consuming messages from Stream
19
+ - 4 . Producing messages to Stream
20
+
21
+ # How to use this asset?
22
+
23
+ - You can start creating your cluster and testing the connections directly in this notebook.
24
+ - There is a special place dedicated for storing your credentials (Testing purposes only!)
25
+ - Happy with the testing? Modify the code in this notebook and create your own OCI Data Flow application.
26
+
27
+ # License
28
+
29
+ Copyright (c) 2024 Oracle and/or its affiliates.
30
+
31
+ Licensed under the Universal Permissive License (UPL), Version 1.0.
32
+
33
+ See [ LICENSE] ( https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE ) for more details.
You can’t perform that action at this time.
0 commit comments