MICROSERVICES
Microservices Versioning and the “Database per Service Pattern” with Oracle Autonomous Database
The database per service pattern with an Oracle database can be accomplished easily with one instance of Autonomous Database per microservice, a very easy to use and maintain database (relational and JSON). But not only is easy to use and maintain because you don’t have to deal with administration tasks or manage different technologies for persisting […]
MoreMicroservices and SODA: JSON Data Stored in an Oracle Database Accessed through REST or Java
Simple Oracle Document Access SODA (Simple Oracle Document Access) is a non-SQL style of storing/retrieving JSON data in an Oracle database. It’s so easy to work with SODA! Let’s get started. First, enable ORDS schema in your database. Second, deploy ORDS in K8s (you can also deploy ORDS standalone in your laptop or in a container […]
MoreMicroservices with Oracle
Photo by revac film’s&photography on Pexels.com Currently working on patterns and approaches for Microservices architectures made with Oracle products and cloud services, here we are a first introductory video chapter: Here the architecture: Will keep improving as much as posible. Enjoy 😉
More