Pattern Atlas Map software patterns to Oracle AI Database samples Explore database features by development intent, and then jump to runnable source code.
React to change Events, streams, and migrations Build AI experiences Retrieval and agent workflows Shape application data Documents, APIs, graph, and spatial Ship and operate Testing, Spring config, and tracing
13 engineering patterns 11 linked samples selected
Event Streaming TxEventQ / Kafka / Spring 11 samples Kafka Migration TxEventQ / Kafka / JSON 6 samples Semantic Search / RAG Vector Search / JSON 7 samples AI Agents AI Agents / Vector Search / JSON 7 samples JSON Documents and Duality JSON / Duality Views / Spring 12 samples API Facades ORDS / SQL GraphQL / JSON 5 samples Graph Modeling Property Graph / SQL GraphQL 3 samples Spatial Querying Spatial 1 samples Local Testing Testcontainers 7 samples Application Foundations Oracle AI Database / Testcontainers 4 samples Database Security Security / Testcontainers 1 samples Spring Boot Spring / Testcontainers / Security 6 samples Observability Observability / Spring / TxEventQ 4 samples
Selected Pattern 11 samples
Event Streaming Move business events through Oracle AI Database with transactional queues, JMS, OKafka, and durable consumers.
Use when Use this when the event and the data change need the same transactional boundary, or when a team wants streaming without standing up a separate broker first.
TxEventQ Kafka Spring