Skip to content

Commit 0343be3

Browse files
Merge pull request #1129 from oracle-devrel/synuora-data-development-cleanup
Clean up based on feedback
2 parents 7c004dd + 711e927 commit 0343be3

File tree

10 files changed

+45
-1176
lines changed

10 files changed

+45
-1176
lines changed

data-platform/data-development/apex/oci-service-integration-rest-apis/LICENSE

Lines changed: 0 additions & 35 deletions
This file was deleted.

data-platform/data-development/apex/oci-service-integration-rest-apis/README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
22

33
REST APIs are used to integrate with OCI Cloud Services from APEX. understanding the nuances of the APIs and OCI authentication can be somewhat complex. The main challenge in our experience has been translating Documentation into Implementation.
44

5-
To simplify the creation of the REST Data Sources, we are assembling REST Source artifacts into a Catalog as we gain experience using the APIs ourselves.
6-
7-
Hopefully, this will simplify your project implementations as you work with these services.
8-
9-
The first set of samples will provide REST Data Sources for the OCI Document Understanding and Vision services.
10-
11-
Reviewed: 08.02.2024
5+
Reviewed: 10.06.2024
126

137
# Table of Contents
148

159
1. [Team Publications](#team-publications)
1610
2. [Useful Links](#useful-links)
17-
3. [Reusable Assets Overview](#reusable-assets-overview)
1811

1912
# Team Publications
2013

@@ -29,38 +22,8 @@ Reviewed: 08.02.2024
2922
- [Blog: Empowering Search with OCI Vision in Oracle APEX](https://blogs.oracle.com/apex/post/empowering-search-with-oci-vision-in-oracle-apex)
3023
- [Blog: Building Innovative Q&A Experiences: Oracle APEX Meets OCI Generative AI](https://blogs.oracle.com/apex/post/building-innovative-qa-experiences-oracle-apex-meets-oci-generative-ai)
3124

32-
# Reusable Assets Overview
33-
34-
- [Sample REST Data Catalog](./sample-rest-catalog)
35-
- [REST Catalog - OCI Document Understanding](./sample-rest-catalog/rest-catalog-document-understanding-api.sql)
36-
- [REST Catalog - OCI Vision](./sample-rest-catalog/rest-catalog-vision-api.sql)
37-
38-
## USAGE: Sample REST Data Catalog
39-
### Setup and Prerequisites
40-
- [Oracle Documentation - Developers Guide](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/devguidesetupprereq.htm "Setting User with Required Keys and OCIDs")
41-
42-
### Import the REST Catalog into the APEX Workspace
43-
- From the relevant application
44-
- [] Navigate to REST Data Sources *from Shared Components*
45-
- [] Create a a new REST Data Source *from a REST Source Catalog*
46-
- [] Use the *+* to select the REST Data Source and click *Next*
47-
- [] Select *Create New* from the Credentials field
48-
49-
### Create a new Web Credential
50-
- Provide
51-
- [] Name
52-
- [] Static ID
53-
- [] Authentication Type => *Oracle Cloud Infrastructure (OCI)*
54-
- [] OCI User ID => *OCI User OCID*
55-
- [] OCI Private Key => *Entire contents Private Key associated with the uploaded Public PEM file in the User's API Keys*
56-
- [] OCI Tenancy ID => *OCI Tenant OCID*
57-
- [] OCI Public Key Fingerprint => *Fingerprint of the uploaded Public Key PEM file in the User's API Keys*
58-
59-
6025
# License
6126

6227
Copyright (c) 2024 Oracle and/or its affiliates.
63-
6428
Licensed under the Universal Permissive License (UPL), Version 1.0.
65-
6629
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)