recursive.codes

recursive.codes

recursive.codes


The Personal Blog of Todd Sharp

Posts tagged 'Cloud'

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

Oracle Functions: An Easier Way To Talk To Your Autonomous Database

  Last week I posted about connecting your Oracle Functions to your Autonomous DB instance to query and persist data. That post involved creating...

Oracle Functions - Invoking Functions With The OCI SDK

Oracle Functions - Invoking Functions With The OCI SDK

In my last few posts we took a look at how to create serverless functions which interact with an Autonomous Transaction Processing (ATP) instance - first...

Oracle Functions - Connecting To An ATP Database

Oracle Functions - Connecting To An ATP Database

. Attention!!!  This process in the blog post below has been superseded by the information contained in a newer blog post. If you are trying to connect...

Creating A Microservice With Node & SODA - JSON Document Storage In Autonomous DB

Creating A Microservice With Node & SODA - JSON Document Storage In Autonomous DB

We've been on a long and interesting journey with microservices in this blog series and have covered a lot of topics. In this post we'll take a look at...

Microservices The Easy Way With ORDS And Micronaut - Part 3

Microservices The Easy Way With ORDS And Micronaut - Part 3

We've come to the final part of this portion of this blog series where we focus on microservices with ORDS and Micronaut. In this post we'll look at deploying...

Microservices The Easy Way With ORDS And Micronaut - Part 2

Microservices The Easy Way With ORDS And Micronaut - Part 2

In our last post, we exposed our user table with a complete set of REST endpoints that can be used for CRUD operations. The good news is, from this point...

Microservices The Easy Way With ORDS And Micronaut - Part 1

Microservices The Easy Way With ORDS And Micronaut - Part 1

What if I told you you could write a microservice that doesn't use ORM without a single SQL statement in your application code?  I have to admit,...

Building And Deploying A Helidon Microservice With Hibernate Part 2

Building And Deploying A Helidon Microservice With Hibernate Part 2

So far in this series, we've set up our cloud for Kubernetes and Docker, got our Autonomous DB up and running and created our first microservice using ...

Building And Deploying A Helidon Microservice With Hibernate Part 1

Building And Deploying A Helidon Microservice With Hibernate Part 1

In the last few posts of our microservice journey we created a compartment, launched a Kubernetes cluster and set our tenancy up for a Docker user and ...

The Complete Guide To Getting Up And Running With Autonomous Database In The Cloud

The Complete Guide To Getting Up And Running With Autonomous Database In The Cloud

In our last post, we configured Kubernetes and Docker to get ready to deploy microservices. In this post, we'll look at another critical piece of the microservices...