Skip to content

Commit 4f36d2f

Browse files
committed
added new assets to main data flow page
1 parent 6e37d36 commit 4f36d2f

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

data-platform/open-source-data-platforms/oci-data-flow/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,21 @@ When using OCI Data Science to build and deploy an OCI Data Flow application. Us
2929
- [Load data from OCI Data Flow into Autonomous Database](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/load-data-to-adw)
3030
When you are planning to use an Autonomous Database as a source and/or Autonomous Database as a target when running an OCI Data Flow application.
3131

32-
- [Connect to Salesforce using OCI Data Flow](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/salesforce)
32+
- [Connect to Salesforce using OCI Data Flow](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-salesforce)
3333
When you are looking to use Salesforce data in your OCI Data Flow application, you can use the script to establish the connection and query relevant Salesforce data.
3434

3535
- [Run OCI Data Flow from OCI Functions](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/run-from-functions)
3636
When in your overall flow OCI Functions are used (e.g., based on an event) to start an OCI Data Flow job run.
37+
38+
- [Connect to AWS SR](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-AWS-S3)
39+
When you are using AWS S3 to store files and these files need to be processed in your OCI Data Flow application, you can use this file and extract the code snippet to establish the connection.
40+
41+
- [Connect to PostgreSQL](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-postgresql)
42+
When you are using PostgreSQL database to store and retrieve data and you need to establish a connection between OCI Data Flow and you PostgreSQL instance.
43+
44+
- [Connect to Snowflake](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/open-source-data-platforms/oci-data-flow/code-examples/connect-to-Snowflake)
45+
When you are using Snowflake as your database and you need to establish a connection between OCI Data Flow and your Snowflake instance.
46+
3747
3848
# License
3949

0 commit comments

Comments
 (0)