Skip to content

Commit d9232c5

Browse files
committed
Updated Readme
1 parent d2b0d11 commit d9232c5

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

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

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
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
1+
# Integrating with OCI Cloud Services
2+
Reviewed: "17.11.2023"
3+
4+
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.
5+
6+
To simplfy the creation of the REST Data Sources, we are assembling REST Source arctifacts into a Catalog as we gain experience using the APIs ourselves.
7+
8+
Hopefully, this will simplfy your project implementations as you work with these services.
139

1410
# Table of Contents
1511

data-platform/data-development/devops-database/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Development & Operations (DevOps) for the Database and APEX
2-
Reviewed: "`17.11.2023"
2+
Reviewed: "17.11.2023"
33

44
## The development lifecycle is the process of periodically: (Development)
55
- Selecting a set of bugs and features that will improve your app

data-platform/data-development/devops-database/liquibase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Liquibase in SQLcl
2-
Reviewed: "`17.11.2023"
2+
Reviewed: "17.11.2023"
33

44
[Liquibase](https://www.liquibase.org/) is an open-source database-independent library for tracking, managing and applying database schema changes. This feature, is included in the standalone SQLcl offering, which is different that the SQL Developer installation.
55

0 commit comments

Comments
 (0)