Skip to content

Commit cf0d998

Browse files
committed
2 parents fdc8694 + 66833aa commit cf0d998

File tree

28 files changed

+539
-7
lines changed

28 files changed

+539
-7
lines changed

app-dev/ai-cloud-services/oracle-digital-assistant/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Oracle Digital Assistant is a platform powered by artificial intelligence, speci
1515
- [Cloud Coaching - Art of the possible Digital Assistant](https://www.youtube.com/watch?v=zPmfjuYQCGg&t=49s)
1616
- Deep dive into Digital Assistant
1717

18+
- [Cloud Coaching - Digital Assistant SQL Dialogs & AI Services](https://www.youtube.com/watch?v=HcS2GIxc7DM)
19+
- Leverage SQL Dialogs and other AI services with Digital Assistant
20+
1821
- [Live Lab - Immerse Conversational Interfaces](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3452&clear=RR,180&session=112146561197244)
1922
- How to combine Digital Assistant with other AI Services
2023

21-
- [Cloud Coaching - Digital Assistant SQL Dialogs & AI Services](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3452&clear=RR,180&session=112146561197244)
22-
- Leverage SQL Dialogs and other AI services with Digital Assistant
23-
2424
### Blogs
2525

2626
- [Data Picker ](https://www.youtube.com/watch?v=zPmfjuYQCGg&t=49s)

app-dev/app-integration-and-automation/reusable-assets-cloud/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ This section contains various examples related to Application Integration: demo
44

55
## Architecture Center
66

7+
- [Enable multicloud integrations from Oracle Cloud ERP to Microsoft Azure SQL Database](https://docs.oracle.com/en/solutions/oci-multicloud-erp-azure/index.html)
8+
- Reference Architecture on the Oracle Architecture Center, which provides the necessary considerations and recommendations to enable a multicloud, event-driven, and no-code integration solution to receive real-time feeds from Oracle Cloud ERP and send those to a private Microsoft Azure SQL Database, leveraging a component Oracle Integration provides called the connectivity agent, to facilitate on-premises/multicloud integrations
79
- [Implement message-level encryption in Oracle Integration Cloud using OCI Vault](https://docs.oracle.com/en/solutions/oic-message-level-encryption/index.html#GUID-5C843938-A470-4584-9048-4361025358C6)
810
- Message-Level Encryption (MLE) is a security technique used to protect the confidentiality and integrity of a message during transmission. It involves using encryption algorithms to scramble the contents of a message so that only the intended recipient, with the decryption keys, can read it. This reference architecture shows how you can implement message level encryption in OIC using OCI Vault Service.
911

1012
## Demos
1113

14+
- [Red Hot Webinar: Event-Driven and Low-Code Document Approval Process and Lifecycle Automation](https://youtu.be/kQuF2XOYKOc)
15+
- Demo Video about enabling Document Lifecycle Automation using a Low-Code Approach with OCI Integration (ProcessAutomation, Integration & Visual App Builder), Content Management (embedded document mgmt & Microsoft O365 online editor plugin), Streaming (kafka-based) and Autonomous Database (document business data store).
1216
- [Cloud Coaching - Automating Invoice Handling using OIC and AI Document Understanding Service](https://www.youtube.com/watch?v=pjdQzFscOrk)
1317
- In this session, we demonstrate how you can use OCI AI Document Understanding service's pre-trained models to extract key information from invoices and use Oracle Integration Cloud to automate the whole process. It also includes kick-starting process workflows where human intervention is required.
1418
- [Smarter Apps with AI, OIC partner community webcast June 2023](https://videohub.oracle.com/media/Smarter+AI+Apps+with+OIC+partner+community+webcast+June+2023-1080p30/1_m2yjnvf9)
@@ -21,8 +25,6 @@ This section contains various examples related to Application Integration: demo
2125
- Demo Video about a Multi-Cloud & No-Code Integration Approach for GL Journal Bulk Data Loads from AWS S3 into Oracle Fusion Cloud ERP, using Oracle Integration Cloud native adapters and the connectivity agent as a key enabler for multi-cloud integration use cases
2226
- [Red Hot Webinar: Event-Driven & Real-Time Order Feeds from Shopify to MSFT SQLServerDB with No-Code Integration](https://youtu.be/IFrFI-feWQU)
2327
- Demo Video about enabling Real-Time and Event-Driven Order feeds from Shopify to an On-Prem Microsoft SQLServer DB, using No-Code Integration with Oracle Cloud Integration and Streaming (Kafka-based)
24-
- [Reference Architecture: Enable multicloud integrations from Oracle Cloud ERP to Microsoft Azure SQL Database](https://docs.oracle.com/en/solutions/oci-multicloud-erp-azure/index.html)
25-
- Reference Architecture on the Oracle Architecture Center, which provides the necessary considerations and recommendations to enable a multicloud, event-driven, and no-code integration solution to receive real-time feeds from Oracle Cloud ERP and send those to a private Microsoft Azure SQL Database, leveraging a component Oracle Integration provides called the connectivity agent, to facilitate on-premises/multicloud integrations
2628
- [Cloud Coaching Webinar: Building a Multi-Cloud, Event-Driven Service Request Feeds Solution using No-Code Integration](https://youtu.be/gvENaT6fcYY)
2729
- Demo Video where we show to quickly and easily enable a real-time and event-driven solution to feed a Microsoft Azure SQL database with service request data coming from Oracle Fusion CX Service. Learn how to use a no-code approach with Oracle Integration Cloud's prebuilt connectors and connectivity agent (key enabler for multicloud integrations) and Oracle Cloud Infrastructure Streaming (Kafka-based)
2830
- [OIC - Recipes and Accelerators - Exploit Reuse](https://www.youtube.com/watch?v=qt_vX5CpRL4)

app-dev/cloud-native/devops/README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# DevOps
2+
3+
OCI DevOps, OCI Resource Manager, Visual Builder Studio, Open Source tools
4+
5+
6+
# Table of Contents
7+
8+
1. [Team Publications](#team-publications)
9+
2. [Useful Links](#useful-links)
10+
3. [Reusable Assets Overview](#reusable-assets-overview)
11+
12+
## Team Publications
13+
14+
- [Deploying Jenkins on Oracle Container Engine for Kubernetes](https://docs.oracle.com/en/solutions/oci-jenkins-oke/index.html#GUID-23A8EB94-DFFC-4D5C-897F-5F59423447D2)
15+
16+
17+
## Useful Links
18+
19+
- [A DevOps Engineer's guide to OCI](https://docs.oracle.com/en-us/iaas/Content/GSG/Reference/getting-started-as-devops.htm)
20+
- [Selecting an appropriate CI/CD architecture](https://docs.oracle.com/en/solutions/select-cicd-architecture/index.html#GUID-A7048F76-5D10-4541-A105-CCF1CEFABEE1)
21+
22+
### OCI DevOps
23+
24+
- [OCI DevOps Build Pipeline collection](https://github.com/oracle-devrel/oci-devops-examples)
25+
- [OCI CLI documentation](https://docs.oracle.com/iaas/tools/oci-cli/latest/oci_cli_docs/)
26+
- [Deploying a Helm chart with Provenance liveLab](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3664&clear=RR,180&session=109957900717640)
27+
28+
29+
### Terraform
30+
31+
- [OCI Terraform provider](https://registry.terraform.io/providers/oracle/oci/latest/docs)
32+
- [Oracle quick start - automated deployments](https://github.com/oracle-quickstart)
33+
34+
### Ansible
35+
36+
- [Getting starter - Ansible with OCI](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/ansiblegetstarted.htm#Getting_Started_with_Oracle_Cloud_Infrastructure_and_Ansible)
37+
- [OCI Ansible Collection documentation](https://docs.oracle.com/en-us/iaas/tools/oci-ansible-collection/latest)
38+
- [Using Ansible Playbooks](https://docs.ansible.com/ansible/latest/playbook_guide/index.html)
39+
- [Ansible builtin modules](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/index.html)
40+
- [Oracle Linux Automation Manager](https://docs.oracle.com/en/operating-systems/oracle-linux-automation-manager/index.html)
41+
42+
# License
43+
44+
Copyright (c) 2023 Oracle and/or its affiliates.
45+
46+
Licensed under the Universal Permissive License (UPL), Version 1.0.
47+
48+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/application-development/cloud-native/approach-workshop/LICENSE) for more details.

app-dev/cloud-native/oke/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Container Engine for Kubernetes
1+
# Container Engine for Kubernetes (OKE)
22

3-
OKE
3+
Container Engine for Kubernetes (OKE) is a popular and powerful managed Kubernetes running on OCI. It boosts Kubernetes with powerful networking based on OCI VCN, resilient block and file storage, and tight security integration with OCI IAM. It's well known for its [capabilities](https://developer.oracle.com/learn/k8s/k8s_comparison.html) offering great price-performance ratio. It's the heart of every cloud-native architecture in OCI.
44

55
# Table of Contents
66

@@ -10,6 +10,10 @@ OKE
1010

1111
## Team Publications
1212

13+
- [Running MongoDB on OKE Smoothly](https://medium.com/oracledevs/running-mongodb-on-oke-smoothly-f0ff12af3e9)
14+
- [Deploy Ingress Nginx using Helm in OKE](https://medium.com/oracledevs/deploy-ingress-nginx-using-helm-in-oci-c3ff4d9d5450)
15+
- [Serve gRPC on OKE With Ingress and Network Load balancer](https://medium.com/oracledevs/serve-grpc-services-on-oke-with-ingress-and-network-load-balancer-8794809629dd)
16+
- [How to Read a Remote IP Address Behind Ingress and Load Balancer in OKE](https://medium.com/oracledevs/how-to-read-a-remote-ip-address-behind-ingress-and-load-balancer-in-oke-ea71dedcbbec)
1317

1418
## Useful Links
1519

app-dev/content-management/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Oracle's on-premise content management offering is Oracle WebCenter which is the
3838
- [Hands On Lab - Integrating Oracle Content Management with OIC for Asset Workflows](ocm-files/LAB_Setup_OIC_with_OCM_2023.pdf)
3939
- [WORKSHOP - Getting Started with OCM - Product installation and configuration guide](ocm-files/OCM_Getting_Started_Workshop_2023.pdf)
4040
- [WORKSHOP - OCM Content Migration Using Mount Point ](ocm-files/OCM_Content_Migration_Using_Mount_Point.pdf)
41+
- [Red Hot Webinar: Event-Driven and Low-Code Document Approval Process and Lifecycle Automation](https://youtu.be/kQuF2XOYKOc)
42+
- Demo Video about enabling Document Lifecycle Automation using a Low-Code Approach with OCI Integration (ProcessAutomation, Integration & Visual App Builder), Content Management (embedded document mgmt & Microsoft O365 online editor plugin), Streaming (kafka-based) and Autonomous Database (document business data store).
4143

4244
# Sauce
4345

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Copyright (c) 2023 Oracle and/or its affiliates.
2+
3+
The Universal Permissive License (UPL), Version 1.0
4+
5+
Subject to the condition set forth below, permission is hereby granted to any
6+
person obtaining a copy of this software, associated documentation and/or data
7+
(collectively the "Software"), free of charge and under any and all copyright
8+
rights in the Software, and any and all patent rights owned or freely
9+
licensable by each licensor hereunder covering either (i) the unmodified
10+
Software as contributed to or provided by such licensor, or (ii) the Larger
11+
Works (as defined below), to deal in both
12+
13+
(a) the Software, and
14+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
15+
one is included with the Software (each a "Larger Work" to which the Software
16+
is contributed by such licensors),
17+
18+
without restriction, including without limitation the rights to copy, create
19+
derivative works of, display, perform, and distribute the Software and make,
20+
use, sell, offer for sale, import, export, have made, and have sold the
21+
Software and the Larger Work(s), and to sublicense the foregoing rights on
22+
either these or other terms.
23+
24+
This license is subject to the following condition:
25+
The above copyright notice and either this complete permission notice or at
26+
a minimum a reference to the UPL must be included in all copies or
27+
substantial portions of the Software.
28+
29+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35+
SOFTWARE.
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!-- # Copyright (c) 2023, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl.
3+
# @author: Vasudeva Manikandan -->
4+
5+
# Full Stack Disaster Recovery
6+
7+
Full Stack Disaster Recovery is an Oracle Cloud Infrastructure (OCI) disaster recovery orchestration and management service that provides comprehensive disaster recovery capabilities for all layers of an application stack, including infrastructure, middleware, database, and application.
8+
Using OCI Full Stack DR provides a single pane of glass monitoring and management capability for all disaster recovery needs. Full stack disaster recovery easily integrates Oracle platforms and non-Oracle applications and provides recovery for the entire application stack, instead of recovery of individual components, such as databases or compute instances.
9+
10+
## When to use this asset?
11+
12+
### Use Case - Move a virtual machine between OCI regions using Full Stack Disaster Recovery
13+
14+
To move a compute VM that has just a boot volume attached to it from one region to another region using Full Stack Disaster Recovery.
15+
16+
- [Move a virtual machine between OCI regions using Full Stack Disaster Recovery](https://docs.oracle.com/en/learn/full-stack-dr-to-move-vm/)
17+
18+
### Use Case - Automate Disaster Recovery switchover and failover operations for Oracle WebLogic Server with OCI Full Stack Disaster Recovery
19+
20+
To automate Disaster Recovery Switchover and Failover operations of Oracle WebLogic Server using OCI Stack Disaster Recovery.
21+
- [Automate Disaster Recovery switchover and failover operations for Oracle WebLogic Server with OCI Full Stack Disaster Recovery](https://docs.oracle.com/en/learn/full-stack-dr-integration-weblogic/)
22+
23+
24+
25+
## Useful Links
26+
27+
- [Documentation: Full Stack Disaster Recovery](https://docs.oracle.com/en-us/iaas/disaster-recovery/index.html)
28+
- [Oracle WebLogic Server for Oracle Cloud Infrastructure Disaster Recovery](https://www.oracle.com/a/otn/docs/middleware/maa-wls-mp-dr.pdf)
29+
- [Oracle.com: Full Stack Disaster Recovery](https://www.oracle.com/in/cloud/full-stack-disaster-recovery/)
30+
31+
# License
32+
33+
Copyright (c) 2023 Oracle and/or its affiliates.
34+
35+
Licensed under the Universal Permissive License (UPL), Version 1.0.
36+
37+
See [LICENSE](LICENSE) for more details.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Oracle Global Business Unit (GBU) Applications
2+
3+
This repository is dedicated to the migration or upgrade of Global Business Unit (GBU) applications to Oracle Cloud Infrastructure (OCI). The intent is to support professionals and organizations transitioning their on-premises environments to OCI by providing an extensive array of essential resources.
4+
5+
These resources aim to offer guidance throughout your migration, enabling you to make informed decisions. Utilize these assets to streamline your migration process and ensure a smooth transition to the OCI platform.
6+
7+
Explore these materials to enhance your migration strategy. We appreciate your participation and are committed to supporting your cloud migration journey.
8+
9+
# Table of Contents
10+
11+
<!--
12+
- **Communications** Global Business Unit (CGBU) _(coming soon)_
13+
- **Construction and Engineering** Global Business Unit (CEGBU) _(coming soon)_
14+
- **Energy and Water** Global Business Unit (EWGBU) _(coming soon)_
15+
- **Financial Services** Global Business Unit (FSGBU) _(coming soon)_
16+
- **Food and Beverage** Global Business Unit (FBGBU) _(coming soon)_
17+
- **Health Care** Global Business Unit (HCGBU) _(coming soon)_
18+
- **Health Sciences** Global Business Unit (HSGBU) _(coming soon)_
19+
- **Hospitality** Global Business Unit (HGBU) _(coming soon)_
20+
-->
21+
<!--
22+
- [**Communications** Global Business Unit (CGBU)](./communications-gbu)
23+
- [**Construction and Engineering** Global Business Unit (CEGBU)](./construction-and-engineering-gbu)
24+
- [**Energy and Water** Global Business Unit (EWGBU)](./energy-and-water-gbu)
25+
- [**Financial Services** Global Business Unit (FSGBU)](./financial-services-gbu)
26+
- [**Food and Beverage** Global Business Unit (FBGBU)](./food-and-beverage-gbu)
27+
- [**Health Care** Global Business Unit (HCGBU)](./health-care-gbu)
28+
- [**Health Sciences** Global Business Unit (HSGBU)](./health-sciences-gbu)
29+
- [**Hospitality** Global Business Unit (HGBU)](./hospitality-gbu)
30+
-->
31+
- [**Retail** Global Business Unit (RGBU)](./retail-gbu)
32+
33+
# License
34+
35+
Copyright (c) 2023 Oracle and/or its affiliates.
36+
37+
Licensed under the Universal Permissive License (UPL), Version 1.0.
38+
39+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Retail Global Business Unit (RGBU) applications
2+
3+
This repository is dedicated to the migration or upgrade of Oracle Retail Global Business Unit (RGBU) applications to Oracle Cloud Infrastructure (OCI). The intent is to support professionals and organizations transitioning their Oracle Retail environments to OCI by providing an extensive array of essential resources.
4+
5+
These resources aim to offer guidance throughout your migration, enabling you to make informed decisions. Utilize these assets to streamline your migration process and ensure a smooth transition to the OCI platform.
6+
7+
Explore these materials to enhance your migration strategy. We appreciate your participation and are committed to supporting your cloud migration journey.
8+
9+
# Table of Contents
10+
11+
1. [Team Assets](#team-assets)
12+
2. [Useful Links](#useful-links)
13+
14+
## Team Assets
15+
16+
The reusable assets available in this repository:
17+
18+
- Example solution definition document for the deployment of Oracle Retail Merchandising System on OCI.
19+
- Editable example architecture diagrams in drawio format.
20+
- Discovery questionnaire designed to streamline the collection of the necessary information.
21+
- [Decision tree about the upgrade and migration process](./rms-decision-tree)
22+
23+
## Useful Links
24+
25+
- [Oracle Retail On-Premise Applications documentation](https://docs.oracle.com/en/industries/retail/onpremapps.html)
26+
- [Oracle Retail Applications Lifetime Support Policy](https://www.oracle.com/us/assets/lifetime-support-retail-brochure-069175.pdf)
27+
- [Oracle Retail Infrastructure Compatibilities / Certification Matrix](https://support.oracle.com/epmos/faces/DocumentDisplay?id=857142.1)
28+
- Reference Architectures:
29+
- [Learn about architecting retail applications on Oracle Cloud](https://docs.oracle.com/en/solutions/learn-implement-rms-on-oci/index.html)
30+
- [Deploy Oracle Retail Xstore Office on Oracle Autonomous Database](https://docs.oracle.com/en/solutions/oci-adb-xstore-office/index.html)
31+
- [Replicate and integrate Oracle Retail Merchandising Cloud Services data access schema (DAS)](https://docs.oracle.com/en/solutions/retail-das-on-oci/index.html)
32+
33+
34+
# License
35+
36+
Copyright (c) 2023 Oracle and/or its affiliates.
37+
38+
Licensed under the Universal Permissive License (UPL), Version 1.0.
39+
40+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)