TxEventQ
AI blog Database docker Duality Views Go Graph Java JDBC JMS JPA JSON Kafka livesql microservices MongoDB NodeJS Observability OCI oraclefree Oracle Text ORDS PDB performance PL/SQL python security selectai Spatial SpringBoot Testcontainers TxEventQ TypeScript Vector Search
-

No separate database required: real-time, multi-model data processing
Real-time, multi-model data processing (and many microservices workflows) often involves transactions across several systems: an event…
-

An Agent Skill that uses Kafka Java APIs for Oracle AI Database
In my own work, I found most coding agents weren’t generating high-quality code for Oracle AI…
-

An app that keeps its data in one place : multi-model database pattern
The code for this article on multi-model database patterns lives in the oracle-database-code-samples repo, under the support-ticket-intelligence sample. When I add…
-

Propagating Cross-Database Events with Oracle AI Database
Event-driven apps don’t have to stop at a single database boundary. In this hands-on guide, you’ll…
-

Tracing a Spring Boot JMS app with Oracle Database Free
In this article, we’ll use OpenTelemetry tracing to instrument a Spring JMS application with Oracle Database…
-

Consumers and message retention in database-driven event streaming
In this article, we’ll walk through the differences between push vs. pull messaging, queues and topics,…
-

Pub/Sub with a NodeJS Oracle Database App
Did you know you can easily add pub/sub capabilities to your NodeJS/TypeScript app using Oracle Database?…
-

Pub/Sub in your DB? Oracle Database TxEventQ
Pub/Sub in the Database? Yes — Here’s Why. In this article, we’ll discuss how to use…
-

Transactional Outbox: Simplified with Oracle Database
Event streaming is extremely popular in modern application architectures, providing high-throughput, real-time data flow in microservices…
-

Authenticate to your Oracle Database like it’s a Kafka cluster
There’s a Kafka interface for Oracle Database, and it works just like the kafka-clients Java API…