diff --git a/app-dev/devops-and-containers/devops/azure-devops-oke/README.md b/app-dev/devops-and-containers/devops/azure-devops-oke/README.md index abfc20ead..9b1d4b26a 100644 --- a/app-dev/devops-and-containers/devops/azure-devops-oke/README.md +++ b/app-dev/devops-and-containers/devops/azure-devops-oke/README.md @@ -176,7 +176,7 @@ curl 144.200.51.195 # Useful Links -- [Oracle Kubernetes Engine (OKE)](https://www.oracle.com/uk/cloud/cloud-native/kubernetes-engine/) +- [Oracle Kubernetes Engine (OKE)](https://www.oracle.com/cloud/cloud-native/kubernetes-engine/) - Simplify operations of enterprise-grade Kubernetes at scale. Easily deploy and manage resource-intensive workloads such as AI with automatic scaling, patching, and upgrades. - [Oracle](https://www.oracle.com/) - Oracle Website diff --git a/app-dev/devops-and-containers/devops/devops-nodejs-vm/LICENSE b/app-dev/devops-and-containers/devops/devops-nodejs-vm/LICENSE new file mode 100644 index 000000000..96d702080 --- /dev/null +++ b/app-dev/devops-and-containers/devops/devops-nodejs-vm/LICENSE @@ -0,0 +1,35 @@ +Copyright (c) 2024 Oracle and/or its affiliates. + +The Universal Permissive License (UPL), Version 1.0 + +Subject to the condition set forth below, permission is hereby granted to any +person obtaining a copy of this software, associated documentation and/or data +(collectively the "Software"), free of charge and under any and all copyright +rights in the Software, and any and all patent rights owned or freely +licensable by each licensor hereunder covering either (i) the unmodified +Software as contributed to or provided by such licensor, or (ii) the Larger +Works (as defined below), to deal in both + +(a) the Software, and +(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if +one is included with the Software (each a "Larger Work" to which the Software +is contributed by such licensors), + +without restriction, including without limitation the rights to copy, create +derivative works of, display, perform, and distribute the Software and make, +use, sell, offer for sale, import, export, have made, and have sold the +Software and the Larger Work(s), and to sublicense the foregoing rights on +either these or other terms. + +This license is subject to the following condition: +The above copyright notice and either this complete permission notice or at +a minimum a reference to the UPL must be included in all copies or +substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/app-dev/devops-and-containers/oci-queue/example-usage/README.md b/app-dev/devops-and-containers/oci-queue/example-usage/README.md index 38905bf4a..0c2a2ccfd 100644 --- a/app-dev/devops-and-containers/oci-queue/example-usage/README.md +++ b/app-dev/devops-and-containers/oci-queue/example-usage/README.md @@ -1,18 +1,55 @@ -# OCI Queue Example usage - -TEXT - -Author: [mikarinneoracle](https://github.com/mikarinneoracle) - -Reviewed: 08.05.2024 + + +# OCI Queue example + +Reviewed: 30.10.2024 + # When to use this asset? + +Anyone who wants to test OCI Queue service using OCI SDK in JavaScript and do this from GitHub Actions. -# How to use this asset? +# Author +mikarinneoracle -## OCI Queue +# How to use this asset? -Create Queue and copy the Queue OCID and Messages endpoint: +In the OCI cloud UI create OCI Queue and copy the Queue OCID and Messages endpoint:
@@ -64,7 +101,7 @@ This example will poll for messages in the queue and finally writes a new messag
## Running locally
-Clone this repo, setup npm and oci cli and modify index.js line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
+Clone this repo, setup npm and oci cli and modify index.js line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
with Queue details :
@@ -91,7 +128,14 @@ You can manually send messages to the queue using the OCI Queue ConsoleYou can also play with the queue's
Dead Letter Queuesettings to see how many times the same message is being received (default is 5). To do this comment the -line 99 of the index.js and re-run the build by committing the change. +line 99 of the index.js and re-run the build by committing the change. + +# Useful Links + +- [OCI Queue](https://www.oracle.com/cloud/queue/) + - A Serverless Messaging Service +- [Oracle](https://www.oracle.com/) + - Oracle Website # License @@ -100,5 +144,3 @@ Copyright (c) 2024 Oracle and/or its affiliates. Licensed under the Universal Permissive License (UPL), Version 1.0. See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details. - -