From bb240fbee38bfb2eeae208a55678a704d9d3d4fb Mon Sep 17 00:00:00 2001 From: Sydney Nurse Date: Mon, 1 Dec 2025 11:37:29 +0100 Subject: [PATCH] Review and merge kubernetes to continuous-deployment --- data-platform/data-development/apex/README.md | 4 +++- data-platform/data-development/devops-database/README.md | 9 +++++++-- .../continuous-deployment}/ora-kubernetes/README.md | 2 +- .../ora-database-microservices/README.md | 2 +- .../backend-springboot/README.md | 2 +- .../ora-database-microservices/microtx/README.md | 4 ++-- .../transaction-event-queues/README.md | 4 ++-- 7 files changed, 17 insertions(+), 10 deletions(-) rename data-platform/data-development/{ora-database-microservices => devops-database/continuous-deployment}/ora-kubernetes/README.md (99%) diff --git a/data-platform/data-development/apex/README.md b/data-platform/data-development/apex/README.md index 9977c0037..bb732eb61 100644 --- a/data-platform/data-development/apex/README.md +++ b/data-platform/data-development/apex/README.md @@ -26,8 +26,10 @@ Reviewed: 01.12.2025 - [Build a ChatGPT-like Oracle APEX Application Using OpenAI’s Fine-tuned Model](https://medium.com/@cristina.varas98/build-a-chatgpt-like-oracle-apex-application-using-openais-fine-tuned-model-acb8bac4b7c8) ## Team Member Blog Sites -- [to_clob(hands_om.experience)](https://synuora.hashnode.dev/) +- [Paolo Paolucci](https://medium.com/@paulbrad71) +- [Sydney Nurse](https://synuora.hashnode.dev/ "to_clob(hands_om.experience") +- [Victor Mendo](https://medium.com/@vmendo/) # Useful Links diff --git a/data-platform/data-development/devops-database/README.md b/data-platform/data-development/devops-database/README.md index 009ea4461..177e7b7d6 100644 --- a/data-platform/data-development/devops-database/README.md +++ b/data-platform/data-development/devops-database/README.md @@ -19,13 +19,18 @@ Reviewed: 01.12.2025 # Team Publications +- [Oracle Database and Kubernetes: Overview](https://medium.com/devops-dev/oracle-database-and-kubernetes-overview-6584710228e7) +- [Oracle Database and Kubernetes: Running databases within K8S Cluster](https://medium.com/@vmendo/oracle-database-and-kubernetes-running-databases-within-k8s-cluster-20a5beadfaaf) +- [Oracle Database and Kubernetes: Creating an Oracle Autonomous Database from Kubernetes](https://medium.com/@vmendo/oracle-database-and-kubernetes-creating-an-oracle-autonomous-database-from-kubernetes-1637204dffc4) +- [Oracle Database and Kubernetes: Managing an Autonomous Database from Kubernetes](https://medium.com/@vmendo/oracle-database-and-kubernetes-managing-an-autonomous-database-from-kubernetes-1c317a468bef) +- [DB Containers: Free Oracle Database for Developers](https://synuora.hashnode.dev/db-containers-free-oracle-database-for-developers) +- [APEX + DB Operator: Deploying Customer Managed ORDS for ADB with the Oracle Database Operator on OKE](https://synuora.hashnode.dev/apex-db-operator-deploying-customer-managed-ords-for-adb-with-the-oracle-database-operator-on-oke) - [Red Hot Webinars - YouTube](https://www.youtube.com/watch?v=GIRdoGlqIDE "Here is how ORDS helps you with DevOps") - A Webinar demonstrating how ORDS can be used to support DevOps - DevOps with ADB using DBMS_CLOUD - [Part 1](https://medium.com/oracledevs/apex-service-can-devops-too-dbms-cloud-on-autonomous-72be9842d2f8) - [Part 2](https://medium.com/oracledevs/apex-service-devops-part-2-ed737a4fc583) -- [DB Containers: Free Oracle Database for Developers](https://synuora.hashnode.dev/db-containers-free-oracle-database-for-developers) -- [APEX + DB Operator: Deploying Customer Managed ORDS for ADB with the Oracle Database Operator on OKE](https://synuora.hashnode.dev/apex-db-operator-deploying-customer-managed-ords-for-adb-with-the-oracle-database-operator-on-oke) + # Useful Links diff --git a/data-platform/data-development/ora-database-microservices/ora-kubernetes/README.md b/data-platform/data-development/devops-database/continuous-deployment/ora-kubernetes/README.md similarity index 99% rename from data-platform/data-development/ora-database-microservices/ora-kubernetes/README.md rename to data-platform/data-development/devops-database/continuous-deployment/ora-kubernetes/README.md index 86d54f700..13a1a71a4 100644 --- a/data-platform/data-development/ora-database-microservices/ora-kubernetes/README.md +++ b/data-platform/data-development/devops-database/continuous-deployment/ora-kubernetes/README.md @@ -8,7 +8,7 @@ Oracle Supports Oracle Database running in Kubernetes, Furthermore, Oracle offer In this way, developers can operate our database in the same manner as any other component of their applications, and utilize our best solutions (Exadata, Autonomous, etc.) to run these databases, and DBAs maintain control of such important topics as security, high availability, disaster recovery... -Reviewed: 19.11.2024 +Reviewed: 01.12.2025 # Table of Contents diff --git a/data-platform/data-development/ora-database-microservices/README.md b/data-platform/data-development/ora-database-microservices/README.md index 8ee57d0f2..1dd1f167e 100644 --- a/data-platform/data-development/ora-database-microservices/README.md +++ b/data-platform/data-development/ora-database-microservices/README.md @@ -7,7 +7,7 @@ This site includes solutions designed to address the unique challenges of micros - **Oracle Database in Kubernetes**: Harness the power of containerized Oracle Databases using the **Oracle Database Operator for Kubernetes**, simplifying deployment, scaling, and management in modern cloud-native environments. Perfect for developers and architects building robust, distributed microservices ecosystems. -Reviewed: 18.11.2024 +Reviewed: 01.12.2025 # License diff --git a/data-platform/data-development/ora-database-microservices/backend-springboot/README.md b/data-platform/data-development/ora-database-microservices/backend-springboot/README.md index cfc8f26ce..9579f939d 100644 --- a/data-platform/data-development/ora-database-microservices/backend-springboot/README.md +++ b/data-platform/data-development/ora-database-microservices/backend-springboot/README.md @@ -23,7 +23,7 @@ Oracle Backend for Spring Boot is a powerful platform designed to streamline the Oracle Backend for Spring Boot empowers developers to build, deploy, and manage modern applications with enhanced performance, reliability, and scalability, utilizing the comprehensive capabilities of Oracle's ecosystem. -Reviewed: 19.11.2024 +Reviewed: 01.12.2025 # Table of Contents diff --git a/data-platform/data-development/ora-database-microservices/microtx/README.md b/data-platform/data-development/ora-database-microservices/microtx/README.md index 8a245b7b9..dbd7938ca 100644 --- a/data-platform/data-development/ora-database-microservices/microtx/README.md +++ b/data-platform/data-development/ora-database-microservices/microtx/README.md @@ -29,7 +29,7 @@ MicroTx Enterprise can handle a large number of transactions and scale horizonta MicroTx Enterprise includes dedicated support from Oracle, offering expert assistance and quicker resolution of issues to ensure smooth operation of mission-critical applications. Oracle Transaction Manager for Microservices provides a robust, high-performance solution for managing distributed transactions in a microservices architecture. By ensuring transactional integrity and offering flexible transaction models, MicroTx simplifies the development and operation of complex business processes, making it a powerful tool for modern applications. -Reviewed: 19.11.2024 +Reviewed: 01.12.2025 # Table of Contents @@ -45,7 +45,7 @@ Reviewed: 19.11.2024 # Useful Links - [Oracle Transaction Manager for Microservices Whitepaper](https://www.oracle.com/docs/tech/oracle-transaction-manager-for-microservices.pdf) - [Oracle Transaction Manager for Microservices Home Page](https://www.oracle.com/database/transaction-manager-for-microservices/) -- [Oracle Transaction Manager for Microservices Documentation](https://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices/23.4/) +- [Oracle Transaction Manager for Microservices Documentation](https://docs.oracle.com/en/database/oracle/transaction-manager-for-microservices) - [Oracle MicroTX Code Samples - Github](https://github.com/oracle-samples/microtx-samples) - Video: [Transaction patterns for mission-critical microservices in Kubernetes](https://www.youtube.com/watch?v=fBXowP7X92k) - Video: [Oracle Transaction Manager for Microservices High-Level Introduction](https://www.youtube.com/watch?v=4j74C4GobzY) diff --git a/data-platform/data-development/ora-database-microservices/transaction-event-queues/README.md b/data-platform/data-development/ora-database-microservices/transaction-event-queues/README.md index f8350f660..01198aa14 100644 --- a/data-platform/data-development/ora-database-microservices/transaction-event-queues/README.md +++ b/data-platform/data-development/ora-database-microservices/transaction-event-queues/README.md @@ -62,7 +62,7 @@ TxEventQs can manage and coordinate workflows by routing events between differen Oracle Transaction Event Queues provide a robust, high-performance solution for managing transactional events in event-driven architectures. By integrating seamlessly with Oracle's database and transaction management systems, TxEventQs offer reliable, scalable, and flexible event processing capabilities, making them a powerful tool for modern applications. -Reviewed: 18.11.2024 +Reviewed: 01.12.2025 # Table of Contents @@ -77,7 +77,7 @@ Reviewed: 18.11.2024 # Useful Links - [Oracle Transactional Event Queues Home Page](https://www.oracle.com/database/advanced-queuing/) -- Oracle 23ai Documentation: [Transactional Event Queues and Advanced Queuing User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/adque/index.html) +- Oracle 23ai Documentation: [Transactional Event Queues and Advanced Queuing User's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/26/adque/index.html) - Blog: [Building a event streaming architecture using a simple and breakthrough solution](https://luca-bindi.medium.com/building-a-event-streaming-architecture-using-a-simple-and-breakthrough-solution-db6270ea6183) - Article: Develop With Oracle Transactional Event Queues (https://dzone.com/articles/develop-with-oracle-transactional-event-queues-kaf) - Video: [Tour of Oracle Transactional Event Queues](https://www.youtube.com/watch?v=_udsAs0GRkU)