Skip to content

Commit 1e3bd38

Browse files
authored
Merge branch 'main' into ainura
2 parents e99d823 + f8b4064 commit 1e3bd38

File tree

13 files changed

+128
-17
lines changed

13 files changed

+128
-17
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# GPU compute instances
2+
3+
This repository contains detailed information related to Oracle Cloud Infrastructure GPU compute instances.
4+
5+
Reviewed: 07.11.2023
6+
7+
# Table of Contents
8+
9+
1. [Team Publications](#team-publications)
10+
2. [Useful Links](#useful-links)
11+
12+
# Team Publications
13+
14+
## Blog Posts
15+
16+
- [Oracle and UbiOps make your AI workloads land on OCI with NVIDIA GPUs](https://blogs.oracle.com/cloud-infrastructure/post/ubiops-ai-workloads-on-oci)
17+
- Deploy UbiOps on Oracle Cloud using Oracle Kubernetes Engines (OKE) and GPU instances
18+
19+
- [A deepfake example on Oracle Cloud Infrastructure](https://blogs.oracle.com/cloud-infrastructure/post/a-deepfake-example-on-oracle-cloud-infrastructure)
20+
- Running Faceswap on Oracle Cloud
21+
22+
## LiveLabs
23+
- [Running Faceswap on OCI](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=798&session=4731494759204)
24+
- How to run Faceswap on Oracle Cloud GPU instance
25+
26+
## Cloud Coaching Events
27+
- [Running AI on NVIDIA A10 GPUs in Oracle Cloud](https://www.youtube.com/watch?v=auvNHWoblIA)
28+
- How to run run AI on NVIDIA A10 GPUs in Oracle Cloud
29+
30+
# Useful Links
31+
32+
- [NVIDIA H100 GPUs on Oracle Cloud](https://blogs.oracle.com/cloud-infrastructure/post/general-availability-oci-compute-nvidia-h100)
33+
- Announcing general availability for OCI Compute bare metal instances powered by NVIDIA H100 GPUs
34+
- [NVIDIA L40S GPUs on Oracle Cloud](https://blogs.oracle.com/cloud-infrastructure/post/announcing-oci-compute-nvidia-l40s-gpus)
35+
- Announcing OCI Compute with NVIDIA L40S GPUs
36+
- [Superclusters with RDMA](https://blogs.oracle.com/cloud-infrastructure/post/superclusters-rdma-high-performance)
37+
- Deep dive explanation about Oracle Cloud specifc network for GPU workload at scale
38+
39+
40+
# License
41+
42+
Copyright (c) 2023 Oracle and/or its affiliates.
43+
44+
Licensed under the Universal Permissive License (UPL), Version 1.0.
45+
46+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

cloud-infrastructure/ai-infra-gpu/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ who support customers across various industries and geographies in EMEA (local s
1111
- PoCs/benchmarks
1212
- Architecture designs & sizing
1313

14-
## Team Publications
14+
# Useful Links
1515

16-
- [Oracle and UbiOps make your AI workloads land on OCI with NVIDIA GPUs](https://blogs.oracle.com/cloud-infrastructure/post/ubiops-ai-workloads-on-oci)
16+
- [Oracle Cloud GPU Instances](https://www.oracle.com/uk/cloud/compute/gpu/)
17+
- High-level description of Oracle Cloud GPU offering
18+
- [Oracle Cloud AI Infrastructure](https://www.oracle.com/uk/ai-infrastructure/)
19+
- High-level desctription of Oracle Cloud Artificial Intelligence infrastructure offering
20+
- [GPU instances details](https://docs.oracle.com/en-us/iaas/Content/Compute/References/computeshapes.htm#bm-gpu)
21+
- Oracle Cloud Bare-Metal GPU specifications
1722

1823
# License
1924

2025
Copyright (c) 2023 Oracle and/or its affiliates.
2126

2227
Licensed under the Universal Permissive License (UPL), Version 1.0.
2328

24-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.
29+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

data-platform/autonomous-database/autonomous-serverless/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Oracle Cloud provides a set of data management services built on self-driving Or
1616
- [4 ways to connect to Autonomous Database on a Private Network](https://blogs.oracle.com/datawarehousing/post/4-ways-to-connect-to-autonomous-database-on-a-private-network)
1717
- Learn how to connect to Autonomous Database when is on a private network.
1818

19-
- [How to use Terraform to automate Oracle Autonomous Database deployments](https://blogs.oracle.com/datawarehousing/post/how-to-use-terraform-to-automate-oracle-autonomous-database-deployments)
19+
- [How to use Terraform to automate Oracle Autonomous Database deployments](https://blogs.oracle.com/datawarehousing/post/how-to-use-terraform-to-automate-oracle-autonomous-database-deployments)
2020
- Learn how to use Terraform to automate Oracle Autonomous Database deployments.
2121

22-
- [Recently announced Autonomous Database container image] (https://www.linkedin.com/posts/manuela-mitu-1119a3259_adb-activity-7112093727061340161-L8L1?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
23-
- Learn how to download and run an Autonomous Database Free container image.
22+
- [Recently announced Autonomous Database container image](https://www.linkedin.com/posts/manuela-mitu-1119a3259_adb-activity-7112093727061340161-L8L1?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
23+
- Learn how to download and run Autonomous Database Free container image.
2424

25-
- [Recently announced Autonomous Database container image] (https://www.linkedin.com/posts/manuela-mitu-1119a3259_autonomousdatabase-activity-7117196782438076416-YHBt?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
26-
- Access built-in database tools and load data.
27-
25+
- [Recently announced Autonomous Database container image](https://www.linkedin.com/posts/manuela-mitu-1119a3259_autonomousdatabase-activity-7117196782438076416-YHBt?utm_source=li_share&utm_content=feedcontent&utm_medium=g_dt_web&utm_campaign=copy)
26+
- Access built-in database tools and load data.
27+
2828
# Useful Links
2929

3030
- [Autonomous Database Serverless documentation](https://docs.oracle.com/en/cloud/paas/autonomous-database/shared/index.html)

data-platform/modernise/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Also make sure to check the dedicated pages of the main technology areas of Data
1010
* [OCI Database Migration](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/oci-database-migration)
1111
* [Oracle Data Pump](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/data-pump)
1212
* [Database Patching](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/database-patching)
13+
* [Cloud Premigration Advisor Tool](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/cloud-premigration-advisor-tool)
14+
* [Transportable Tablespace](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/transportable-tablespace)
1315

1416
# Team Publications
1517

@@ -22,6 +24,8 @@ Also make sure to check the dedicated pages of the main technology areas of Data
2224
- [How to survive an Oracle Database failure without your users ever noticing - Cloud Coaching Webinar]( https://www.youtube.com/watch?v=dsUbi5dO_PU)
2325
- Cloud Coaching Webinar, including a technical demonstration, delivered by Amalraj Puthenchira around the use of Application Continuity to avoid unplanned application outages.
2426
- [Teradata to Autonomous Data Warehouse on OCI Migration Guide](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/modernise/teradata-to-autonomous-data-warehouse-migration-guide)
27+
- [Load Data into an Autonomous Database using OCI Data Load](https://youtu.be/r1ff0jW8l_s)
28+
- YouTube Video by Austine Ouma explaining how to use the OCI Data Load functionality for loading data into an Oracle Autonomous Database on OCI
2529

2630
# Useful Links
2731

data-platform/modernise/data-pump/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,18 @@ Reviewed: 03.11.2023
2121
- Detailed best practices guide around Oracle Data Pump import (impdp), available on Marcus Doeringer's public platform
2222
- [Upload Large Data Pump Files to OCI - using OCI CLI Multipart Uploads](https://www.youtube.com/watch?v=9100uKXquic)
2323
- YouTube Video by Austine Ouma explaining how to use multipart uploads for large data pump files that need to be uploaded to Oracle Cloud Infrastructure
24-
24+
- [OCI Cloud Shell Data Pump Import into an Autonomous Database](https://youtu.be/g2mnc6QvOn8)
25+
- YouTube Video by Austine Ouma explaining how to perform a Data Pump Import from OCI Cloud Shell to migrate data into an Autonomous Database on OCI
26+
- [Schema-based Oracle SQL Developer Data Pump Jobs](https://youtu.be/amdl4G_HWYc)
27+
- YouTube Video by Austine Ouma explaining how to run schema-based data pump jobs via SQL Developer
28+
- [SQL Developer Data Pump import into Autonomous Database](https://youtu.be/SWIKvnd2CiY)
29+
- YouTube Video by Austine Ouma explaining how to run data pump jobs into Autonomous Database from SQL Developer
30+
- [Interactive Command Mode with Oracle Data Pump](https://youtu.be/Xm0Dx-P_RCs)
31+
- YouTube Video by Austine Ouma explaining how to manage running jobs in Oracle Data Pump
32+
- [Importing large Data Pump dump files into Oracle Base Database on OCI via OCI Object Storage buckets mounted on the database file system](https://youtu.be/dWlzUMcbbo8)
33+
- YouTube Video by Austine Ouma explaining how to import large data pump dump files into Oracle Base Database on OCI via OCI Object Storage buckets mounted on the database file system
34+
35+
2536
# Useful Links
2637
- [Data Pump in Database 21c LiveLabs Workshop](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=742&clear=RR,180&session=1384894897131)
2738
- [Data Pump Best Practices Whitepaper](https://www.oracle.com/a/ocom/docs/oracle-data-pump-best-practices.pdf)

data-platform/modernise/oci-database-migration/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ Reviewed: 03.11.2023
2828
- [Step-by-step guide and tutorial - Agent Based](https://www.oracle.com/a/ocom/docs/oci-database-migration-agent-tutorial.pdf)
2929
- Aimed for scenarios where the source db is behind a firewall or there is no direct db connection to OCI
3030
- [OCI Database Migration Product page on oracle.com](https://www.oracle.com/cloud/database-migration)
31+
- [OCI Database Migration GoldenGate Integration](https://blogs.oracle.com/dataintegration/post/oci-database-migration-announces-oci-goldengate-integration)
32+
- Blog article that shows the GoldenGate integration in DMS
3133

3234
# License
3335

3436
Copyright (c) 2023 Oracle and/or its affiliates.
3537

3638
Licensed under the Universal Permissive License (UPL), Version 1.0.
3739

38-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
40+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Open Source Data Platforms continue to extend the Oracle Data Platform with Key Open Source Offerings including:
44

55
- Big Data Service
6-
- MySQL Heatwave
7-
- Data Flow (Apache SPARK)
6+
- OCI PostgreSQL
7+
- OCI Cache Redis
8+
- OCI Data Flow (Apache SPARK)
89
- OCI Streaming (Kafka)
10+
- OCI OpenSearch
911

1012
# Useful Links
1113

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# OCI Big Data Service
2+
3+
Oracle Big Data Service is a fully managed, automated cloud service that provides enterprises with a cost-effective Hadoop environment.
4+
Easily create secure and scalable Hadoop-based data lakes that can quickly process large amounts of data.
5+
BDS is based on Oracle Hadoop Distribution: https://docs.oracle.com/en-us/iaas/Content/bigdata/overview.htm#overview-odh.
6+
7+
# Useful Links
8+
9+
- [OCI Big Data Service ](https://www.oracle.com/uk/big-data/big-data-service/)
10+
- [OCI Big Data Blog](https://blogs.oracle.com/bigdata)
11+
12+
# License
13+
14+
Copyright (c) 2023 Oracle and/or its affiliates.
15+
16+
Licensed under the Universal Permissive License (UPL), Version 1.0.
17+
18+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OCI Data Flow
2+
3+
Oracle Cloud Infrastructure (OCI) Data Flow is a fully managed Apache Spark service that performs processing tasks on extremely large datasets—without infrastructure to deploy or manage. Developers can also use Spark Streaming to perform cloud ETL on their continuously produced streaming data. This enables rapid application delivery because developers can focus on app development, not infrastructure management
4+
5+
# Overview
6+
- [General presentation] (https://oradocs.oracle.com/documents/link/LD1697B4DFF846521DB49291DF61A27DCFE9532E8EF6/fileview/DD1B6E9D8CFB0A6AD9AF2DC36862D1B7D9F3ACC26C74/_OCI_Data_Flow_Deck.pdf)
7+
8+
# Useful Links
9+
- [OCI Data Flow (Apache SPARK Service)](https://www.oracle.com/big-data/data-flow/)
10+
- [Code Samples] (https://github.com/oracle-samples/oracle-dataflow-samples)
11+
- [Data Science Data Flow Notebook Samples] (https://github.com/oracle-samples/oci-data-science-ai-samples/tree/main/notebook_examples)
12+
- [Machine Learning with OCI Data Flow] (https://www.youtube.com/watch?v=A6uVbK7wQb4)
13+
14+
15+
16+
17+
# License
18+
19+
Copyright (c) 2023 Oracle and/or its affiliates.
20+
21+
Licensed under the Universal Permissive License (UPL), Version 1.0.
22+
23+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

landing-zones/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# **Landing Zone Framework**
1+
# **OCI Landing Zone Framework**
22

33
 
44

55

6-
Welcome to the **Landing Zone Framework (LZF)**.
6+
Welcome to the **OCI Landing Zone Framework (LZF)**.
77

88
The LZF was created by the EMEA Landing Zone Specialists, collaborating with worldwide Oracle, customers, and partners, to **simplify the OCI onboarding experience** and **reduce OCI day-one and day-two efforts**. It provides **best practices** covering the complete spectrum of OCI landing zones, from the **standards** to the **tailored** approaches, including landing zone extensions for specific **workloads**.
99

1010
 
1111

1212

13-
| TYPE | OBJECTIVE | DESCRIPTION |
13+
| APPROACH | OBJECTIVE | DESCRIPTION |
1414
|---|---|---|
1515
| <a href="/landing-zones/standard_landing_zones/standard_landing_zones.md" ><img src="images/slz.jpg" alt= “” width="500" height=""></a> | **Basic Workloads** | **Prescribed** and **ready to use** solutions with a **guided setup** and **IaC**. This is the recommended approach for initial landing zone deployments covering the **most-common workload scenarios**. |
16-
| <a href="workload_landing_zones/workload_landing_zones.md" ><img src="images/wlz.jpg" alt= “” width="500" height=""> </a> | **Specific Workloads** | A set of landing zones extension ready for specific **workload**. Each flavour has a **design** with **IaC configurations** ready to run. Examples are EBS, ExaCC, OCVS, OIC, CCC, etc. |
16+
| <a href="workload_landing_zones/workload_landing_zones.md" ><img src="images/wlz.jpg" alt= “” width="500" height=""> </a> | **Specific Workloads** | A set of landing zones extension ready for specific **workloads**. Each flavour has a **design** with **IaC configurations** ready to be deployed. Examples are EBS, ExaCC, OCVS, OIC, OKE, CCC, etc. |
1717
| <a href="tailored_landing_zones/tailored_landing_zones.md" ><img src="images/tlz.jpg" alt= “” width="500" height=""> </a> | **All Workloads** | An approach to solve **specific requirements** when the standard is not enough. These LZs run with **configuration-as-code** and are used to scale/bridge with existing **operating models**, complying with fine-grained **segregations of duties**, strong **network isolation**, and heterogeneous **workloads**. |
1818

1919

0 commit comments

Comments
 (0)