microservices-datadriven
microservices-datadriven copied to clipboard
Sample code of application examples to build microservices with converged Oracle database and multi-cloud / hybrid cloud services
"json support" involves examples of existing support and examples/integration that demonstrate oracle specific features/aspects
https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/support-tls-mtls-authentication.html#GUID-3F3F1FA4-DD7D-4211-A1D3-A74ED35C0AF5 https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/connect-jdbc-thin-tls.html#GUID-364DB7F0-6F4F-4C42-9395-4BA4D09F0483
Enhance Availability of Microservices Implementations to behave appropriately during the following outages: - Unplanned: Database, Database Instance, Microservice Instance, Load Balancer, Ingress Controller - Planned: Database, Database Instance, Microservice Startup...
Using only database technology, construct all the Grabdish microservices. Ideally, they would be written entirely using MLE JavaScript running in the database and exploit the existing ORDS and APEX technologies...
Continue the refactoring of the code to support: - Development and Setup on Cloud Shell, Linux, MacOS and Windows - Reuse by multiple workshops - ATP and non-ATP database -...
[Mobile Clients](https://github.com/oracle/microservices-datadriven/wiki/Mobile-Clients) - [ ] #300 - [ ] #317
``` Initial setup failed: dcms-oci workshop provisioning phase: SETUP FAILED Thread build-prep: Status: applied Log: /home/ll22775_us/dcms-oci-run/log/build-prep-thread.log Thread db: Status: applying-failed Log: /home/ll22775_us/dcms-oci-run/log/db-thread.log ERROR: provisioning-apply failed for code /home/ll22775_us/microservices-datadriven/workshops/dcms-oci/config/threads/db in state...
ATP on shared infra does not support FAN. We need to have a mechanism to turn off FAN in our microservices when connecting to ATP-S. In the Python and NodeJS...