Back
oci object storage event terraform diagram
28Sep, 2024

Handling Object Storage Events with Functions and Streaming

Introduction So far in this series we have: Part 1 – built a producer function that publishes into OCI Streaming. Part 2 – created a consumer function that writes events into Autonomous Database. Now let’s explore another ingestion path: OCI Object Storage Event Terraform integration. With OCI Events and a …

oci streaming terraform architecture diagram
20Aug, 2024

OCI Streaming with Terraform and Functions: Build Your First Producer

Introduction In this article we’ll focus on OCI Streaming Terraform to show how easy it is to build your first producer function. Oracle Cloud Infrastructure (OCI) Streaming is a Kafka-compatible, fully managed messaging service designed for real-time data pipelines and event-driven architectures. Instead of managing your own Kafka cluster, you …

OCI API Gateway Terraform
30Jul, 2024

Securing OCI API Gateway with JWT Authentication and Functions

If you want to secure your APIs on Oracle Cloud Infrastructure, combining OCI API Gateway Terraform is a powerful approach. In this tutorial, we’ll build a secure API Gateway deployment with JWT authentication handled by OCI Functions – all provisioned automatically with Terraform. Modern applications live in a connected world: …

29May, 2024

🚀 How to Create Your First OCI Resource Manager Stack (Step-by-Step)

Oracle Cloud Infrastructure (OCI) Resource Manager is a built-in Terraform-as-a-Service solution. Instead of maintaining your own Terraform server, you can simply upload configuration files and run jobs directly in the OCI Console. In this guide, I’ll walk you through a real example: creating a simple stack from a .zip archive …

OCI Autonomous Database Terraform
24Apr, 2024

Cross-Region Autonomous Data Guard for OCI Autonomous Database (Serverless) with Terraform

In this guide, we’ll walk through how to set up OCI Autonomous Database Terraform, enabling cross-region disaster recovery with Autonomous Data Guard (ADG). When your OLTP workloads can’t afford regional outages, Autonomous Data Guard (ADG) is the safest path: a remote standby in another OCI region that’s continuously kept in …