Skip to content

Commit e8f8895

Browse files
authored
Create README.md
added new asset
1 parent 39190f8 commit e8f8895

File tree

1 file changed

+33
-0
lines changed
  • data-platform/open-source-data-platforms/oci-data-flow/code-examples/db-connectors-and-streaming

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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.

0 commit comments

Comments
 (0)