Skip to content

Commit a31f47e

Browse files
Merge branch 'main' into uschwinn-patch-13
2 parents 41a267f + c82095a commit a31f47e

File tree

3 files changed

+37
-7
lines changed

3 files changed

+37
-7
lines changed

cloud-infrastructure/compute-including-hpc/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Compute (Including HPC)
22

3-
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software).
3+
This area is focused on the core Compute Service of Oracle Cloud Infrastructure (OCI) which includes and covers High Performance Computing (HPC), [Compute Hardware](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-hardware), and [Compute Software](https://github.com/oracle-devrel/technology-engineering/tree/main/cloud-infrastructure/compute-including-hpc/compute-software) residing on several CPU architectures.
44

5-
<pre>
6-
<img alt="Cloud Computing" src="images/ARM-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/AMD-logo.png" width="10%" style="float:right"> <img alt="Cloud Computing" src="images/Intel-logo.png" width="10%" style="float:right">
7-
</pre>
85

9-
Review date: 20.11.2023
6+
7+
<i>Review date: 23 January 2024</I>
108

119
# Useful Links
1210

cloud-infrastructure/fsdr/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology
2+
3+
Oracle Cloud Infrastructure Full Stack Disaster Recovery (Full Stack DR) provides a fully automated and comprehensive disaster recovery orchestration solution for all the layers of a full-stack cloud application, including infrastructure, database, and application. Using Full Stack DR, you can recover your full stack applications across OCI regions, or across availability domains within the same region.
4+
5+
Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a small-footprint tool that you can use on its own or with the Oracle Cloud Console to complete Oracle Cloud Infrastructure (OCI) tasks. The Command Line Interface (CLI) provides the same core functionality as the Oracle Cloud Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality.
6+
7+
The CLI is built on the OCI SDK for Python and runs on Mac, Windows, or Linux. The Python code makes calls to Oracle Cloud Infrastructure APIs to provide the functionality implemented for the various services. These are REST APIs that use HTTPS requests and responses.
8+
9+
# Table of Contents
10+
11+
1. [Team Publications](#team-publications)
12+
2. [Useful Links](#useful-uinks)
13+
14+
## Team Publications
15+
16+
- [Automate Full Stack Disaster Recovery with OCI CLI for a Cold Standby Topology](https://docs.oracle.com/en/learn/full-stack-dr-oci-cli-command/#introduction)
17+
18+
19+
## Useful Links
20+
21+
- [Full Stack Disaster Recovery](https://www.oracle.com/in/cloud/full-stack-disaster-recovery/)
22+
23+
24+
# License
25+
26+
Copyright (c) 2023 Oracle and/or its affiliates.
27+
28+
Licensed under the Universal Permissive License (UPL), Version 1.0.
29+
30+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

data-platform/core-converged-db/db-blockchain/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Blockchain tables are insert-only tables that organize rows into a number of system chains. Blockchain and Immutable tables are part of the Crypto-Secure Data Management features in Oracle 19c and later releases. Rows in a blockchain table are made tamper-resistant by special sequencing and chaining algorithms.
44
Users can verify that rows have not been tampered. A hash value that is part of the row metadata is used to chain and validate rows.
5-
5+
6+
Review Date: 03.06.2024
67

78
## Useful Links
89

@@ -43,4 +44,5 @@ Copyright (c) 2023 Oracle and/or its affiliates.
4344

4445
Licensed under the Universal Permissive License (UPL), Version 1.0.
4546

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

0 commit comments

Comments
 (0)