Skip to content

Commit 7bdaff9

Browse files
committed
Adding & updating Data Development area
1 parent 5778204 commit 7bdaff9

File tree

6 files changed

+1184
-5
lines changed

6 files changed

+1184
-5
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# Development & Operations (DevOps) for the Database and APEX
2+
Reviewed: "`17.11.2023"
3+
4+
## The development lifecycle is the process of periodically: (Development)
5+
- Selecting a set of bugs and features that will improve your app
6+
- Dividing up the work among teammates,and
7+
- Testing the result before releasing it to end users
8+
9+
## Every development team's goal: (Operations)
10+
- Steady,incremental progress against prioritized list of issues and ideas
11+
- Delivering a fewchange requests at a time to end users
12+
- Through a series of high-quality releases on a regular cadence
13+
14+
# Table of Contents
15+
16+
1. [Team Publications](#team-publications)
17+
2. [Useful Links](#useful-links)
18+
3. [Reusable Assets Overview](#reusable-assets-overview)
19+
20+
# Team Publications
21+
- TBD
22+
23+
# Useful Links
24+
- [Oracle Documentation - Document Understanding API](https://docs.oracle.com/en-us/iaas/api/#/en/document-understanding/20221109/)
25+
- Document AI helps customers perform various analysis on their documents.
26+
- [Oracle Documentation - Vision API](https://docs.oracle.com/en-us/iaas/api/#/en/vision/20220125/)
27+
- Vision AI allows customers to detect and classify objects in uploaded images.
28+
29+
# Reusable Assets Overview
30+
- [Sample REST Data Catalog](./sample-rest-catalog)
31+
- [REST Catalog - OCI Document Understanding](./sample-rest-catalog/rest-catalog-document-understanding-api.sql)
32+
- [REST Catalog - OCI Vision](./sample-rest-catalog/rest-catalog-vision-api.sql)
33+
34+
## USAGE: Sample REST Data Catalog
35+
### Setup and Prerequisites
36+
- [Oracle Documentation - Developers Guide](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/devguidesetupprereq.htm "Setting User with Required Keys and OCIDs")
37+
38+
### Import the REST Catalog into the APEX Workspace
39+
- From the relevant application
40+
- [] Navigate to REST Data Sources *from Shared Components*
41+
- [] Createa a new REST Data Source *from a REST Source Catalog*
42+
- [] Use the *+* to select the REST Data Source and click *Next*
43+
- [] Select *Create New* from the Credentials field
44+
45+
### Create a new Web Credential
46+
- Provide
47+
- [] Name
48+
- [] Static ID
49+
- [] Authentication Type => *Oracle Cloud Infrastructure (OCI)*
50+
- [] OCI User ID => *OCI User OCID*
51+
- [] OCI Private Key => *Entire contents Private Key associated with the uploaded Public PEM file in the User's API Keys*
52+
- [] OCI Tenancy ID => *OCI Tenant OCID*
53+
- [] OCI Public Key Fingerprint => *Fingerprint of the uploaded Public Key PEM file in the User's API Keys*
54+
55+
56+
# License
57+
58+
Copyright (c) 2023 Oracle and/or its affiliates.
59+
60+
Licensed under the Universal Permissive License (UPL), Version 1.0.
61+
62+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)