Back
OCI IAM Policies Terraform diagram — Dynamic Group and Policy example.
06Nov, 2024

OCI IAM Policies & Dynamic Groups — Let Your Functions Talk to Streaming and ADB

When you build a serverless data pipeline in OCI, you often need to define OCI IAM Policies Terraform so that your Functions, API Gateway, Streaming, and Autonomous Database can talk to each other — securely and without user credentials. Instead of using user credentials or API keys, Oracle Cloud allows …

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 autonomous database terraform architecture
29Aug, 2024

Streaming Data into Oracle Autonomous Database with OCI Functions

Introduction In this article, we’ll show how to integrate OCI Streaming Autonomous Database Terraform using serverless functions. In the previous article, we created a producer function that sends messages into OCI Streaming. That gave us the producer side of an event-driven pipeline. Now it’s time to complete the flow with …

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 …